COLOR #9EACC7

HEX: #9EACC7 RGB: (158,172,199)

Color info

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

RGB color model

#9EACC7 color RGB value is (158,172,199).

RGB: (158,172,199) (62%, 67%, 78%)

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 199 of 255 = 78%

158
172
199

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

Portions of RGB colors in percentages

R + G + B = 158 + 172 + 199 = 529 (100%)
R 158 of 529 ~ 29.87%
G 172 of 529 ~ 32.51%
B 199 of 529 ~ 37.62'%

%29.87
%32.51
%37.62

CMYK color model

#9EACC7 color CMYK value is (21,14,0,22).

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

CMYK: (21,14,0,22)
C21M14Y0K22 (21%, 14%, 0%, 22%)
(0.21 / 0.14 / 0.00 / 0.22)

CMYK percentages

%20.6
%13.57
%0
%21.96

Codes

Color #9EACC7 in popluar color models

9E AC C7
RGB 158 172 199
HSL 220° 26.80% 70.00%
HSB/HSV 220° 20.60% 78.04%
CMYK 20.60% 13.57% 0.00%
21.96%

Color #9EACC7 in popluar number systems.

HEX 9E AC C7
Decimal 158 172 199
Binary 10011110 10101100 11000111
Octal 236 254 307

Shades and tints

Shades of #9EACC7

#9EACC7
(158,172,199)
#909DB5
(144,157,181)
#828EA3
(130,142,163)
#747F91
(116,127,145)
#66707F
(102,112,127)
#58616D
(88,97,109)
#4A525B
(74,82,91)
#3C4349
(60,67,73)
#2E3437
(46,52,55)
#202525
(32,37,37)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #9EACC7

#9EACC7
(158,172,199)
#A6B3CC
(166,179,204)
#AEBAD1
(174,186,209)
#B6C1D6
(182,193,214)
#BEC8DB
(190,200,219)
#C6CFE0
(198,207,224)
#CED6E5
(206,214,229)
#D6DDEA
(214,221,234)
#DEE4EF
(222,228,239)
#E6EBF4
(230,235,244)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EACC7; }

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

This text font color is #9EACC7.

Background Color

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

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

This div background color is #9EACC7.

Border color

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

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

This div border color is #9EACC7.

Opacity

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

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

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

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

This text has shadow with #9EACC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EACC7.

Preview

Color preview on black background

This text has color #9EACC7 on black background.


Color preview on white background

This text has color #9EACC7 on white background.


Black color preview on #9EACC7 background

This text has black color on #9EACC7 background.


White color preview on #9EACC7 background

This text has white color on #9EACC7 background.


Related colors

Complementary color

Complementary color for #hex is #615338.


I love getcolorcode.com

Triadic colors

1 #C79EAC and #ACC79E with #9EACC7 are triadic colors.

2 #C7AC9E and #AC9EC7 with #9EACC7 are triadic colors.