COLOR #7F9ABB

HEX: #7F9ABB RGB: (127,154,187)

Color info

#7F9ABB contains mainly green and blue colors. Web safe color of #7F9ABB is #6699CC (or #69C).

RGB color model

#7F9ABB color RGB value is (127,154,187).

RGB: (127,154,187) (50%, 60%, 73%)

RGB channels and saturation

R 127 of 255 = 50%
G 154 of 255 = 60%
B 187 of 255 = 73%

127
154
187

R + G + B ~ 61%. #7F9ABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 154 + 187 = 468 (100%)
R 127 of 468 ~ 27.14%
G 154 of 468 ~ 32.91%
B 187 of 468 ~ 39.96'%

%27.14
%32.91
%39.96

CMYK color model

#7F9ABB color CMYK value is (32,18,0,27).

  • cyan value is 32.09%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (32,18,0,27)
C32M18Y0K27 (32%, 18%, 0%, 27%)
(0.32 / 0.18 / 0.00 / 0.27)

CMYK percentages

%32.09
%17.65
%0
%26.67

Codes

Color #7F9ABB in popluar color models

7F 9A BB
RGB 127 154 187
HSL 213° 30.61% 61.57%
HSB/HSV 213° 32.09% 73.33%
CMYK 32.09% 17.65% 0.00%
26.67%

Color #7F9ABB in popluar number systems.

HEX 7F 9A BB
Decimal 127 154 187
Binary 1111111 10011010 10111011
Octal 177 232 273

Shades and tints

Shades of #7F9ABB

#7F9ABB
(127,154,187)
#748CAA
(116,140,170)
#697E99
(105,126,153)
#5E7088
(94,112,136)
#536277
(83,98,119)
#485466
(72,84,102)
#3D4655
(61,70,85)
#323844
(50,56,68)
#272A33
(39,42,51)
#1C1C22
(28,28,34)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #7F9ABB

#7F9ABB
(127,154,187)
#8AA3C1
(138,163,193)
#95ACC7
(149,172,199)
#A0B5CD
(160,181,205)
#ABBED3
(171,190,211)
#B6C7D9
(182,199,217)
#C1D0DF
(193,208,223)
#CCD9E5
(204,217,229)
#D7E2EB
(215,226,235)
#E2EBF1
(226,235,241)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9ABB color. Also use rgb(127,154,187) instead hex code.

Text Font Color

.myTextColor { color: #7F9ABB; }

<p style="color:#7F9ABB">This sample text font color is #7F9ABB.</p>

This text font color is #7F9ABB.

Background Color

.myBgColor { background-color: #7F9ABB; }

<div style="background-color:#7F9ABB">Inner text</div>

This div background color is #7F9ABB.

Border color

.myBorderColor { border: 1px solid #7F9ABB; }

<div style="border:3px solid #7F9ABB">Div</div>

This div border color is #7F9ABB.

Opacity

.myOpacity80 { color: #7F9ABB; opacity: 0.8; }

<p style="color:#7F9ABB;opacity:0.8;">80%</p>

Text with #7F9ABB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7F9ABB;}

<p style="text-shadow: 3px 3px 1px #7F9ABB">Text here.</p>

This text has shadow with #7F9ABB color.


.textShadow {text-shadow: 3px 3px 1px #7F9ABB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7F9ABB, 5px 5px 20px red">Text here.</p>

This text has shadow with #7F9ABB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F9ABB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7F9ABB, Direction=45, Strength=4)">Text</p>

This text has shadow with #7F9ABB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7F9ABB;
-webkit-box-shadow: 1px 1px 3px 2px #7F9ABB;
box-shadow: 1px 1px 3px 2px #7F9ABB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7F9ABB; -webkit-box-shadow: 1px 1px 3px 2px #7F9ABB; box-shadow:1px 1px 3px 2px #7F9ABB;">
Div content here
</div>

This div box has shadow with color #7F9ABB.

Preview

Color preview on black background

This text has color #7F9ABB on black background.


Color preview on white background

This text has color #7F9ABB on white background.


Black color preview on #7F9ABB background

This text has black color on #7F9ABB background.


White color preview on #7F9ABB background

This text has white color on #7F9ABB background.


Related colors

Complementary color

Complementary color for #hex is #806544.


I love getcolorcode.com

Triadic colors

1 #BB7F9A and #9ABB7F with #7F9ABB are triadic colors.

2 #BB9A7F and #9A7FBB with #7F9ABB are triadic colors.