COLOR #9EDBB4

HEX: #9EDBB4 RGB: (158,219,180)

Color info

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

RGB color model

#9EDBB4 color RGB value is (158,219,180).

RGB: (158,219,180) (62%, 86%, 71%)

RGB channels and saturation

R 158 of 255 = 62%
G 219 of 255 = 86%
B 180 of 255 = 71%

158
219
180

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

Portions of RGB colors in percentages

R + G + B = 158 + 219 + 180 = 557 (100%)
R 158 of 557 ~ 28.37%
G 219 of 557 ~ 39.32%
B 180 of 557 ~ 32.32'%

%28.37
%39.32
%32.32

CMYK color model

#9EDBB4 color CMYK value is (28,0,18,14).

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

CMYK: (28,0,18,14)
C28M0Y18K14 (28%, 0%, 18%, 14%)
(0.28 / 0.00 / 0.18 / 0.14)

CMYK percentages

%27.85
%0
%17.81
%14.12

Codes

Color #9EDBB4 in popluar color models

9E DB B4
RGB 158 219 180
HSL 142° 45.86% 73.92%
HSB/HSV 142° 27.85% 85.88%
CMYK 27.85% 0.00% 17.81%
14.12%

Color #9EDBB4 in popluar number systems.

HEX 9E DB B4
Decimal 158 219 180
Binary 10011110 11011011 10110100
Octal 236 333 264

Shades and tints

Shades of #9EDBB4

#9EDBB4
(158,219,180)
#90C8A4
(144,200,164)
#82B594
(130,181,148)
#74A284
(116,162,132)
#668F74
(102,143,116)
#587C64
(88,124,100)
#4A6954
(74,105,84)
#3C5644
(60,86,68)
#2E4334
(46,67,52)
#203024
(32,48,36)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #9EDBB4

#9EDBB4
(158,219,180)
#A6DEBA
(166,222,186)
#AEE1C0
(174,225,192)
#B6E4C6
(182,228,198)
#BEE7CC
(190,231,204)
#C6EAD2
(198,234,210)
#CEEDD8
(206,237,216)
#D6F0DE
(214,240,222)
#DEF3E4
(222,243,228)
#E6F6EA
(230,246,234)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDBB4; }

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

This text font color is #9EDBB4.

Background Color

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

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

This div background color is #9EDBB4.

Border color

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

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

This div border color is #9EDBB4.

Opacity

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

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

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

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

This text has shadow with #9EDBB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDBB4.

Preview

Color preview on black background

This text has color #9EDBB4 on black background.


Color preview on white background

This text has color #9EDBB4 on white background.


Black color preview on #9EDBB4 background

This text has black color on #9EDBB4 background.


White color preview on #9EDBB4 background

This text has white color on #9EDBB4 background.


Related colors

Complementary color

Complementary color for #hex is #61244B.


I love getcolorcode.com

Triadic colors

1 #B49EDB and #DBB49E with #9EDBB4 are triadic colors.

2 #B4DB9E and #DB9EB4 with #9EDBB4 are triadic colors.