COLOR #9ED5BC

HEX: #9ED5BC RGB: (158,213,188)

Color info

#9ED5BC contains red, green and blue colors in about the same proportion. Web safe color of #9ED5BC is #99CCCC (or #9CC).

RGB color model

#9ED5BC color RGB value is (158,213,188).

RGB: (158,213,188) (62%, 84%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 213 of 255 = 84%
B 188 of 255 = 74%

158
213
188

R + G + B ~ 73%. #9ED5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 213 + 188 = 559 (100%)
R 158 of 559 ~ 28.26%
G 213 of 559 ~ 38.1%
B 188 of 559 ~ 33.63'%

%28.26
%38.1
%33.63

CMYK color model

#9ED5BC color CMYK value is (26,0,12,16).

  • cyan value is 25.82%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 16.47%
CMYK: (26,0,12,16) C26M0Y12K16 (26%,0%,12%,16%) (0.26/0.00/0.12/0.16) 

CMYK percentages

%25.82
%0
%11.74
%16.47

Codes

Color #9ED5BC in popluar color models

9E D5 BC
RGB 158 213 188
HSL 153° 39.57% 72.75%
HSB/HSV 153° 25.82% 83.53%
CMYK 25.82% 0.00% 11.74%
16.47%

Color #9ED5BC in popluar number systems.

HEX 9E D5 BC
Decimal 158 213 188
Binary 10011110 11010101 10111100
Octal 236 325 274

Shades and tints

Shades of #9ED5BC

#9ED5BC
(158,213,188)
#90C2AB
(144,194,171)
#82AF9A
(130,175,154)
#749C89
(116,156,137)
#668978
(102,137,120)
#587667
(88,118,103)
#4A6356
(74,99,86)
#3C5045
(60,80,69)
#2E3D34
(46,61,52)
#202A23
(32,42,35)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #9ED5BC

#9ED5BC
(158,213,188)
#A6D8C2
(166,216,194)
#AEDBC8
(174,219,200)
#B6DECE
(182,222,206)
#BEE1D4
(190,225,212)
#C6E4DA
(198,228,218)
#CEE7E0
(206,231,224)
#D6EAE6
(214,234,230)
#DEEDEC
(222,237,236)
#E6F0F2
(230,240,242)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED5BC color. Also use rgb(158,213,188) instead hex code.

Text Font Color

.myTextColor { color: #9ED5BC; }

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

This text font color is #9ED5BC.

Background Color

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

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

This div background color is #9ED5BC.

Border color

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

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

This div border color is #9ED5BC.

Opacity

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

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

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

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

This text has shadow with #9ED5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED5BC.

Preview

Color preview on black background

This text has color #9ED5BC on black background.


Color preview on white background

This text has color #9ED5BC on white background.


Black color preview on #9ED5BC background

This text has black color on #9ED5BC background.


White color preview on #9ED5BC background

This text has white color on #9ED5BC background.


Related colors

Complementary color

Complementary color for #hex is #612A43.


I love getcolorcode.com

Triadic colors

1 #BC9ED5 and #D5BC9E with #9ED5BC are triadic colors.

2 #BCD59E and #D59EBC with #9ED5BC are triadic colors.