COLOR #CACCD6

HEX: #CACCD6
RGB: (202,204,214)

Color info

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

RGB color model

#CACCD6 color RGB value is (202,204,214).

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

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 214 of 255 = 84%

202
204
214

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

Portions of RGB colors in percentages

R + G + B =
202 + 204 + 214 = 620 (100%)
R 202 of 620 ~ 32.58%
G 204 of 620 ~ 32.9%
B 214 of 620 ~ 34.52%

%32.58
%32.9
%34.52

CMYK color model

#CACCD6 color CMYK value is (6,5,0,16).

  • cyan value is 5.61%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(6,5,0,16)
C6M5Y0K16 
(6%,5%,0%,16%)
(0.06/0.05/0.00/0.16)	

CMYK percentages

%5.61
%4.67
%0
%16.08

Codes

Color #CACCD6 in popluar color models

CACCD6
RGB202204214
HSL230°12.77%81.57%
HSB/HSV230°5.61%83.92%
CMYK5.61%4.67%0.00%
16.08%

Color #CACCD6 in popluar number systems.

HEXCACCD6
Decimal202204214
Binary110010101100110011010110
Octal312314326

Shades and tints

Shades of #CACCD6

#CACCD6
(202,204,214)
#B8BAC3
(184,186,195)
#A6A8B0
(166,168,176)
#94969D
(148,150,157)
#82848A
(130,132,138)
#707277
(112,114,119)
#5E6064
(94,96,100)
#4C4E51
(76,78,81)
#3A3C3E
(58,60,62)
#282A2B
(40,42,43)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #CACCD6

#CACCD6
(202,204,214)
#CED0D9
(206,208,217)
#D2D4DC
(210,212,220)
#D6D8DF
(214,216,223)
#DADCE2
(218,220,226)
#DEE0E5
(222,224,229)
#E2E4E8
(226,228,232)
#E6E8EB
(230,232,235)
#EAECEE
(234,236,238)
#EEF0F1
(238,240,241)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACCD6; }

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

This text font color is #CACCD6.


Background Color

.myBgColor { background-color: #CACCD6; }

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

This div background color is #CACCD6.


Border color

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

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

This div border color is #CACCD6.


Opacity

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

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

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

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

This text has shadow with #CACCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACCD6 on black background.


Color preview on white background

This text has color #CACCD6 on white background.



Black color preview on #CACCD6 background

This text has black color on #CACCD6 background.


White color preview on #CACCD6 background

This text has white color on #CACCD6 background.