COLOR #99DEDE

HEX: #99DEDE RGB: (153,222,222)

Color info

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

RGB color model

#99DEDE color RGB value is (153,222,222).

RGB: (153,222,222) (60%, 87%, 87%)

RGB channels and saturation

R 153 of 255 = 60%
G 222 of 255 = 87%
B 222 of 255 = 87%

153
222
222

R + G + B ~ 78%. #99DEDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 222 + 222 = 597 (100%)
R 153 of 597 ~ 25.63%
G 222 of 597 ~ 37.19%
B 222 of 597 ~ 37.19'%

%25.63
%37.19
%37.19

CMYK color model

#99DEDE color CMYK value is (31,0,0,13).

  • cyan value is 31.08%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (31,0,0,13) C31M0Y0K13 (31%,0%,0%,13%) (0.31/0.00/0.00/0.13) 

CMYK percentages

%31.08
%0
%0
%12.94

Codes

Color #99DEDE in popluar color models

99 DE DE
RGB 153 222 222
HSL 180° 51.11% 73.53%
HSB/HSV 180° 31.08% 87.06%
CMYK 31.08% 0.00% 0.00%
12.94%

Color #99DEDE in popluar number systems.

HEX 99 DE DE
Decimal 153 222 222
Binary 10011001 11011110 11011110
Octal 231 336 336

Shades and tints

Shades of #99DEDE

#99DEDE
(153,222,222)
#8CCACA
(140,202,202)
#7FB6B6
(127,182,182)
#72A2A2
(114,162,162)
#658E8E
(101,142,142)
#587A7A
(88,122,122)
#4B6666
(75,102,102)
#3E5252
(62,82,82)
#313E3E
(49,62,62)
#242A2A
(36,42,42)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #99DEDE

#99DEDE
(153,222,222)
#A2E1E1
(162,225,225)
#ABE4E4
(171,228,228)
#B4E7E7
(180,231,231)
#BDEAEA
(189,234,234)
#C6EDED
(198,237,237)
#CFF0F0
(207,240,240)
#D8F3F3
(216,243,243)
#E1F6F6
(225,246,246)
#EAF9F9
(234,249,249)
#F3FCFC
(243,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99DEDE color. Also use rgb(153,222,222) instead hex code.

Text Font Color

.myTextColor { color: #99DEDE; }

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

This text font color is #99DEDE.

Background Color

.myBgColor { background-color: #99DEDE; }

<div style="background-color:#99DEDE">Inner text</div>

This div background color is #99DEDE.

Border color

.myBorderColor { border: 1px solid #99DEDE; }

<div style="border:3px solid #99DEDE">Div</div>

This div border color is #99DEDE.

Opacity

.myOpacity80 { color: #99DEDE; opacity: 0.8; }

<p style="color:#99DEDE;opacity:0.8;">80%</p>

Text with #99DEDE 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 #99DEDE;}

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

This text has shadow with #99DEDE color.


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

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

This text has shadow with #99DEDE primary color and red secondary color.


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

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

This text has shadow with #99DEDE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99DEDE.

Preview

Color preview on black background

This text has color #99DEDE on black background.


Color preview on white background

This text has color #99DEDE on white background.


Black color preview on #99DEDE background

This text has black color on #99DEDE background.


White color preview on #99DEDE background

This text has white color on #99DEDE background.


Related colors

Complementary color

Complementary color for #hex is #662121.


I love getcolorcode.com