COLOR #CAC7DA

HEX: #CAC7DA RGB: (202,199,218)

Color info

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

RGB color model

#CAC7DA color RGB value is (202,199,218).

RGB: (202,199,218) (79%, 78%, 85%)

RGB channels and saturation

R 202 of 255 = 79%
G 199 of 255 = 78%
B 218 of 255 = 85%

202
199
218

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

Portions of RGB colors in percentages

R + G + B = 202 + 199 + 218 = 619 (100%)
R 202 of 619 ~ 32.63%
G 199 of 619 ~ 32.15%
B 218 of 619 ~ 35.22'%

%32.63
%32.15
%35.22

CMYK color model

#CAC7DA color CMYK value is (7,9,0,15).

  • cyan value is 7.34%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (7,9,0,15)
C7M9Y0K15 (7%, 9%, 0%, 15%)
(0.07 / 0.09 / 0.00 / 0.15)

CMYK percentages

%7.34
%8.72
%0
%14.51

Codes

Color #CAC7DA in popluar color models

CA C7 DA
RGB 202 199 218
HSL 249° 20.43% 81.76%
HSB/HSV 249° 8.72% 85.49%
CMYK 7.34% 8.72% 0.00%
14.51%

Color #CAC7DA in popluar number systems.

HEX CA C7 DA
Decimal 202 199 218
Binary 11001010 11000111 11011010
Octal 312 307 332

Shades and tints

Shades of #CAC7DA

#CAC7DA
(202,199,218)
#B8B5C7
(184,181,199)
#A6A3B4
(166,163,180)
#9491A1
(148,145,161)
#827F8E
(130,127,142)
#706D7B
(112,109,123)
#5E5B68
(94,91,104)
#4C4955
(76,73,85)
#3A3742
(58,55,66)
#28252F
(40,37,47)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #CAC7DA

#CAC7DA
(202,199,218)
#CECCDD
(206,204,221)
#D2D1E0
(210,209,224)
#D6D6E3
(214,214,227)
#DADBE6
(218,219,230)
#DEE0E9
(222,224,233)
#E2E5EC
(226,229,236)
#E6EAEF
(230,234,239)
#EAEFF2
(234,239,242)
#EEF4F5
(238,244,245)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC7DA color. Also use rgb(202,199,218) instead hex code.

Text Font Color

.myTextColor { color: #CAC7DA; }

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

This text font color is #CAC7DA.

Background Color

.myBgColor { background-color: #CAC7DA; }

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

This div background color is #CAC7DA.

Border color

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

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

This div border color is #CAC7DA.

Opacity

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

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

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

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

This text has shadow with #CAC7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAC7DA.

Preview

Color preview on black background

This text has color #CAC7DA on black background.


Color preview on white background

This text has color #CAC7DA on white background.


Black color preview on #CAC7DA background

This text has black color on #CAC7DA background.


White color preview on #CAC7DA background

This text has white color on #CAC7DA background.


Related colors

Complementary color

Complementary color for #hex is #353825.


I love getcolorcode.com

Triadic colors

1 #DACAC7 and #C7DACA with #CAC7DA are triadic colors.

2 #DAC7CA and #C7CADA with #CAC7DA are triadic colors.