COLOR #CACCD1

HEX: #CACCD1
RGB: (202,204,209)

Color info

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

RGB color model

#CACCD1 color RGB value is (202,204,209).

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

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 209 of 255 = 82%

202
204
209

R + G + B ~ 80%. #CACCD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 204 + 209 = 615 (100%)
R 202 of 615 ~ 32.85%
G 204 of 615 ~ 33.17%
B 209 of 615 ~ 33.98%

%32.85
%33.17
%33.98

CMYK color model

#CACCD1 color CMYK value is (3,2,0,18).

  • cyan value is 3.35%
  • magenta value is 2.39%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(3,2,0,18)
C3M2Y0K18 
(3%,2%,0%,18%)
(0.03/0.02/0.00/0.18)	

CMYK percentages

%3.35
%2.39
%0
%18.04

Codes

Color #CACCD1 in popluar color models

CACCD1
RGB202204209
HSL223°7.07%80.59%
HSB/HSV223°3.35%81.96%
CMYK3.35%2.39%0.00%
18.04%

Color #CACCD1 in popluar number systems.

HEXCACCD1
Decimal202204209
Binary110010101100110011010001
Octal312314321

Shades and tints

Shades of #CACCD1

#CACCD1
(202,204,209)
#B8BABE
(184,186,190)
#A6A8AB
(166,168,171)
#949698
(148,150,152)
#828485
(130,132,133)
#707272
(112,114,114)
#5E605F
(94,96,95)
#4C4E4C
(76,78,76)
#3A3C39
(58,60,57)
#282A26
(40,42,38)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #CACCD1

#CACCD1
(202,204,209)
#CED0D5
(206,208,213)
#D2D4D9
(210,212,217)
#D6D8DD
(214,216,221)
#DADCE1
(218,220,225)
#DEE0E5
(222,224,229)
#E2E4E9
(226,228,233)
#E6E8ED
(230,232,237)
#EAECF1
(234,236,241)
#EEF0F5
(238,240,245)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACCD1; }

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

This text font color is #CACCD1.


Background Color

.myBgColor { background-color: #CACCD1; }

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

This div background color is #CACCD1.


Border color

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

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

This div border color is #CACCD1.


Opacity

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

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

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

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

This text has shadow with #CACCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACCD1 on black background.


Color preview on white background

This text has color #CACCD1 on white background.



Black color preview on #CACCD1 background

This text has black color on #CACCD1 background.


White color preview on #CACCD1 background

This text has white color on #CACCD1 background.