COLOR #9EDEAF

HEX: #9EDEAF
RGB: (158,222,175)

Color info

#9EDEAF contains mainly green and blue colors. Web safe color of #9EDEAF is #99CC99 (or #9C9).

RGB color model

#9EDEAF color RGB value is (158,222,175).

  • red value is 158;
  • green value is 222;
  • blue value is 175.
RGB:
(158,222,175)
(62%,87%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 222 of 255 = 87%
B 175 of 255 = 69%

158
222
175

R + G + B ~ 73%. #9EDEAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 222 + 175 = 555 (100%)
R 158 of 555 ~ 28.47%
G 222 of 555 ~ 40%
B 175 of 555 ~ 31.53%

%28.47
%40
%31.53

CMYK color model

#9EDEAF color CMYK value is (29,0,21,13).

  • cyan value is 28.83%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 12.94%
CMYK:
(29,0,21,13)
C29M0Y21K13 
(29%,0%,21%,13%)
(0.29/0.00/0.21/0.13)	

CMYK percentages

%28.83
%0
%21.17
%12.94

Codes

Color #9EDEAF in popluar color models

9EDEAF
RGB158222175
HSL136°49.23%74.51%
HSB/HSV136°28.83%87.06%
CMYK28.83%0.00%21.17%
12.94%

Color #9EDEAF in popluar number systems.

HEX9EDEAF
Decimal158222175
Binary100111101101111010101111
Octal236336257

Shades and tints

Shades of #9EDEAF

#9EDEAF
(158,222,175)
#90CAA0
(144,202,160)
#82B691
(130,182,145)
#74A282
(116,162,130)
#668E73
(102,142,115)
#587A64
(88,122,100)
#4A6655
(74,102,85)
#3C5246
(60,82,70)
#2E3E37
(46,62,55)
#202A28
(32,42,40)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #9EDEAF

#9EDEAF
(158,222,175)
#A6E1B6
(166,225,182)
#AEE4BD
(174,228,189)
#B6E7C4
(182,231,196)
#BEEACB
(190,234,203)
#C6EDD2
(198,237,210)
#CEF0D9
(206,240,217)
#D6F3E0
(214,243,224)
#DEF6E7
(222,246,231)
#E6F9EE
(230,249,238)
#EEFCF5
(238,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDEAF color. Also use rgb(158,222,175) instead hex code.

Text Font Color

.myTextColor { color: #9EDEAF; }

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

This text font color is #9EDEAF.


Background Color

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

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

This div background color is #9EDEAF.


Border color

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

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

This div border color is #9EDEAF.


Opacity

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

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

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

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

This text has shadow with #9EDEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDEAF on black background.


Color preview on white background

This text has color #9EDEAF on white background.



Black color preview on #9EDEAF background

This text has black color on #9EDEAF background.


White color preview on #9EDEAF background

This text has white color on #9EDEAF background.