COLOR #99CCDE

HEX: #99CCDE RGB: (153,204,222)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
204
222

R + G + B ~ 76%. #99CCDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 204 + 222 = 579 (100%)
R 153 of 579 ~ 26.42%
G 204 of 579 ~ 35.23%
B 222 of 579 ~ 38.34'%

%26.42
%35.23
%38.34

CMYK color model

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

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

CMYK percentages

%31.08
%8.11
%0
%12.94

Codes

Color #99CCDE in popluar color models

99 CC DE
RGB 153 204 222
HSL 196° 51.11% 73.53%
HSB/HSV 196° 31.08% 87.06%
CMYK 31.08% 8.11% 0.00%
12.94%

Color #99CCDE in popluar number systems.

HEX 99 CC DE
Decimal 153 204 222
Binary 10011001 11001100 11011110
Octal 231 314 336

Shades and tints

Shades of #99CCDE

#99CCDE
(153,204,222)
#8CBACA
(140,186,202)
#7FA8B6
(127,168,182)
#7296A2
(114,150,162)
#65848E
(101,132,142)
#58727A
(88,114,122)
#4B6066
(75,96,102)
#3E4E52
(62,78,82)
#313C3E
(49,60,62)
#242A2A
(36,42,42)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #99CCDE

#99CCDE
(153,204,222)
#A2D0E1
(162,208,225)
#ABD4E4
(171,212,228)
#B4D8E7
(180,216,231)
#BDDCEA
(189,220,234)
#C6E0ED
(198,224,237)
#CFE4F0
(207,228,240)
#D8E8F3
(216,232,243)
#E1ECF6
(225,236,246)
#EAF0F9
(234,240,249)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CCDE; }

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

This text font color is #99CCDE.

Background Color

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

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

This div background color is #99CCDE.

Border color

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

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

This div border color is #99CCDE.

Opacity

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

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

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

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

This text has shadow with #99CCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99CCDE.

Preview

Color preview on black background

This text has color #99CCDE on black background.


Color preview on white background

This text has color #99CCDE on white background.


Black color preview on #99CCDE background

This text has black color on #99CCDE background.


White color preview on #99CCDE background

This text has white color on #99CCDE background.


Related colors

Complementary color

Complementary color for #hex is #663321.


I love getcolorcode.com

Triadic colors

1 #DE99CC and #CCDE99 with #99CCDE are triadic colors.

2 #DECC99 and #CC99DE with #99CCDE are triadic colors.