COLOR #CACED1

HEX: #CACED1
RGB: (202,206,209)

Color info

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

RGB color model

#CACED1 color RGB value is (202,206,209).

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

RGB channels and saturation

R 202 of 255 = 79%
G 206 of 255 = 81%
B 209 of 255 = 82%

202
206
209

R + G + B ~ 81%. #CACED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 206 + 209 = 617 (100%)
R 202 of 617 ~ 32.74%
G 206 of 617 ~ 33.39%
B 209 of 617 ~ 33.87%

%32.74
%33.39
%33.87

CMYK color model

#CACED1 color CMYK value is (3,1,0,18).

  • cyan value is 3.35%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(3,1,0,18)
C3M1Y0K18 
(3%,1%,0%,18%)
(0.03/0.01/0.00/0.18)	

CMYK percentages

%3.35
%1.44
%0
%18.04

Codes

Color #CACED1 in popluar color models

CACED1
RGB202206209
HSL206°7.07%80.59%
HSB/HSV206°3.35%81.96%
CMYK3.35%1.44%0.00%
18.04%

Color #CACED1 in popluar number systems.

HEXCACED1
Decimal202206209
Binary110010101100111011010001
Octal312316321

Shades and tints

Shades of #CACED1

#CACED1
(202,206,209)
#B8BCBE
(184,188,190)
#A6AAAB
(166,170,171)
#949898
(148,152,152)
#828685
(130,134,133)
#707472
(112,116,114)
#5E625F
(94,98,95)
#4C504C
(76,80,76)
#3A3E39
(58,62,57)
#282C26
(40,44,38)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #CACED1

#CACED1
(202,206,209)
#CED2D5
(206,210,213)
#D2D6D9
(210,214,217)
#D6DADD
(214,218,221)
#DADEE1
(218,222,225)
#DEE2E5
(222,226,229)
#E2E6E9
(226,230,233)
#E6EAED
(230,234,237)
#EAEEF1
(234,238,241)
#EEF2F5
(238,242,245)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACED1; }

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

This text font color is #CACED1.


Background Color

.myBgColor { background-color: #CACED1; }

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

This div background color is #CACED1.


Border color

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

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

This div border color is #CACED1.


Opacity

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

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

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

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

This text has shadow with #CACED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACED1 on black background.


Color preview on white background

This text has color #CACED1 on white background.



Black color preview on #CACED1 background

This text has black color on #CACED1 background.


White color preview on #CACED1 background

This text has white color on #CACED1 background.