COLOR #9EACD6

HEX: #9EACD6
RGB: (158,172,214)

Color info

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

RGB color model

#9EACD6 color RGB value is (158,172,214).

  • red value is 158;
  • green value is 172;
  • blue value is 214.
RGB:
(158,172,214)
(62%,67%,84%)

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 214 of 255 = 84%

158
172
214

R + G + B ~ 71%. #9EACD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 172 + 214 = 544 (100%)
R 158 of 544 ~ 29.04%
G 172 of 544 ~ 31.62%
B 214 of 544 ~ 39.34%

%29.04
%31.62
%39.34

CMYK color model

#9EACD6 color CMYK value is (26,20,0,16).

  • cyan value is 26.17%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(26,20,0,16)
C26M20Y0K16 
(26%,20%,0%,16%)
(0.26/0.20/0.00/0.16)	

CMYK percentages

%26.17
%19.63
%0
%16.08

Codes

Color #9EACD6 in popluar color models

9EACD6
RGB158172214
HSL225°40.58%72.94%
HSB/HSV225°26.17%83.92%
CMYK26.17%19.63%0.00%
16.08%

Color #9EACD6 in popluar number systems.

HEX9EACD6
Decimal158172214
Binary100111101010110011010110
Octal236254326

Shades and tints

Shades of #9EACD6

#9EACD6
(158,172,214)
#909DC3
(144,157,195)
#828EB0
(130,142,176)
#747F9D
(116,127,157)
#66708A
(102,112,138)
#586177
(88,97,119)
#4A5264
(74,82,100)
#3C4351
(60,67,81)
#2E343E
(46,52,62)
#20252B
(32,37,43)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #9EACD6

#9EACD6
(158,172,214)
#A6B3D9
(166,179,217)
#AEBADC
(174,186,220)
#B6C1DF
(182,193,223)
#BEC8E2
(190,200,226)
#C6CFE5
(198,207,229)
#CED6E8
(206,214,232)
#D6DDEB
(214,221,235)
#DEE4EE
(222,228,238)
#E6EBF1
(230,235,241)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EACD6; }

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

This text font color is #9EACD6.


Background Color

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

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

This div background color is #9EACD6.


Border color

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

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

This div border color is #9EACD6.


Opacity

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

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

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

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

This text has shadow with #9EACD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EACD6 on black background.


Color preview on white background

This text has color #9EACD6 on white background.



Black color preview on #9EACD6 background

This text has black color on #9EACD6 background.


White color preview on #9EACD6 background

This text has white color on #9EACD6 background.