COLOR #9EDFCA

HEX: #9EDFCA
RGB: (158,223,202)

Color info

#9EDFCA contains mainly green and blue colors. Web safe color of #9EDFCA is #99CCCC (or #9CC).

RGB color model

#9EDFCA color RGB value is (158,223,202).

  • red value is 158;
  • green value is 223;
  • blue value is 202.
RGB:
(158,223,202)
(62%,87%,79%)

RGB channels and saturation

R 158 of 255 = 62%
G 223 of 255 = 87%
B 202 of 255 = 79%

158
223
202

R + G + B ~ 76%. #9EDFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 223 + 202 = 583 (100%)
R 158 of 583 ~ 27.1%
G 223 of 583 ~ 38.25%
B 202 of 583 ~ 34.65%

%27.1
%38.25
%34.65

CMYK color model

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

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 12.55%
CMYK:
(29,0,9,13)
C29M0Y9K13 
(29%,0%,9%,13%)
(0.29/0.00/0.09/0.13)	

CMYK percentages

%29.15
%0
%9.42
%12.55

Codes

Color #9EDFCA in popluar color models

9EDFCA
RGB158223202
HSL161°50.39%74.71%
HSB/HSV161°29.15%87.45%
CMYK29.15%0.00%9.42%
12.55%

Color #9EDFCA in popluar number systems.

HEX9EDFCA
Decimal158223202
Binary100111101101111111001010
Octal236337312

Shades and tints

Shades of #9EDFCA

#9EDFCA
(158,223,202)
#90CBB8
(144,203,184)
#82B7A6
(130,183,166)
#74A394
(116,163,148)
#668F82
(102,143,130)
#587B70
(88,123,112)
#4A675E
(74,103,94)
#3C534C
(60,83,76)
#2E3F3A
(46,63,58)
#202B28
(32,43,40)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #9EDFCA

#9EDFCA
(158,223,202)
#A6E1CE
(166,225,206)
#AEE3D2
(174,227,210)
#B6E5D6
(182,229,214)
#BEE7DA
(190,231,218)
#C6E9DE
(198,233,222)
#CEEBE2
(206,235,226)
#D6EDE6
(214,237,230)
#DEEFEA
(222,239,234)
#E6F1EE
(230,241,238)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDFCA color. Also use rgb(158,223,202) instead hex code.

Text Font Color

.myTextColor { color: #9EDFCA; }

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

This text font color is #9EDFCA.


Background Color

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

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

This div background color is #9EDFCA.


Border color

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

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

This div border color is #9EDFCA.


Opacity

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

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

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

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

This text has shadow with #9EDFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDFCA on black background.


Color preview on white background

This text has color #9EDFCA on white background.



Black color preview on #9EDFCA background

This text has black color on #9EDFCA background.


White color preview on #9EDFCA background

This text has white color on #9EDFCA background.