COLOR #9EDCC0

HEX: #9EDCC0 RGB: (158,220,192)

Color info

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

RGB color model

#9EDCC0 color RGB value is (158,220,192).

RGB: (158,220,192) (62%, 86%, 75%)

RGB channels and saturation

R 158 of 255 = 62%
G 220 of 255 = 86%
B 192 of 255 = 75%

158
220
192

R + G + B ~ 74%. #9EDCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 220 + 192 = 570 (100%)
R 158 of 570 ~ 27.72%
G 220 of 570 ~ 38.6%
B 192 of 570 ~ 33.68'%

%27.72
%38.6
%33.68

CMYK color model

#9EDCC0 color CMYK value is (28,0,13,14).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 13.73%

CMYK: (28,0,13,14)
C28M0Y13K14 (28%, 0%, 13%, 14%)
(0.28 / 0.00 / 0.13 / 0.14)

CMYK percentages

%28.18
%0
%12.73
%13.73

Codes

Color #9EDCC0 in popluar color models

9E DC C0
RGB 158 220 192
HSL 153° 46.97% 74.12%
HSB/HSV 153° 28.18% 86.27%
CMYK 28.18% 0.00% 12.73%
13.73%

Color #9EDCC0 in popluar number systems.

HEX 9E DC C0
Decimal 158 220 192
Binary 10011110 11011100 11000000
Octal 236 334 300

Shades and tints

Shades of #9EDCC0

#9EDCC0
(158,220,192)
#90C8AF
(144,200,175)
#82B49E
(130,180,158)
#74A08D
(116,160,141)
#668C7C
(102,140,124)
#58786B
(88,120,107)
#4A645A
(74,100,90)
#3C5049
(60,80,73)
#2E3C38
(46,60,56)
#202827
(32,40,39)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #9EDCC0

#9EDCC0
(158,220,192)
#A6DFC5
(166,223,197)
#AEE2CA
(174,226,202)
#B6E5CF
(182,229,207)
#BEE8D4
(190,232,212)
#C6EBD9
(198,235,217)
#CEEEDE
(206,238,222)
#D6F1E3
(214,241,227)
#DEF4E8
(222,244,232)
#E6F7ED
(230,247,237)
#EEFAF2
(238,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDCC0 color. Also use rgb(158,220,192) instead hex code.

Text Font Color

.myTextColor { color: #9EDCC0; }

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

This text font color is #9EDCC0.

Background Color

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

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

This div background color is #9EDCC0.

Border color

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

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

This div border color is #9EDCC0.

Opacity

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

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

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

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

This text has shadow with #9EDCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDCC0.

Preview

Color preview on black background

This text has color #9EDCC0 on black background.


Color preview on white background

This text has color #9EDCC0 on white background.


Black color preview on #9EDCC0 background

This text has black color on #9EDCC0 background.


White color preview on #9EDCC0 background

This text has white color on #9EDCC0 background.


Related colors

Complementary color

Complementary color for #hex is #61233F.


I love getcolorcode.com

Triadic colors

1 #C09EDC and #DCC09E with #9EDCC0 are triadic colors.

2 #C0DC9E and #DC9EC0 with #9EDCC0 are triadic colors.