COLOR #9EAFBB

HEX: #9EAFBB RGB: (158,175,187)

Color info

#9EAFBB contains red, green and blue colors in about the same proportion. Web safe color of #9EAFBB is #9999CC (or #99C).

RGB color model

#9EAFBB color RGB value is (158,175,187).

RGB: (158,175,187) (62%, 69%, 73%)

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 187 of 255 = 73%

158
175
187

R + G + B ~ 68%. #9EAFBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 175 + 187 = 520 (100%)
R 158 of 520 ~ 30.38%
G 175 of 520 ~ 33.65%
B 187 of 520 ~ 35.96'%

%30.38
%33.65
%35.96

CMYK color model

#9EAFBB color CMYK value is (16,6,0,27).

  • cyan value is 15.51%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (16,6,0,27)
C16M6Y0K27 (16%, 6%, 0%, 27%)
(0.16 / 0.06 / 0.00 / 0.27)

CMYK percentages

%15.51
%6.42
%0
%26.67

Codes

Color #9EAFBB in popluar color models

9E AF BB
RGB 158 175 187
HSL 205° 17.58% 67.65%
HSB/HSV 205° 15.51% 73.33%
CMYK 15.51% 6.42% 0.00%
26.67%

Color #9EAFBB in popluar number systems.

HEX 9E AF BB
Decimal 158 175 187
Binary 10011110 10101111 10111011
Octal 236 257 273

Shades and tints

Shades of #9EAFBB

#9EAFBB
(158,175,187)
#90A0AA
(144,160,170)
#829199
(130,145,153)
#748288
(116,130,136)
#667377
(102,115,119)
#586466
(88,100,102)
#4A5555
(74,85,85)
#3C4644
(60,70,68)
#2E3733
(46,55,51)
#202822
(32,40,34)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #9EAFBB

#9EAFBB
(158,175,187)
#A6B6C1
(166,182,193)
#AEBDC7
(174,189,199)
#B6C4CD
(182,196,205)
#BECBD3
(190,203,211)
#C6D2D9
(198,210,217)
#CED9DF
(206,217,223)
#D6E0E5
(214,224,229)
#DEE7EB
(222,231,235)
#E6EEF1
(230,238,241)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAFBB color. Also use rgb(158,175,187) instead hex code.

Text Font Color

.myTextColor { color: #9EAFBB; }

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

This text font color is #9EAFBB.

Background Color

.myBgColor { background-color: #9EAFBB; }

<div style="background-color:#9EAFBB">Inner text</div>

This div background color is #9EAFBB.

Border color

.myBorderColor { border: 1px solid #9EAFBB; }

<div style="border:3px solid #9EAFBB">Div</div>

This div border color is #9EAFBB.

Opacity

.myOpacity80 { color: #9EAFBB; opacity: 0.8; }

<p style="color:#9EAFBB;opacity:0.8;">80%</p>

Text with #9EAFBB 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 #9EAFBB;}

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

This text has shadow with #9EAFBB color.


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

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

This text has shadow with #9EAFBB primary color and red secondary color.


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

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

This text has shadow with #9EAFBB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9EAFBB.

Preview

Color preview on black background

This text has color #9EAFBB on black background.


Color preview on white background

This text has color #9EAFBB on white background.


Black color preview on #9EAFBB background

This text has black color on #9EAFBB background.


White color preview on #9EAFBB background

This text has white color on #9EAFBB background.


Related colors

Complementary color

Complementary color for #hex is #615044.


I love getcolorcode.com

Triadic colors

1 #BB9EAF and #AFBB9E with #9EAFBB are triadic colors.

2 #BBAF9E and #AF9EBB with #9EAFBB are triadic colors.