COLOR #CACCD3

HEX: #CACCD3
RGB: (202,204,211)

Color info

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

RGB color model

#CACCD3 color RGB value is (202,204,211).

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

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 211 of 255 = 83%

202
204
211

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

Portions of RGB colors in percentages

R + G + B =
202 + 204 + 211 = 617 (100%)
R 202 of 617 ~ 32.74%
G 204 of 617 ~ 33.06%
B 211 of 617 ~ 34.2%

%32.74
%33.06
%34.2

CMYK color model

#CACCD3 color CMYK value is (4,3,0,17).

  • cyan value is 4.27%
  • magenta value is 3.32%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(4,3,0,17)
C4M3Y0K17 
(4%,3%,0%,17%)
(0.04/0.03/0.00/0.17)	

CMYK percentages

%4.27
%3.32
%0
%17.25

Codes

Color #CACCD3 in popluar color models

CACCD3
RGB202204211
HSL227°9.28%80.98%
HSB/HSV227°4.27%82.75%
CMYK4.27%3.32%0.00%
17.25%

Color #CACCD3 in popluar number systems.

HEXCACCD3
Decimal202204211
Binary110010101100110011010011
Octal312314323

Shades and tints

Shades of #CACCD3

#CACCD3
(202,204,211)
#B8BAC0
(184,186,192)
#A6A8AD
(166,168,173)
#94969A
(148,150,154)
#828487
(130,132,135)
#707274
(112,114,116)
#5E6061
(94,96,97)
#4C4E4E
(76,78,78)
#3A3C3B
(58,60,59)
#282A28
(40,42,40)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #CACCD3

#CACCD3
(202,204,211)
#CED0D7
(206,208,215)
#D2D4DB
(210,212,219)
#D6D8DF
(214,216,223)
#DADCE3
(218,220,227)
#DEE0E7
(222,224,231)
#E2E4EB
(226,228,235)
#E6E8EF
(230,232,239)
#EAECF3
(234,236,243)
#EEF0F7
(238,240,247)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACCD3; }

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

This text font color is #CACCD3.


Background Color

.myBgColor { background-color: #CACCD3; }

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

This div background color is #CACCD3.


Border color

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

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

This div border color is #CACCD3.


Opacity

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

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

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

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

This text has shadow with #CACCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACCD3 on black background.


Color preview on white background

This text has color #CACCD3 on white background.



Black color preview on #CACCD3 background

This text has black color on #CACCD3 background.


White color preview on #CACCD3 background

This text has white color on #CACCD3 background.