COLOR #9EDBD4

HEX: #9EDBD4 RGB: (158,219,212)

Color info

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

RGB color model

#9EDBD4 color RGB value is (158,219,212).

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

RGB channels and saturation

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

158
219
212

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

Portions of RGB colors in percentages

R + G + B = 158 + 219 + 212 = 589 (100%)
R 158 of 589 ~ 26.83%
G 219 of 589 ~ 37.18%
B 212 of 589 ~ 35.99'%

%26.83
%37.18
%35.99

CMYK color model

#9EDBD4 color CMYK value is (28,0,3,14).

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

CMYK: (28,0,3,14)
C28M0Y3K14 (28%, 0%, 3%, 14%)
(0.28 / 0.00 / 0.03 / 0.14)

CMYK percentages

%27.85
%0
%3.2
%14.12

Codes

Color #9EDBD4 in popluar color models

9E DB D4
RGB 158 219 212
HSL 173° 45.86% 73.92%
HSB/HSV 173° 27.85% 85.88%
CMYK 27.85% 0.00% 3.20%
14.12%

Color #9EDBD4 in popluar number systems.

HEX 9E DB D4
Decimal 158 219 212
Binary 10011110 11011011 11010100
Octal 236 333 324

Shades and tints

Shades of #9EDBD4

#9EDBD4
(158,219,212)
#90C8C1
(144,200,193)
#82B5AE
(130,181,174)
#74A29B
(116,162,155)
#668F88
(102,143,136)
#587C75
(88,124,117)
#4A6962
(74,105,98)
#3C564F
(60,86,79)
#2E433C
(46,67,60)
#203029
(32,48,41)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #9EDBD4

#9EDBD4
(158,219,212)
#A6DED7
(166,222,215)
#AEE1DA
(174,225,218)
#B6E4DD
(182,228,221)
#BEE7E0
(190,231,224)
#C6EAE3
(198,234,227)
#CEEDE6
(206,237,230)
#D6F0E9
(214,240,233)
#DEF3EC
(222,243,236)
#E6F6EF
(230,246,239)
#EEF9F2
(238,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDBD4; }

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

This text font color is #9EDBD4.

Background Color

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

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

This div background color is #9EDBD4.

Border color

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

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

This div border color is #9EDBD4.

Opacity

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

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

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

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

This text has shadow with #9EDBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDBD4.

Preview

Color preview on black background

This text has color #9EDBD4 on black background.


Color preview on white background

This text has color #9EDBD4 on white background.


Black color preview on #9EDBD4 background

This text has black color on #9EDBD4 background.


White color preview on #9EDBD4 background

This text has white color on #9EDBD4 background.


Related colors

Complementary color

Complementary color for #hex is #61242B.


I love getcolorcode.com

Triadic colors

1 #D49EDB and #DBD49E with #9EDBD4 are triadic colors.

2 #D4DB9E and #DB9ED4 with #9EDBD4 are triadic colors.