COLOR #CACCD8

HEX: #CACCD8 RGB: (202,204,216)

Color info

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

RGB color model

#CACCD8 color RGB value is (202,204,216).

RGB: (202,204,216) (79%, 80%, 85%)

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 216 of 255 = 85%

202
204
216

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

Portions of RGB colors in percentages

R + G + B = 202 + 204 + 216 = 622 (100%)
R 202 of 622 ~ 32.48%
G 204 of 622 ~ 32.8%
B 216 of 622 ~ 34.73'%

%32.48
%32.8
%34.73

CMYK color model

#CACCD8 color CMYK value is (6,6,0,15).

  • cyan value is 6.48%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (6,6,0,15)
C6M6Y0K15 (6%, 6%, 0%, 15%)
(0.06 / 0.06 / 0.00 / 0.15)

CMYK percentages

%6.48
%5.56
%0
%15.29

Codes

Color #CACCD8 in popluar color models

CA CC D8
RGB 202 204 216
HSL 231° 15.22% 81.96%
HSB/HSV 231° 6.48% 84.71%
CMYK 6.48% 5.56% 0.00%
15.29%

Color #CACCD8 in popluar number systems.

HEX CA CC D8
Decimal 202 204 216
Binary 11001010 11001100 11011000
Octal 312 314 330

Shades and tints

Shades of #CACCD8

#CACCD8
(202,204,216)
#B8BAC5
(184,186,197)
#A6A8B2
(166,168,178)
#94969F
(148,150,159)
#82848C
(130,132,140)
#707279
(112,114,121)
#5E6066
(94,96,102)
#4C4E53
(76,78,83)
#3A3C40
(58,60,64)
#282A2D
(40,42,45)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #CACCD8

#CACCD8
(202,204,216)
#CED0DB
(206,208,219)
#D2D4DE
(210,212,222)
#D6D8E1
(214,216,225)
#DADCE4
(218,220,228)
#DEE0E7
(222,224,231)
#E2E4EA
(226,228,234)
#E6E8ED
(230,232,237)
#EAECF0
(234,236,240)
#EEF0F3
(238,240,243)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACCD8; }

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

This text font color is #CACCD8.

Background Color

.myBgColor { background-color: #CACCD8; }

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

This div background color is #CACCD8.

Border color

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

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

This div border color is #CACCD8.

Opacity

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

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

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

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

This text has shadow with #CACCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CACCD8.

Preview

Color preview on black background

This text has color #CACCD8 on black background.


Color preview on white background

This text has color #CACCD8 on white background.


Black color preview on #CACCD8 background

This text has black color on #CACCD8 background.


White color preview on #CACCD8 background

This text has white color on #CACCD8 background.


Related colors

Complementary color

Complementary color for #hex is #353327.


I love getcolorcode.com

Triadic colors

1 #D8CACC and #CCD8CA with #CACCD8 are triadic colors.

2 #D8CCCA and #CCCAD8 with #CACCD8 are triadic colors.