COLOR #CACEDD

HEX: #CACEDD
RGB: (202,206,221)

Color info

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

RGB color model

#CACEDD color RGB value is (202,206,221).

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

RGB channels and saturation

R 202 of 255 = 79%
G 206 of 255 = 81%
B 221 of 255 = 87%

202
206
221

R + G + B ~ 82%. #CACEDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 206 + 221 = 629 (100%)
R 202 of 629 ~ 32.11%
G 206 of 629 ~ 32.75%
B 221 of 629 ~ 35.14%

%32.11
%32.75
%35.14

CMYK color model

#CACEDD color CMYK value is (9,7,0,13).

  • cyan value is 8.60%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(9,7,0,13)
C9M7Y0K13 
(9%,7%,0%,13%)
(0.09/0.07/0.00/0.13)	

CMYK percentages

%8.6
%6.79
%0
%13.33

Codes

Color #CACEDD in popluar color models

CACEDD
RGB202206221
HSL227°21.84%82.94%
HSB/HSV227°8.60%86.67%
CMYK8.60%6.79%0.00%
13.33%

Color #CACEDD in popluar number systems.

HEXCACEDD
Decimal202206221
Binary110010101100111011011101
Octal312316335

Shades and tints

Shades of #CACEDD

#CACEDD
(202,206,221)
#B8BCC9
(184,188,201)
#A6AAB5
(166,170,181)
#9498A1
(148,152,161)
#82868D
(130,134,141)
#707479
(112,116,121)
#5E6265
(94,98,101)
#4C5051
(76,80,81)
#3A3E3D
(58,62,61)
#282C29
(40,44,41)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #CACEDD

#CACEDD
(202,206,221)
#CED2E0
(206,210,224)
#D2D6E3
(210,214,227)
#D6DAE6
(214,218,230)
#DADEE9
(218,222,233)
#DEE2EC
(222,226,236)
#E2E6EF
(226,230,239)
#E6EAF2
(230,234,242)
#EAEEF5
(234,238,245)
#EEF2F8
(238,242,248)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACEDD; }

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

This text font color is #CACEDD.


Background Color

.myBgColor { background-color: #CACEDD; }

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

This div background color is #CACEDD.


Border color

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

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

This div border color is #CACEDD.


Opacity

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

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

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

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

This text has shadow with #CACEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACEDD on black background.


Color preview on white background

This text has color #CACEDD on white background.



Black color preview on #CACEDD background

This text has black color on #CACEDD background.


White color preview on #CACEDD background

This text has white color on #CACEDD background.