COLOR #99D6DD

HEX: #99D6DD RGB: (153,214,221)

Color info

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

RGB color model

#99D6DD color RGB value is (153,214,221).

RGB: (153,214,221) (60%, 84%, 87%)

RGB channels and saturation

R 153 of 255 = 60%
G 214 of 255 = 84%
B 221 of 255 = 87%

153
214
221

R + G + B ~ 77%. #99D6DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 214 + 221 = 588 (100%)
R 153 of 588 ~ 26.02%
G 214 of 588 ~ 36.39%
B 221 of 588 ~ 37.59'%

%26.02
%36.39
%37.59

CMYK color model

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

  • cyan value is 30.77%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (31,3,0,13) C31M3Y0K13 (31%,3%,0%,13%) (0.31/0.03/0.00/0.13) 

CMYK percentages

%30.77
%3.17
%0
%13.33

Codes

Color #99D6DD in popluar color models

99 D6 DD
RGB 153 214 221
HSL 186° 50.00% 73.33%
HSB/HSV 186° 30.77% 86.67%
CMYK 30.77% 3.17% 0.00%
13.33%

Color #99D6DD in popluar number systems.

HEX 99 D6 DD
Decimal 153 214 221
Binary 10011001 11010110 11011101
Octal 231 326 335

Shades and tints

Shades of #99D6DD

#99D6DD
(153,214,221)
#8CC3C9
(140,195,201)
#7FB0B5
(127,176,181)
#729DA1
(114,157,161)
#658A8D
(101,138,141)
#587779
(88,119,121)
#4B6465
(75,100,101)
#3E5151
(62,81,81)
#313E3D
(49,62,61)
#242B29
(36,43,41)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #99D6DD

#99D6DD
(153,214,221)
#A2D9E0
(162,217,224)
#ABDCE3
(171,220,227)
#B4DFE6
(180,223,230)
#BDE2E9
(189,226,233)
#C6E5EC
(198,229,236)
#CFE8EF
(207,232,239)
#D8EBF2
(216,235,242)
#E1EEF5
(225,238,245)
#EAF1F8
(234,241,248)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D6DD; }

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

This text font color is #99D6DD.

Background Color

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

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

This div background color is #99D6DD.

Border color

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

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

This div border color is #99D6DD.

Opacity

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

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

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

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

This text has shadow with #99D6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D6DD.

Preview

Color preview on black background

This text has color #99D6DD on black background.


Color preview on white background

This text has color #99D6DD on white background.


Black color preview on #99D6DD background

This text has black color on #99D6DD background.


White color preview on #99D6DD background

This text has white color on #99D6DD background.


Related colors

Complementary color

Complementary color for #hex is #662922.


I love getcolorcode.com

Triadic colors

1 #DD99D6 and #D6DD99 with #99D6DD are triadic colors.

2 #DDD699 and #D699DD with #99D6DD are triadic colors.