COLOR #9EDEBA

HEX: #9EDEBA RGB: (158,222,186)

Color info

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

RGB color model

#9EDEBA color RGB value is (158,222,186).

RGB: (158,222,186) (62%, 87%, 73%)

RGB channels and saturation

R 158 of 255 = 62%
G 222 of 255 = 87%
B 186 of 255 = 73%

158
222
186

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

Portions of RGB colors in percentages

R + G + B = 158 + 222 + 186 = 566 (100%)
R 158 of 566 ~ 27.92%
G 222 of 566 ~ 39.22%
B 186 of 566 ~ 32.86'%

%27.92
%39.22
%32.86

CMYK color model

#9EDEBA color CMYK value is (29,0,16,13).

  • cyan value is 28.83%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 12.94%

CMYK: (29,0,16,13)
C29M0Y16K13 (29%, 0%, 16%, 13%)
(0.29 / 0.00 / 0.16 / 0.13)

CMYK percentages

%28.83
%0
%16.22
%12.94

Codes

Color #9EDEBA in popluar color models

9E DE BA
RGB 158 222 186
HSL 146° 49.23% 74.51%
HSB/HSV 146° 28.83% 87.06%
CMYK 28.83% 0.00% 16.22%
12.94%

Color #9EDEBA in popluar number systems.

HEX 9E DE BA
Decimal 158 222 186
Binary 10011110 11011110 10111010
Octal 236 336 272

Shades and tints

Shades of #9EDEBA

#9EDEBA
(158,222,186)
#90CAAA
(144,202,170)
#82B69A
(130,182,154)
#74A28A
(116,162,138)
#668E7A
(102,142,122)
#587A6A
(88,122,106)
#4A665A
(74,102,90)
#3C524A
(60,82,74)
#2E3E3A
(46,62,58)
#202A2A
(32,42,42)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #9EDEBA

#9EDEBA
(158,222,186)
#A6E1C0
(166,225,192)
#AEE4C6
(174,228,198)
#B6E7CC
(182,231,204)
#BEEAD2
(190,234,210)
#C6EDD8
(198,237,216)
#CEF0DE
(206,240,222)
#D6F3E4
(214,243,228)
#DEF6EA
(222,246,234)
#E6F9F0
(230,249,240)
#EEFCF6
(238,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDEBA color. Also use rgb(158,222,186) instead hex code.

Text Font Color

.myTextColor { color: #9EDEBA; }

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

This text font color is #9EDEBA.

Background Color

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

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

This div background color is #9EDEBA.

Border color

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

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

This div border color is #9EDEBA.

Opacity

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

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

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

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

This text has shadow with #9EDEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDEBA.

Preview

Color preview on black background

This text has color #9EDEBA on black background.


Color preview on white background

This text has color #9EDEBA on white background.


Black color preview on #9EDEBA background

This text has black color on #9EDEBA background.


White color preview on #9EDEBA background

This text has white color on #9EDEBA background.


Related colors

Complementary color

Complementary color for #hex is #612145.


I love getcolorcode.com

Triadic colors

1 #BA9EDE and #DEBA9E with #9EDEBA are triadic colors.

2 #BADE9E and #DE9EBA with #9EDEBA are triadic colors.