COLOR #9EDEDE

HEX: #9EDEDE RGB: (158,222,222)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

158
222
222

R + G + B ~ 79%. #9EDEDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 222 + 222 = 602 (100%)
R 158 of 602 ~ 26.25%
G 222 of 602 ~ 36.88%
B 222 of 602 ~ 36.88'%

%26.25
%36.88
%36.88

CMYK color model

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

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

CMYK: (29,0,0,13)
C29M0Y0K13 (29%, 0%, 0%, 13%)
(0.29 / 0.00 / 0.00 / 0.13)

CMYK percentages

%28.83
%0
%0
%12.94

Codes

Color #9EDEDE in popluar color models

9E DE DE
RGB 158 222 222
HSL 180° 49.23% 74.51%
HSB/HSV 180° 28.83% 87.06%
CMYK 28.83% 0.00% 0.00%
12.94%

Color #9EDEDE in popluar number systems.

HEX 9E DE DE
Decimal 158 222 222
Binary 10011110 11011110 11011110
Octal 236 336 336

Shades and tints

Shades of #9EDEDE

#9EDEDE
(158,222,222)
#90CACA
(144,202,202)
#82B6B6
(130,182,182)
#74A2A2
(116,162,162)
#668E8E
(102,142,142)
#587A7A
(88,122,122)
#4A6666
(74,102,102)
#3C5252
(60,82,82)
#2E3E3E
(46,62,62)
#202A2A
(32,42,42)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #9EDEDE

#9EDEDE
(158,222,222)
#A6E1E1
(166,225,225)
#AEE4E4
(174,228,228)
#B6E7E7
(182,231,231)
#BEEAEA
(190,234,234)
#C6EDED
(198,237,237)
#CEF0F0
(206,240,240)
#D6F3F3
(214,243,243)
#DEF6F6
(222,246,246)
#E6F9F9
(230,249,249)
#EEFCFC
(238,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDEDE; }

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

This text font color is #9EDEDE.

Background Color

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

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

This div background color is #9EDEDE.

Border color

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

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

This div border color is #9EDEDE.

Opacity

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

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

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

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

This text has shadow with #9EDEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDEDE.

Preview

Color preview on black background

This text has color #9EDEDE on black background.


Color preview on white background

This text has color #9EDEDE on white background.


Black color preview on #9EDEDE background

This text has black color on #9EDEDE background.


White color preview on #9EDEDE background

This text has white color on #9EDEDE background.


Related colors

Complementary color

Complementary color for #hex is #612121.


I love getcolorcode.com