COLOR #CAC7E7

HEX: #CAC7E7
RGB: (202,199,231)

Color info

#CAC7E7 contains red, green and blue colors in about the same proportion. Web safe color of #CAC7E7 is #CCCCFF (or #CCF).

RGB color model

#CAC7E7 color RGB value is (202,199,231).

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

RGB channels and saturation

R 202 of 255 = 79%
G 199 of 255 = 78%
B 231 of 255 = 91%

202
199
231

R + G + B ~ 83%. #CAC7E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 199 + 231 = 632 (100%)
R 202 of 632 ~ 31.96%
G 199 of 632 ~ 31.49%
B 231 of 632 ~ 36.55%

%31.96
%31.49
%36.55

CMYK color model

#CAC7E7 color CMYK value is (13,14,0,9).

  • cyan value is 12.55%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(13,14,0,9)
C13M14Y0K9 
(13%,14%,0%,9%)
(0.13/0.14/0.00/0.09)	

CMYK percentages

%12.55
%13.85
%0
%9.41

Codes

Color #CAC7E7 in popluar color models

CAC7E7
RGB202199231
HSL246°40.00%84.31%
HSB/HSV246°13.85%90.59%
CMYK12.55%13.85%0.00%
9.41%

Color #CAC7E7 in popluar number systems.

HEXCAC7E7
Decimal202199231
Binary110010101100011111100111
Octal312307347

Shades and tints

Shades of #CAC7E7

#CAC7E7
(202,199,231)
#B8B5D2
(184,181,210)
#A6A3BD
(166,163,189)
#9491A8
(148,145,168)
#827F93
(130,127,147)
#706D7E
(112,109,126)
#5E5B69
(94,91,105)
#4C4954
(76,73,84)
#3A373F
(58,55,63)
#28252A
(40,37,42)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #CAC7E7

#CAC7E7
(202,199,231)
#CECCE9
(206,204,233)
#D2D1EB
(210,209,235)
#D6D6ED
(214,214,237)
#DADBEF
(218,219,239)
#DEE0F1
(222,224,241)
#E2E5F3
(226,229,243)
#E6EAF5
(230,234,245)
#EAEFF7
(234,239,247)
#EEF4F9
(238,244,249)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAC7E7; }

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

This text font color is #CAC7E7.


Background Color

.myBgColor { background-color: #CAC7E7; }

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

This div background color is #CAC7E7.


Border color

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

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

This div border color is #CAC7E7.


Opacity

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

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

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

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

This text has shadow with #CAC7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC7E7 on black background.


Color preview on white background

This text has color #CAC7E7 on white background.



Black color preview on #CAC7E7 background

This text has black color on #CAC7E7 background.


White color preview on #CAC7E7 background

This text has white color on #CAC7E7 background.