COLOR #9EDFC2

HEX: #9EDFC2 RGB: (158,223,194)

Color info

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

RGB color model

#9EDFC2 color RGB value is (158,223,194).

RGB: (158,223,194) (62%, 87%, 76%)

RGB channels and saturation

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

158
223
194

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

Portions of RGB colors in percentages

R + G + B = 158 + 223 + 194 = 575 (100%)
R 158 of 575 ~ 27.48%
G 223 of 575 ~ 38.78%
B 194 of 575 ~ 33.74'%

%27.48
%38.78
%33.74

CMYK color model

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

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • 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
%13
%12.55

Codes

Color #9EDFC2 in popluar color models

9E DF C2
RGB 158 223 194
HSL 153° 50.39% 74.71%
HSB/HSV 153° 29.15% 87.45%
CMYK 29.15% 0.00% 13.00%
12.55%

Color #9EDFC2 in popluar number systems.

HEX 9E DF C2
Decimal 158 223 194
Binary 10011110 11011111 11000010
Octal 236 337 302

Shades and tints

Shades of #9EDFC2

#9EDFC2
(158,223,194)
#90CBB1
(144,203,177)
#82B7A0
(130,183,160)
#74A38F
(116,163,143)
#668F7E
(102,143,126)
#587B6D
(88,123,109)
#4A675C
(74,103,92)
#3C534B
(60,83,75)
#2E3F3A
(46,63,58)
#202B29
(32,43,41)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #9EDFC2

#9EDFC2
(158,223,194)
#A6E1C7
(166,225,199)
#AEE3CC
(174,227,204)
#B6E5D1
(182,229,209)
#BEE7D6
(190,231,214)
#C6E9DB
(198,233,219)
#CEEBE0
(206,235,224)
#D6EDE5
(214,237,229)
#DEEFEA
(222,239,234)
#E6F1EF
(230,241,239)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDFC2; }

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

This text font color is #9EDFC2.

Background Color

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

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

This div background color is #9EDFC2.

Border color

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

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

This div border color is #9EDFC2.

Opacity

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

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

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

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

This text has shadow with #9EDFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDFC2.

Preview

Color preview on black background

This text has color #9EDFC2 on black background.


Color preview on white background

This text has color #9EDFC2 on white background.


Black color preview on #9EDFC2 background

This text has black color on #9EDFC2 background.


White color preview on #9EDFC2 background

This text has white color on #9EDFC2 background.


Related colors

Complementary color

Complementary color for #hex is #61203D.


I love getcolorcode.com

Triadic colors

1 #C29EDF and #DFC29E with #9EDFC2 are triadic colors.

2 #C2DF9E and #DF9EC2 with #9EDFC2 are triadic colors.