COLOR #CADDCC

HEX: #CADDCC
RGB: (202,221,204)

Color info

#CADDCC contains red, green and blue colors in about the same proportion. Web safe color of #CADDCC is #CCCCCC (or #CCC).

RGB color model

#CADDCC color RGB value is (202,221,204).

  • red value is 202;
  • green value is 221;
  • blue value is 204.
RGB:
(202,221,204)
(79%,87%,80%)

RGB channels and saturation

R 202 of 255 = 79%
G 221 of 255 = 87%
B 204 of 255 = 80%

202
221
204

R + G + B ~ 82%. #CADDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 221 + 204 = 627 (100%)
R 202 of 627 ~ 32.22%
G 221 of 627 ~ 35.25%
B 204 of 627 ~ 32.54%

%32.22
%35.25
%32.54

CMYK color model

#CADDCC color CMYK value is (9,0,8,13).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 13.33%
CMYK:
(9,0,8,13)
C9M0Y8K13 
(9%,0%,8%,13%)
(0.09/0.00/0.08/0.13)	

CMYK percentages

%8.6
%0
%7.69
%13.33

Codes

Color #CADDCC in popluar color models

CADDCC
RGB202221204
HSL126°21.84%82.94%
HSB/HSV126°8.60%86.67%
CMYK8.60%0.00%7.69%
13.33%

Color #CADDCC in popluar number systems.

HEXCADDCC
Decimal202221204
Binary110010101101110111001100
Octal312335314

Shades and tints

Shades of #CADDCC

#CADDCC
(202,221,204)
#B8C9BA
(184,201,186)
#A6B5A8
(166,181,168)
#94A196
(148,161,150)
#828D84
(130,141,132)
#707972
(112,121,114)
#5E6560
(94,101,96)
#4C514E
(76,81,78)
#3A3D3C
(58,61,60)
#28292A
(40,41,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #CADDCC

#CADDCC
(202,221,204)
#CEE0D0
(206,224,208)
#D2E3D4
(210,227,212)
#D6E6D8
(214,230,216)
#DAE9DC
(218,233,220)
#DEECE0
(222,236,224)
#E2EFE4
(226,239,228)
#E6F2E8
(230,242,232)
#EAF5EC
(234,245,236)
#EEF8F0
(238,248,240)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CADDCC color. Also use rgb(202,221,204) instead hex code.

Text Font Color

.myTextColor { color: #CADDCC; }

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

This text font color is #CADDCC.


Background Color

.myBgColor { background-color: #CADDCC; }

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

This div background color is #CADDCC.


Border color

.myBorderColor { border: 1px solid #CADDCC; }

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

This div border color is #CADDCC.


Opacity

.myOpacity80 { color: #CADDCC; opacity: 0.8; }

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

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

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

This text has shadow with #CADDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CADDCC on black background.


Color preview on white background

This text has color #CADDCC on white background.



Black color preview on #CADDCC background

This text has black color on #CADDCC background.


White color preview on #CADDCC background

This text has white color on #CADDCC background.