COLOR #9EDFC3

HEX: #9EDFC3
RGB: (158,223,195)

Color info

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

RGB color model

#9EDFC3 color RGB value is (158,223,195).

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

RGB channels and saturation

R 158 of 255 = 62%
G 223 of 255 = 87%
B 195 of 255 = 76%

158
223
195

R + G + B ~ 75%. #9EDFC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 223 + 195 = 576 (100%)
R 158 of 576 ~ 27.43%
G 223 of 576 ~ 38.72%
B 195 of 576 ~ 33.85%

%27.43
%38.72
%33.85

CMYK color model

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

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 12.55%
CMYK:
(29,0,13,13)
C29M0Y13K13 
(29%,0%,13%,13%)
(0.29/0.00/0.13/0.13)	

CMYK percentages

%29.15
%0
%12.56
%12.55

Codes

Color #9EDFC3 in popluar color models

9EDFC3
RGB158223195
HSL154°50.39%74.71%
HSB/HSV154°29.15%87.45%
CMYK29.15%0.00%12.56%
12.55%

Color #9EDFC3 in popluar number systems.

HEX9EDFC3
Decimal158223195
Binary100111101101111111000011
Octal236337303

Shades and tints

Shades of #9EDFC3

#9EDFC3
(158,223,195)
#90CBB2
(144,203,178)
#82B7A1
(130,183,161)
#74A390
(116,163,144)
#668F7F
(102,143,127)
#587B6E
(88,123,110)
#4A675D
(74,103,93)
#3C534C
(60,83,76)
#2E3F3B
(46,63,59)
#202B2A
(32,43,42)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #9EDFC3

#9EDFC3
(158,223,195)
#A6E1C8
(166,225,200)
#AEE3CD
(174,227,205)
#B6E5D2
(182,229,210)
#BEE7D7
(190,231,215)
#C6E9DC
(198,233,220)
#CEEBE1
(206,235,225)
#D6EDE6
(214,237,230)
#DEEFEB
(222,239,235)
#E6F1F0
(230,241,240)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDFC3; }

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

This text font color is #9EDFC3.


Background Color

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

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

This div background color is #9EDFC3.


Border color

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

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

This div border color is #9EDFC3.


Opacity

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

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

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

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

This text has shadow with #9EDFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDFC3 on black background.


Color preview on white background

This text has color #9EDFC3 on white background.



Black color preview on #9EDFC3 background

This text has black color on #9EDFC3 background.


White color preview on #9EDFC3 background

This text has white color on #9EDFC3 background.