COLOR #99CDDA

HEX: #99CDDA
RGB: (153,205,218)

Color info

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

RGB color model

#99CDDA color RGB value is (153,205,218).

  • red value is 153;
  • green value is 205;
  • blue value is 218.
RGB:
(153,205,218)
(60%,80%,85%)

RGB channels and saturation

R 153 of 255 = 60%
G 205 of 255 = 80%
B 218 of 255 = 85%

153
205
218

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

Portions of RGB colors in percentages

R + G + B =
153 + 205 + 218 = 576 (100%)
R 153 of 576 ~ 26.56%
G 205 of 576 ~ 35.59%
B 218 of 576 ~ 37.85%

%26.56
%35.59
%37.85

CMYK color model

#99CDDA color CMYK value is (30,6,0,15).

  • cyan value is 29.82%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(30,6,0,15)
C30M6Y0K15 
(30%,6%,0%,15%)
(0.30/0.06/0.00/0.15)	

CMYK percentages

%29.82
%5.96
%0
%14.51

Codes

Color #99CDDA in popluar color models

99CDDA
RGB153205218
HSL192°46.76%72.75%
HSB/HSV192°29.82%85.49%
CMYK29.82%5.96%0.00%
14.51%

Color #99CDDA in popluar number systems.

HEX99CDDA
Decimal153205218
Binary100110011100110111011010
Octal231315332

Shades and tints

Shades of #99CDDA

#99CDDA
(153,205,218)
#8CBBC7
(140,187,199)
#7FA9B4
(127,169,180)
#7297A1
(114,151,161)
#65858E
(101,133,142)
#58737B
(88,115,123)
#4B6168
(75,97,104)
#3E4F55
(62,79,85)
#313D42
(49,61,66)
#242B2F
(36,43,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #99CDDA

#99CDDA
(153,205,218)
#A2D1DD
(162,209,221)
#ABD5E0
(171,213,224)
#B4D9E3
(180,217,227)
#BDDDE6
(189,221,230)
#C6E1E9
(198,225,233)
#CFE5EC
(207,229,236)
#D8E9EF
(216,233,239)
#E1EDF2
(225,237,242)
#EAF1F5
(234,241,245)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CDDA; }

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

This text font color is #99CDDA.


Background Color

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

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

This div background color is #99CDDA.


Border color

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

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

This div border color is #99CDDA.


Opacity

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

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

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

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

This text has shadow with #99CDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CDDA on black background.


Color preview on white background

This text has color #99CDDA on white background.



Black color preview on #99CDDA background

This text has black color on #99CDDA background.


White color preview on #99CDDA background

This text has white color on #99CDDA background.