COLOR #CADEB6

HEX: #CADEB6
RGB: (202,222,182)

Color info

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

RGB color model

#CADEB6 color RGB value is (202,222,182).

  • red value is 202;
  • green value is 222;
  • blue value is 182.
RGB:
(202,222,182)
(79%,87%,71%)

RGB channels and saturation

R 202 of 255 = 79%
G 222 of 255 = 87%
B 182 of 255 = 71%

202
222
182

R + G + B ~ 79%. #CADEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 222 + 182 = 606 (100%)
R 202 of 606 ~ 33.33%
G 222 of 606 ~ 36.63%
B 182 of 606 ~ 30.03%

%33.33
%36.63
%30.03

CMYK color model

#CADEB6 color CMYK value is (9,0,18,13).

  • cyan value is 9.01%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 12.94%
CMYK:
(9,0,18,13)
C9M0Y18K13 
(9%,0%,18%,13%)
(0.09/0.00/0.18/0.13)	

CMYK percentages

%9.01
%0
%18.02
%12.94

Codes

Color #CADEB6 in popluar color models

CADEB6
RGB202222182
HSL90°37.74%79.22%
HSB/HSV90°18.02%87.06%
CMYK9.01%0.00%18.02%
12.94%

Color #CADEB6 in popluar number systems.

HEXCADEB6
Decimal202222182
Binary110010101101111010110110
Octal312336266

Shades and tints

Shades of #CADEB6

#CADEB6
(202,222,182)
#B8CAA6
(184,202,166)
#A6B696
(166,182,150)
#94A286
(148,162,134)
#828E76
(130,142,118)
#707A66
(112,122,102)
#5E6656
(94,102,86)
#4C5246
(76,82,70)
#3A3E36
(58,62,54)
#282A26
(40,42,38)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #CADEB6

#CADEB6
(202,222,182)
#CEE1BC
(206,225,188)
#D2E4C2
(210,228,194)
#D6E7C8
(214,231,200)
#DAEACE
(218,234,206)
#DEEDD4
(222,237,212)
#E2F0DA
(226,240,218)
#E6F3E0
(230,243,224)
#EAF6E6
(234,246,230)
#EEF9EC
(238,249,236)
#F2FCF2
(242,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CADEB6 color. Also use rgb(202,222,182) instead hex code.

Text Font Color

.myTextColor { color: #CADEB6; }

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

This text font color is #CADEB6.


Background Color

.myBgColor { background-color: #CADEB6; }

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

This div background color is #CADEB6.


Border color

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

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

This div border color is #CADEB6.


Opacity

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

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

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

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

This text has shadow with #CADEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CADEB6 on black background.


Color preview on white background

This text has color #CADEB6 on white background.



Black color preview on #CADEB6 background

This text has black color on #CADEB6 background.


White color preview on #CADEB6 background

This text has white color on #CADEB6 background.