COLOR #CAC2E6

HEX: #CAC2E6
RGB: (202,194,230)

Color info

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

RGB color model

#CAC2E6 color RGB value is (202,194,230).

  • red value is 202;
  • green value is 194;
  • blue value is 230.
RGB:
(202,194,230)
(79%,76%,90%)

RGB channels and saturation

R 202 of 255 = 79%
G 194 of 255 = 76%
B 230 of 255 = 90%

202
194
230

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

Portions of RGB colors in percentages

R + G + B =
202 + 194 + 230 = 626 (100%)
R 202 of 626 ~ 32.27%
G 194 of 626 ~ 30.99%
B 230 of 626 ~ 36.74%

%32.27
%30.99
%36.74

CMYK color model

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

  • cyan value is 12.17%
  • magenta value is 15.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(12,16,0,10)
C12M16Y0K10 
(12%,16%,0%,10%)
(0.12/0.16/0.00/0.10)	

CMYK percentages

%12.17
%15.65
%0
%9.8

Codes

Color #CAC2E6 in popluar color models

CAC2E6
RGB202194230
HSL253°41.86%83.14%
HSB/HSV253°15.65%90.20%
CMYK12.17%15.65%0.00%
9.80%

Color #CAC2E6 in popluar number systems.

HEXCAC2E6
Decimal202194230
Binary110010101100001011100110
Octal312302346

Shades and tints

Shades of #CAC2E6

#CAC2E6
(202,194,230)
#B8B1D2
(184,177,210)
#A6A0BE
(166,160,190)
#948FAA
(148,143,170)
#827E96
(130,126,150)
#706D82
(112,109,130)
#5E5C6E
(94,92,110)
#4C4B5A
(76,75,90)
#3A3A46
(58,58,70)
#282932
(40,41,50)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #CAC2E6

#CAC2E6
(202,194,230)
#CEC7E8
(206,199,232)
#D2CCEA
(210,204,234)
#D6D1EC
(214,209,236)
#DAD6EE
(218,214,238)
#DEDBF0
(222,219,240)
#E2E0F2
(226,224,242)
#E6E5F4
(230,229,244)
#EAEAF6
(234,234,246)
#EEEFF8
(238,239,248)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC2E6 color. Also use rgb(202,194,230) instead hex code.

Text Font Color

.myTextColor { color: #CAC2E6; }

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

This text font color is #CAC2E6.


Background Color

.myBgColor { background-color: #CAC2E6; }

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

This div background color is #CAC2E6.


Border color

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

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

This div border color is #CAC2E6.


Opacity

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

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

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

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

This text has shadow with #CAC2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC2E6 on black background.


Color preview on white background

This text has color #CAC2E6 on white background.



Black color preview on #CAC2E6 background

This text has black color on #CAC2E6 background.


White color preview on #CAC2E6 background

This text has white color on #CAC2E6 background.