COLOR #99C5DD

HEX: #99C5DD
RGB: (153,197,221)

Color info

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

RGB color model

#99C5DD color RGB value is (153,197,221).

  • red value is 153;
  • green value is 197;
  • blue value is 221.
RGB:
(153,197,221)
(60%,77%,87%)

RGB channels and saturation

R 153 of 255 = 60%
G 197 of 255 = 77%
B 221 of 255 = 87%

153
197
221

R + G + B ~ 75%. #99C5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 197 + 221 = 571 (100%)
R 153 of 571 ~ 26.8%
G 197 of 571 ~ 34.5%
B 221 of 571 ~ 38.7%

%26.8
%34.5
%38.7

CMYK color model

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

  • cyan value is 30.77%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(31,11,0,13)
C31M11Y0K13 
(31%,11%,0%,13%)
(0.31/0.11/0.00/0.13)	

CMYK percentages

%30.77
%10.86
%0
%13.33

Codes

Color #99C5DD in popluar color models

99C5DD
RGB153197221
HSL201°50.00%73.33%
HSB/HSV201°30.77%86.67%
CMYK30.77%10.86%0.00%
13.33%

Color #99C5DD in popluar number systems.

HEX99C5DD
Decimal153197221
Binary100110011100010111011101
Octal231305335

Shades and tints

Shades of #99C5DD

#99C5DD
(153,197,221)
#8CB4C9
(140,180,201)
#7FA3B5
(127,163,181)
#7292A1
(114,146,161)
#65818D
(101,129,141)
#587079
(88,112,121)
#4B5F65
(75,95,101)
#3E4E51
(62,78,81)
#313D3D
(49,61,61)
#242C29
(36,44,41)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #99C5DD

#99C5DD
(153,197,221)
#A2CAE0
(162,202,224)
#ABCFE3
(171,207,227)
#B4D4E6
(180,212,230)
#BDD9E9
(189,217,233)
#C6DEEC
(198,222,236)
#CFE3EF
(207,227,239)
#D8E8F2
(216,232,242)
#E1EDF5
(225,237,245)
#EAF2F8
(234,242,248)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C5DD; }

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

This text font color is #99C5DD.


Background Color

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

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

This div background color is #99C5DD.


Border color

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

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

This div border color is #99C5DD.


Opacity

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

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

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

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

This text has shadow with #99C5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C5DD on black background.


Color preview on white background

This text has color #99C5DD on white background.



Black color preview on #99C5DD background

This text has black color on #99C5DD background.


White color preview on #99C5DD background

This text has white color on #99C5DD background.