COLOR #CAC7E5

HEX: #CAC7E5
RGB: (202,199,229)

Color info

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

RGB color model

#CAC7E5 color RGB value is (202,199,229).

  • red value is 202;
  • green value is 199;
  • blue value is 229.
RGB:
(202,199,229)
(79%,78%,90%)

RGB channels and saturation

R 202 of 255 = 79%
G 199 of 255 = 78%
B 229 of 255 = 90%

202
199
229

R + G + B ~ 82%. #CAC7E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 199 + 229 = 630 (100%)
R 202 of 630 ~ 32.06%
G 199 of 630 ~ 31.59%
B 229 of 630 ~ 36.35%

%32.06
%31.59
%36.35

CMYK color model

#CAC7E5 color CMYK value is (12,13,0,10).

  • cyan value is 11.79%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(12,13,0,10)
C12M13Y0K10 
(12%,13%,0%,10%)
(0.12/0.13/0.00/0.10)	

CMYK percentages

%11.79
%13.1
%0
%10.2

Codes

Color #CAC7E5 in popluar color models

CAC7E5
RGB202199229
HSL246°36.59%83.92%
HSB/HSV246°13.10%89.80%
CMYK11.79%13.10%0.00%
10.20%

Color #CAC7E5 in popluar number systems.

HEXCAC7E5
Decimal202199229
Binary110010101100011111100101
Octal312307345

Shades and tints

Shades of #CAC7E5

#CAC7E5
(202,199,229)
#B8B5D1
(184,181,209)
#A6A3BD
(166,163,189)
#9491A9
(148,145,169)
#827F95
(130,127,149)
#706D81
(112,109,129)
#5E5B6D
(94,91,109)
#4C4959
(76,73,89)
#3A3745
(58,55,69)
#282531
(40,37,49)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #CAC7E5

#CAC7E5
(202,199,229)
#CECCE7
(206,204,231)
#D2D1E9
(210,209,233)
#D6D6EB
(214,214,235)
#DADBED
(218,219,237)
#DEE0EF
(222,224,239)
#E2E5F1
(226,229,241)
#E6EAF3
(230,234,243)
#EAEFF5
(234,239,245)
#EEF4F7
(238,244,247)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAC7E5; }

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

This text font color is #CAC7E5.


Background Color

.myBgColor { background-color: #CAC7E5; }

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

This div background color is #CAC7E5.


Border color

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

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

This div border color is #CAC7E5.


Opacity

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

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

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

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

This text has shadow with #CAC7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC7E5 on black background.


Color preview on white background

This text has color #CAC7E5 on white background.



Black color preview on #CAC7E5 background

This text has black color on #CAC7E5 background.


White color preview on #CAC7E5 background

This text has white color on #CAC7E5 background.