COLOR #CAC5E0

HEX: #CAC5E0
RGB: (202,197,224)

Color info

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

RGB color model

#CAC5E0 color RGB value is (202,197,224).

  • red value is 202;
  • green value is 197;
  • blue value is 224.
RGB:
(202,197,224)
(79%,77%,88%)

RGB channels and saturation

R 202 of 255 = 79%
G 197 of 255 = 77%
B 224 of 255 = 88%

202
197
224

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

Portions of RGB colors in percentages

R + G + B =
202 + 197 + 224 = 623 (100%)
R 202 of 623 ~ 32.42%
G 197 of 623 ~ 31.62%
B 224 of 623 ~ 35.96%

%32.42
%31.62
%35.96

CMYK color model

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

  • cyan value is 9.82%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(10,12,0,12)
C10M12Y0K12 
(10%,12%,0%,12%)
(0.10/0.12/0.00/0.12)	

CMYK percentages

%9.82
%12.05
%0
%12.16

Codes

Color #CAC5E0 in popluar color models

CAC5E0
RGB202197224
HSL251°30.34%82.55%
HSB/HSV251°12.05%87.84%
CMYK9.82%12.05%0.00%
12.16%

Color #CAC5E0 in popluar number systems.

HEXCAC5E0
Decimal202197224
Binary110010101100010111100000
Octal312305340

Shades and tints

Shades of #CAC5E0

#CAC5E0
(202,197,224)
#B8B4CC
(184,180,204)
#A6A3B8
(166,163,184)
#9492A4
(148,146,164)
#828190
(130,129,144)
#70707C
(112,112,124)
#5E5F68
(94,95,104)
#4C4E54
(76,78,84)
#3A3D40
(58,61,64)
#282C2C
(40,44,44)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #CAC5E0

#CAC5E0
(202,197,224)
#CECAE2
(206,202,226)
#D2CFE4
(210,207,228)
#D6D4E6
(214,212,230)
#DAD9E8
(218,217,232)
#DEDEEA
(222,222,234)
#E2E3EC
(226,227,236)
#E6E8EE
(230,232,238)
#EAEDF0
(234,237,240)
#EEF2F2
(238,242,242)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC5E0 color. Also use rgb(202,197,224) instead hex code.

Text Font Color

.myTextColor { color: #CAC5E0; }

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

This text font color is #CAC5E0.


Background Color

.myBgColor { background-color: #CAC5E0; }

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

This div background color is #CAC5E0.


Border color

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

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

This div border color is #CAC5E0.


Opacity

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

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

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

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

This text has shadow with #CAC5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC5E0 on black background.


Color preview on white background

This text has color #CAC5E0 on white background.



Black color preview on #CAC5E0 background

This text has black color on #CAC5E0 background.


White color preview on #CAC5E0 background

This text has white color on #CAC5E0 background.