COLOR #9EAEC3

HEX: #9EAEC3 RGB: (158,174,195)

Color info

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

RGB color model

#9EAEC3 color RGB value is (158,174,195).

RGB: (158,174,195) (62%, 68%, 76%)

RGB channels and saturation

R 158 of 255 = 62%
G 174 of 255 = 68%
B 195 of 255 = 76%

158
174
195

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

Portions of RGB colors in percentages

R + G + B = 158 + 174 + 195 = 527 (100%)
R 158 of 527 ~ 29.98%
G 174 of 527 ~ 33.02%
B 195 of 527 ~ 37'%

%29.98
%33.02
%37

CMYK color model

#9EAEC3 color CMYK value is (19,11,0,24).

  • cyan value is 18.97%
  • magenta value is 10.77%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (19,11,0,24)
C19M11Y0K24 (19%, 11%, 0%, 24%)
(0.19 / 0.11 / 0.00 / 0.24)

CMYK percentages

%18.97
%10.77
%0
%23.53

Codes

Color #9EAEC3 in popluar color models

9E AE C3
RGB 158 174 195
HSL 214° 23.57% 69.22%
HSB/HSV 214° 18.97% 76.47%
CMYK 18.97% 10.77% 0.00%
23.53%

Color #9EAEC3 in popluar number systems.

HEX 9E AE C3
Decimal 158 174 195
Binary 10011110 10101110 11000011
Octal 236 256 303

Shades and tints

Shades of #9EAEC3

#9EAEC3
(158,174,195)
#909FB2
(144,159,178)
#8290A1
(130,144,161)
#748190
(116,129,144)
#66727F
(102,114,127)
#58636E
(88,99,110)
#4A545D
(74,84,93)
#3C454C
(60,69,76)
#2E363B
(46,54,59)
#20272A
(32,39,42)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #9EAEC3

#9EAEC3
(158,174,195)
#A6B5C8
(166,181,200)
#AEBCCD
(174,188,205)
#B6C3D2
(182,195,210)
#BECAD7
(190,202,215)
#C6D1DC
(198,209,220)
#CED8E1
(206,216,225)
#D6DFE6
(214,223,230)
#DEE6EB
(222,230,235)
#E6EDF0
(230,237,240)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAEC3; }

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

This text font color is #9EAEC3.

Background Color

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

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

This div background color is #9EAEC3.

Border color

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

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

This div border color is #9EAEC3.

Opacity

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

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

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

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

This text has shadow with #9EAEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAEC3.

Preview

Color preview on black background

This text has color #9EAEC3 on black background.


Color preview on white background

This text has color #9EAEC3 on white background.


Black color preview on #9EAEC3 background

This text has black color on #9EAEC3 background.


White color preview on #9EAEC3 background

This text has white color on #9EAEC3 background.


Related colors

Complementary color

Complementary color for #hex is #61513C.


I love getcolorcode.com

Triadic colors

1 #C39EAE and #AEC39E with #9EAEC3 are triadic colors.

2 #C3AE9E and #AE9EC3 with #9EAEC3 are triadic colors.