COLOR #CACED9

HEX: #CACED9
RGB: (202,206,217)

Color info

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

RGB color model

#CACED9 color RGB value is (202,206,217).

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

RGB channels and saturation

R 202 of 255 = 79%
G 206 of 255 = 81%
B 217 of 255 = 85%

202
206
217

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

Portions of RGB colors in percentages

R + G + B =
202 + 206 + 217 = 625 (100%)
R 202 of 625 ~ 32.32%
G 206 of 625 ~ 32.96%
B 217 of 625 ~ 34.72%

%32.32
%32.96
%34.72

CMYK color model

#CACED9 color CMYK value is (7,5,0,15).

  • cyan value is 6.91%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(7,5,0,15)
C7M5Y0K15 
(7%,5%,0%,15%)
(0.07/0.05/0.00/0.15)	

CMYK percentages

%6.91
%5.07
%0
%14.9

Codes

Color #CACED9 in popluar color models

CACED9
RGB202206217
HSL224°16.48%82.16%
HSB/HSV224°6.91%85.10%
CMYK6.91%5.07%0.00%
14.90%

Color #CACED9 in popluar number systems.

HEXCACED9
Decimal202206217
Binary110010101100111011011001
Octal312316331

Shades and tints

Shades of #CACED9

#CACED9
(202,206,217)
#B8BCC6
(184,188,198)
#A6AAB3
(166,170,179)
#9498A0
(148,152,160)
#82868D
(130,134,141)
#70747A
(112,116,122)
#5E6267
(94,98,103)
#4C5054
(76,80,84)
#3A3E41
(58,62,65)
#282C2E
(40,44,46)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #CACED9

#CACED9
(202,206,217)
#CED2DC
(206,210,220)
#D2D6DF
(210,214,223)
#D6DAE2
(214,218,226)
#DADEE5
(218,222,229)
#DEE2E8
(222,226,232)
#E2E6EB
(226,230,235)
#E6EAEE
(230,234,238)
#EAEEF1
(234,238,241)
#EEF2F4
(238,242,244)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACED9; }

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

This text font color is #CACED9.


Background Color

.myBgColor { background-color: #CACED9; }

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

This div background color is #CACED9.


Border color

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

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

This div border color is #CACED9.


Opacity

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

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

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

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

This text has shadow with #CACED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACED9 on black background.


Color preview on white background

This text has color #CACED9 on white background.



Black color preview on #CACED9 background

This text has black color on #CACED9 background.


White color preview on #CACED9 background

This text has white color on #CACED9 background.