COLOR #CADDB0

HEX: #CADDB0
RGB: (202,221,176)

Color info

#CADDB0 contains red, green and blue colors in about the same proportion. Web safe color of #CADDB0 is #CCCC99 (or #CC9).

RGB color model

#CADDB0 color RGB value is (202,221,176).

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

RGB channels and saturation

R 202 of 255 = 79%
G 221 of 255 = 87%
B 176 of 255 = 69%

202
221
176

R + G + B ~ 78%. #CADDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 221 + 176 = 599 (100%)
R 202 of 599 ~ 33.72%
G 221 of 599 ~ 36.89%
B 176 of 599 ~ 29.38%

%33.72
%36.89
%29.38

CMYK color model

#CADDB0 color CMYK value is (9,0,20,13).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 20.36%
  • key color value is 13.33%
CMYK:
(9,0,20,13)
C9M0Y20K13 
(9%,0%,20%,13%)
(0.09/0.00/0.20/0.13)	

CMYK percentages

%8.6
%0
%20.36
%13.33

Codes

Color #CADDB0 in popluar color models

CADDB0
RGB202221176
HSL85°39.82%77.84%
HSB/HSV85°20.36%86.67%
CMYK8.60%0.00%20.36%
13.33%

Color #CADDB0 in popluar number systems.

HEXCADDB0
Decimal202221176
Binary110010101101110110110000
Octal312335260

Shades and tints

Shades of #CADDB0

#CADDB0
(202,221,176)
#B8C9A0
(184,201,160)
#A6B590
(166,181,144)
#94A180
(148,161,128)
#828D70
(130,141,112)
#707960
(112,121,96)
#5E6550
(94,101,80)
#4C5140
(76,81,64)
#3A3D30
(58,61,48)
#282920
(40,41,32)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #CADDB0

#CADDB0
(202,221,176)
#CEE0B7
(206,224,183)
#D2E3BE
(210,227,190)
#D6E6C5
(214,230,197)
#DAE9CC
(218,233,204)
#DEECD3
(222,236,211)
#E2EFDA
(226,239,218)
#E6F2E1
(230,242,225)
#EAF5E8
(234,245,232)
#EEF8EF
(238,248,239)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CADDB0; }

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

This text font color is #CADDB0.


Background Color

.myBgColor { background-color: #CADDB0; }

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

This div background color is #CADDB0.


Border color

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

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

This div border color is #CADDB0.


Opacity

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

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

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

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

This text has shadow with #CADDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CADDB0 on black background.


Color preview on white background

This text has color #CADDB0 on white background.



Black color preview on #CADDB0 background

This text has black color on #CADDB0 background.


White color preview on #CADDB0 background

This text has white color on #CADDB0 background.