COLOR #9EAED8

HEX: #9EAED8
RGB: (158,174,216)

Color info

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

RGB color model

#9EAED8 color RGB value is (158,174,216).

  • red value is 158;
  • green value is 174;
  • blue value is 216.
RGB:
(158,174,216)
(62%,68%,85%)

RGB channels and saturation

R 158 of 255 = 62%
G 174 of 255 = 68%
B 216 of 255 = 85%

158
174
216

R + G + B ~ 72%. #9EAED8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 174 + 216 = 548 (100%)
R 158 of 548 ~ 28.83%
G 174 of 548 ~ 31.75%
B 216 of 548 ~ 39.42%

%28.83
%31.75
%39.42

CMYK color model

#9EAED8 color CMYK value is (27,19,0,15).

  • cyan value is 26.85%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(27,19,0,15)
C27M19Y0K15 
(27%,19%,0%,15%)
(0.27/0.19/0.00/0.15)	

CMYK percentages

%26.85
%19.44
%0
%15.29

Codes

Color #9EAED8 in popluar color models

9EAED8
RGB158174216
HSL223°42.65%73.33%
HSB/HSV223°26.85%84.71%
CMYK26.85%19.44%0.00%
15.29%

Color #9EAED8 in popluar number systems.

HEX9EAED8
Decimal158174216
Binary100111101010111011011000
Octal236256330

Shades and tints

Shades of #9EAED8

#9EAED8
(158,174,216)
#909FC5
(144,159,197)
#8290B2
(130,144,178)
#74819F
(116,129,159)
#66728C
(102,114,140)
#586379
(88,99,121)
#4A5466
(74,84,102)
#3C4553
(60,69,83)
#2E3640
(46,54,64)
#20272D
(32,39,45)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #9EAED8

#9EAED8
(158,174,216)
#A6B5DB
(166,181,219)
#AEBCDE
(174,188,222)
#B6C3E1
(182,195,225)
#BECAE4
(190,202,228)
#C6D1E7
(198,209,231)
#CED8EA
(206,216,234)
#D6DFED
(214,223,237)
#DEE6F0
(222,230,240)
#E6EDF3
(230,237,243)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAED8; }

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

This text font color is #9EAED8.


Background Color

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

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

This div background color is #9EAED8.


Border color

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

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

This div border color is #9EAED8.


Opacity

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

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

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

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

This text has shadow with #9EAED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAED8 on black background.


Color preview on white background

This text has color #9EAED8 on white background.



Black color preview on #9EAED8 background

This text has black color on #9EAED8 background.


White color preview on #9EAED8 background

This text has white color on #9EAED8 background.