COLOR #CADDEA

HEX: #CADDEA
RGB: (202,221,234)

Color info

#CADDEA contains red, green and blue colors in about the same proportion. Web safe color of #CADDEA is #CCCCFF (or #CCF).

RGB color model

#CADDEA color RGB value is (202,221,234).

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

RGB channels and saturation

R 202 of 255 = 79%
G 221 of 255 = 87%
B 234 of 255 = 92%

202
221
234

R + G + B ~ 86%. #CADDEA is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 221 + 234 = 657 (100%)
R 202 of 657 ~ 30.75%
G 221 of 657 ~ 33.64%
B 234 of 657 ~ 35.62%

%30.75
%33.64
%35.62

CMYK color model

#CADDEA color CMYK value is (14,6,0,8).

  • cyan value is 13.68%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(14,6,0,8)
C14M6Y0K8 
(14%,6%,0%,8%)
(0.14/0.06/0.00/0.08)	

CMYK percentages

%13.68
%5.56
%0
%8.24

Codes

Color #CADDEA in popluar color models

CADDEA
RGB202221234
HSL204°43.24%85.49%
HSB/HSV204°13.68%91.76%
CMYK13.68%5.56%0.00%
8.24%

Color #CADDEA in popluar number systems.

HEXCADDEA
Decimal202221234
Binary110010101101110111101010
Octal312335352

Shades and tints

Shades of #CADDEA

#CADDEA
(202,221,234)
#B8C9D5
(184,201,213)
#A6B5C0
(166,181,192)
#94A1AB
(148,161,171)
#828D96
(130,141,150)
#707981
(112,121,129)
#5E656C
(94,101,108)
#4C5157
(76,81,87)
#3A3D42
(58,61,66)
#28292D
(40,41,45)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #CADDEA

#CADDEA
(202,221,234)
#CEE0EB
(206,224,235)
#D2E3EC
(210,227,236)
#D6E6ED
(214,230,237)
#DAE9EE
(218,233,238)
#DEECEF
(222,236,239)
#E2EFF0
(226,239,240)
#E6F2F1
(230,242,241)
#EAF5F2
(234,245,242)
#EEF8F3
(238,248,243)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CADDEA; }

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

This text font color is #CADDEA.


Background Color

.myBgColor { background-color: #CADDEA; }

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

This div background color is #CADDEA.


Border color

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

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

This div border color is #CADDEA.


Opacity

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

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

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

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

This text has shadow with #CADDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CADDEA on black background.


Color preview on white background

This text has color #CADDEA on white background.



Black color preview on #CADDEA background

This text has black color on #CADDEA background.


White color preview on #CADDEA background

This text has white color on #CADDEA background.