COLOR #9EDDC6

HEX: #9EDDC6 RGB: (158,221,198)

Color info

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

RGB color model

#9EDDC6 color RGB value is (158,221,198).

RGB: (158,221,198) (62%, 87%, 78%)

RGB channels and saturation

R 158 of 255 = 62%
G 221 of 255 = 87%
B 198 of 255 = 78%

158
221
198

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

Portions of RGB colors in percentages

R + G + B = 158 + 221 + 198 = 577 (100%)
R 158 of 577 ~ 27.38%
G 221 of 577 ~ 38.3%
B 198 of 577 ~ 34.32'%

%27.38
%38.3
%34.32

CMYK color model

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

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK: (29,0,10,13) C29M0Y10K13 (29%,0%,10%,13%) (0.29/0.00/0.10/0.13) 

CMYK percentages

%28.51
%0
%10.41
%13.33

Codes

Color #9EDDC6 in popluar color models

9E DD C6
RGB 158 221 198
HSL 158° 48.09% 74.31%
HSB/HSV 158° 28.51% 86.67%
CMYK 28.51% 0.00% 10.41%
13.33%

Color #9EDDC6 in popluar number systems.

HEX 9E DD C6
Decimal 158 221 198
Binary 10011110 11011101 11000110
Octal 236 335 306

Shades and tints

Shades of #9EDDC6

#9EDDC6
(158,221,198)
#90C9B4
(144,201,180)
#82B5A2
(130,181,162)
#74A190
(116,161,144)
#668D7E
(102,141,126)
#58796C
(88,121,108)
#4A655A
(74,101,90)
#3C5148
(60,81,72)
#2E3D36
(46,61,54)
#202924
(32,41,36)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #9EDDC6

#9EDDC6
(158,221,198)
#A6E0CB
(166,224,203)
#AEE3D0
(174,227,208)
#B6E6D5
(182,230,213)
#BEE9DA
(190,233,218)
#C6ECDF
(198,236,223)
#CEEFE4
(206,239,228)
#D6F2E9
(214,242,233)
#DEF5EE
(222,245,238)
#E6F8F3
(230,248,243)
#EEFBF8
(238,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDDC6 color. Also use rgb(158,221,198) instead hex code.

Text Font Color

.myTextColor { color: #9EDDC6; }

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

This text font color is #9EDDC6.

Background Color

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

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

This div background color is #9EDDC6.

Border color

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

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

This div border color is #9EDDC6.

Opacity

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

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

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

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

This text has shadow with #9EDDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDDC6.

Preview

Color preview on black background

This text has color #9EDDC6 on black background.


Color preview on white background

This text has color #9EDDC6 on white background.


Black color preview on #9EDDC6 background

This text has black color on #9EDDC6 background.


White color preview on #9EDDC6 background

This text has white color on #9EDDC6 background.


Related colors

Complementary color

Complementary color for #hex is #612239.


I love getcolorcode.com

Triadic colors

1 #C69EDD and #DDC69E with #9EDDC6 are triadic colors.

2 #C6DD9E and #DD9EC6 with #9EDDC6 are triadic colors.