COLOR #9EDBD3

HEX: #9EDBD3 RGB: (158,219,211)

Color info

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

RGB color model

#9EDBD3 color RGB value is (158,219,211).

RGB: (158,219,211) (62%, 86%, 83%)

RGB channels and saturation

R 158 of 255 = 62%
G 219 of 255 = 86%
B 211 of 255 = 83%

158
219
211

R + G + B ~ 77%. #9EDBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 219 + 211 = 588 (100%)
R 158 of 588 ~ 26.87%
G 219 of 588 ~ 37.24%
B 211 of 588 ~ 35.88'%

%26.87
%37.24
%35.88

CMYK color model

#9EDBD3 color CMYK value is (28,0,4,14).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 14.12%

CMYK: (28,0,4,14)
C28M0Y4K14 (28%, 0%, 4%, 14%)
(0.28 / 0.00 / 0.04 / 0.14)

CMYK percentages

%27.85
%0
%3.65
%14.12

Codes

Color #9EDBD3 in popluar color models

9E DB D3
RGB 158 219 211
HSL 172° 45.86% 73.92%
HSB/HSV 172° 27.85% 85.88%
CMYK 27.85% 0.00% 3.65%
14.12%

Color #9EDBD3 in popluar number systems.

HEX 9E DB D3
Decimal 158 219 211
Binary 10011110 11011011 11010011
Octal 236 333 323

Shades and tints

Shades of #9EDBD3

#9EDBD3
(158,219,211)
#90C8C0
(144,200,192)
#82B5AD
(130,181,173)
#74A29A
(116,162,154)
#668F87
(102,143,135)
#587C74
(88,124,116)
#4A6961
(74,105,97)
#3C564E
(60,86,78)
#2E433B
(46,67,59)
#203028
(32,48,40)
#121D15
(18,29,21)
#000000
(0,0,0)

Tints of #9EDBD3

#9EDBD3
(158,219,211)
#A6DED7
(166,222,215)
#AEE1DB
(174,225,219)
#B6E4DF
(182,228,223)
#BEE7E3
(190,231,227)
#C6EAE7
(198,234,231)
#CEEDEB
(206,237,235)
#D6F0EF
(214,240,239)
#DEF3F3
(222,243,243)
#E6F6F7
(230,246,247)
#EEF9FB
(238,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDBD3 color. Also use rgb(158,219,211) instead hex code.

Text Font Color

.myTextColor { color: #9EDBD3; }

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

This text font color is #9EDBD3.

Background Color

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

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

This div background color is #9EDBD3.

Border color

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

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

This div border color is #9EDBD3.

Opacity

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

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

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

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

This text has shadow with #9EDBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDBD3.

Preview

Color preview on black background

This text has color #9EDBD3 on black background.


Color preview on white background

This text has color #9EDBD3 on white background.


Black color preview on #9EDBD3 background

This text has black color on #9EDBD3 background.


White color preview on #9EDBD3 background

This text has white color on #9EDBD3 background.


Related colors

Complementary color

Complementary color for #hex is #61242C.


I love getcolorcode.com

Triadic colors

1 #D39EDB and #DBD39E with #9EDBD3 are triadic colors.

2 #D3DB9E and #DB9ED3 with #9EDBD3 are triadic colors.