COLOR #CADEE3

HEX: #CADEE3
RGB: (202,222,227)

Color info

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

RGB color model

#CADEE3 color RGB value is (202,222,227).

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

RGB channels and saturation

R 202 of 255 = 79%
G 222 of 255 = 87%
B 227 of 255 = 89%

202
222
227

R + G + B ~ 85%. #CADEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 222 + 227 = 651 (100%)
R 202 of 651 ~ 31.03%
G 222 of 651 ~ 34.1%
B 227 of 651 ~ 34.87%

%31.03
%34.1
%34.87

CMYK color model

#CADEE3 color CMYK value is (11,2,0,11).

  • cyan value is 11.01%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(11,2,0,11)
C11M2Y0K11 
(11%,2%,0%,11%)
(0.11/0.02/0.00/0.11)	

CMYK percentages

%11.01
%2.2
%0
%10.98

Codes

Color #CADEE3 in popluar color models

CADEE3
RGB202222227
HSL192°30.86%84.12%
HSB/HSV192°11.01%89.02%
CMYK11.01%2.20%0.00%
10.98%

Color #CADEE3 in popluar number systems.

HEXCADEE3
Decimal202222227
Binary110010101101111011100011
Octal312336343

Shades and tints

Shades of #CADEE3

#CADEE3
(202,222,227)
#B8CACF
(184,202,207)
#A6B6BB
(166,182,187)
#94A2A7
(148,162,167)
#828E93
(130,142,147)
#707A7F
(112,122,127)
#5E666B
(94,102,107)
#4C5257
(76,82,87)
#3A3E43
(58,62,67)
#282A2F
(40,42,47)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #CADEE3

#CADEE3
(202,222,227)
#CEE1E5
(206,225,229)
#D2E4E7
(210,228,231)
#D6E7E9
(214,231,233)
#DAEAEB
(218,234,235)
#DEEDED
(222,237,237)
#E2F0EF
(226,240,239)
#E6F3F1
(230,243,241)
#EAF6F3
(234,246,243)
#EEF9F5
(238,249,245)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CADEE3; }

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

This text font color is #CADEE3.


Background Color

.myBgColor { background-color: #CADEE3; }

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

This div background color is #CADEE3.


Border color

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

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

This div border color is #CADEE3.


Opacity

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

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

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

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

This text has shadow with #CADEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CADEE3 on black background.


Color preview on white background

This text has color #CADEE3 on white background.



Black color preview on #CADEE3 background

This text has black color on #CADEE3 background.


White color preview on #CADEE3 background

This text has white color on #CADEE3 background.