COLOR #9EAEBB

HEX: #9EAEBB RGB: (158,174,187)

Color info

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

RGB color model

#9EAEBB color RGB value is (158,174,187).

RGB: (158,174,187) (62%, 68%, 73%)

RGB channels and saturation

R 158 of 255 = 62%
G 174 of 255 = 68%
B 187 of 255 = 73%

158
174
187

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

Portions of RGB colors in percentages

R + G + B = 158 + 174 + 187 = 519 (100%)
R 158 of 519 ~ 30.44%
G 174 of 519 ~ 33.53%
B 187 of 519 ~ 36.03'%

%30.44
%33.53
%36.03

CMYK color model

#9EAEBB color CMYK value is (16,7,0,27).

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

CMYK: (16,7,0,27)
C16M7Y0K27 (16%, 7%, 0%, 27%)
(0.16 / 0.07 / 0.00 / 0.27)

CMYK percentages

%15.51
%6.95
%0
%26.67

Codes

Color #9EAEBB in popluar color models

9E AE BB
RGB 158 174 187
HSL 207° 17.58% 67.65%
HSB/HSV 207° 15.51% 73.33%
CMYK 15.51% 6.95% 0.00%
26.67%

Color #9EAEBB in popluar number systems.

HEX 9E AE BB
Decimal 158 174 187
Binary 10011110 10101110 10111011
Octal 236 256 273

Shades and tints

Shades of #9EAEBB

#9EAEBB
(158,174,187)
#909FAA
(144,159,170)
#829099
(130,144,153)
#748188
(116,129,136)
#667277
(102,114,119)
#586366
(88,99,102)
#4A5455
(74,84,85)
#3C4544
(60,69,68)
#2E3633
(46,54,51)
#202722
(32,39,34)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #9EAEBB

#9EAEBB
(158,174,187)
#A6B5C1
(166,181,193)
#AEBCC7
(174,188,199)
#B6C3CD
(182,195,205)
#BECAD3
(190,202,211)
#C6D1D9
(198,209,217)
#CED8DF
(206,216,223)
#D6DFE5
(214,223,229)
#DEE6EB
(222,230,235)
#E6EDF1
(230,237,241)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAEBB; }

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

This text font color is #9EAEBB.

Background Color

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

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

This div background color is #9EAEBB.

Border color

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

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

This div border color is #9EAEBB.

Opacity

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

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

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

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

This text has shadow with #9EAEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAEBB.

Preview

Color preview on black background

This text has color #9EAEBB on black background.


Color preview on white background

This text has color #9EAEBB on white background.


Black color preview on #9EAEBB background

This text has black color on #9EAEBB background.


White color preview on #9EAEBB background

This text has white color on #9EAEBB background.


Related colors

Complementary color

Complementary color for #hex is #615144.


I love getcolorcode.com

Triadic colors

1 #BB9EAE and #AEBB9E with #9EAEBB are triadic colors.

2 #BBAE9E and #AE9EBB with #9EAEBB are triadic colors.