COLOR #9EAEC7

HEX: #9EAEC7 RGB: (158,174,199)

Color info

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

RGB color model

#9EAEC7 color RGB value is (158,174,199).

RGB: (158,174,199) (62%, 68%, 78%)

RGB channels and saturation

R 158 of 255 = 62%
G 174 of 255 = 68%
B 199 of 255 = 78%

158
174
199

R + G + B ~ 69%. #9EAEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 174 + 199 = 531 (100%)
R 158 of 531 ~ 29.76%
G 174 of 531 ~ 32.77%
B 199 of 531 ~ 37.48'%

%29.76
%32.77
%37.48

CMYK color model

#9EAEC7 color CMYK value is (21,13,0,22).

  • cyan value is 20.60%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (21,13,0,22)
C21M13Y0K22 (21%, 13%, 0%, 22%)
(0.21 / 0.13 / 0.00 / 0.22)

CMYK percentages

%20.6
%12.56
%0
%21.96

Codes

Color #9EAEC7 in popluar color models

9E AE C7
RGB 158 174 199
HSL 217° 26.80% 70.00%
HSB/HSV 217° 20.60% 78.04%
CMYK 20.60% 12.56% 0.00%
21.96%

Color #9EAEC7 in popluar number systems.

HEX 9E AE C7
Decimal 158 174 199
Binary 10011110 10101110 11000111
Octal 236 256 307

Shades and tints

Shades of #9EAEC7

#9EAEC7
(158,174,199)
#909FB5
(144,159,181)
#8290A3
(130,144,163)
#748191
(116,129,145)
#66727F
(102,114,127)
#58636D
(88,99,109)
#4A545B
(74,84,91)
#3C4549
(60,69,73)
#2E3637
(46,54,55)
#202725
(32,39,37)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #9EAEC7

#9EAEC7
(158,174,199)
#A6B5CC
(166,181,204)
#AEBCD1
(174,188,209)
#B6C3D6
(182,195,214)
#BECADB
(190,202,219)
#C6D1E0
(198,209,224)
#CED8E5
(206,216,229)
#D6DFEA
(214,223,234)
#DEE6EF
(222,230,239)
#E6EDF4
(230,237,244)
#EEF4F9
(238,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAEC7; }

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

This text font color is #9EAEC7.

Background Color

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

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

This div background color is #9EAEC7.

Border color

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

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

This div border color is #9EAEC7.

Opacity

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

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

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

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

This text has shadow with #9EAEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAEC7.

Preview

Color preview on black background

This text has color #9EAEC7 on black background.


Color preview on white background

This text has color #9EAEC7 on white background.


Black color preview on #9EAEC7 background

This text has black color on #9EAEC7 background.


White color preview on #9EAEC7 background

This text has white color on #9EAEC7 background.


Related colors

Complementary color

Complementary color for #hex is #615138.


I love getcolorcode.com

Triadic colors

1 #C79EAE and #AEC79E with #9EAEC7 are triadic colors.

2 #C7AE9E and #AE9EC7 with #9EAEC7 are triadic colors.