COLOR #CADCE6

HEX: #CADCE6
RGB: (202,220,230)

Color info

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

RGB color model

#CADCE6 color RGB value is (202,220,230).

  • red value is 202;
  • green value is 220;
  • blue value is 230.
RGB:
(202,220,230)
(79%,86%,90%)

RGB channels and saturation

R 202 of 255 = 79%
G 220 of 255 = 86%
B 230 of 255 = 90%

202
220
230

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

Portions of RGB colors in percentages

R + G + B =
202 + 220 + 230 = 652 (100%)
R 202 of 652 ~ 30.98%
G 220 of 652 ~ 33.74%
B 230 of 652 ~ 35.28%

%30.98
%33.74
%35.28

CMYK color model

#CADCE6 color CMYK value is (12,4,0,10).

  • cyan value is 12.17%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(12,4,0,10)
C12M4Y0K10 
(12%,4%,0%,10%)
(0.12/0.04/0.00/0.10)	

CMYK percentages

%12.17
%4.35
%0
%9.8

Codes

Color #CADCE6 in popluar color models

CADCE6
RGB202220230
HSL201°35.90%84.71%
HSB/HSV201°12.17%90.20%
CMYK12.17%4.35%0.00%
9.80%

Color #CADCE6 in popluar number systems.

HEXCADCE6
Decimal202220230
Binary110010101101110011100110
Octal312334346

Shades and tints

Shades of #CADCE6

#CADCE6
(202,220,230)
#B8C8D2
(184,200,210)
#A6B4BE
(166,180,190)
#94A0AA
(148,160,170)
#828C96
(130,140,150)
#707882
(112,120,130)
#5E646E
(94,100,110)
#4C505A
(76,80,90)
#3A3C46
(58,60,70)
#282832
(40,40,50)
#16141E
(22,20,30)
#000000
(0,0,0)

Tints of #CADCE6

#CADCE6
(202,220,230)
#CEDFE8
(206,223,232)
#D2E2EA
(210,226,234)
#D6E5EC
(214,229,236)
#DAE8EE
(218,232,238)
#DEEBF0
(222,235,240)
#E2EEF2
(226,238,242)
#E6F1F4
(230,241,244)
#EAF4F6
(234,244,246)
#EEF7F8
(238,247,248)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CADCE6 color. Also use rgb(202,220,230) instead hex code.

Text Font Color

.myTextColor { color: #CADCE6; }

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

This text font color is #CADCE6.


Background Color

.myBgColor { background-color: #CADCE6; }

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

This div background color is #CADCE6.


Border color

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

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

This div border color is #CADCE6.


Opacity

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

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

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

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

This text has shadow with #CADCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CADCE6 on black background.


Color preview on white background

This text has color #CADCE6 on white background.



Black color preview on #CADCE6 background

This text has black color on #CADCE6 background.


White color preview on #CADCE6 background

This text has white color on #CADCE6 background.