COLOR #CAC9E2

HEX: #CAC9E2
RGB: (202,201,226)

Color info

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

RGB color model

#CAC9E2 color RGB value is (202,201,226).

  • red value is 202;
  • green value is 201;
  • blue value is 226.
RGB:
(202,201,226)
(79%,79%,89%)

RGB channels and saturation

R 202 of 255 = 79%
G 201 of 255 = 79%
B 226 of 255 = 89%

202
201
226

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

Portions of RGB colors in percentages

R + G + B =
202 + 201 + 226 = 629 (100%)
R 202 of 629 ~ 32.11%
G 201 of 629 ~ 31.96%
B 226 of 629 ~ 35.93%

%32.11
%31.96
%35.93

CMYK color model

#CAC9E2 color CMYK value is (11,11,0,11).

  • cyan value is 10.62%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(11,11,0,11)
C11M11Y0K11 
(11%,11%,0%,11%)
(0.11/0.11/0.00/0.11)	

CMYK percentages

%10.62
%11.06
%0
%11.37

Codes

Color #CAC9E2 in popluar color models

CAC9E2
RGB202201226
HSL242°30.12%83.73%
HSB/HSV242°11.06%88.63%
CMYK10.62%11.06%0.00%
11.37%

Color #CAC9E2 in popluar number systems.

HEXCAC9E2
Decimal202201226
Binary110010101100100111100010
Octal312311342

Shades and tints

Shades of #CAC9E2

#CAC9E2
(202,201,226)
#B8B7CE
(184,183,206)
#A6A5BA
(166,165,186)
#9493A6
(148,147,166)
#828192
(130,129,146)
#706F7E
(112,111,126)
#5E5D6A
(94,93,106)
#4C4B56
(76,75,86)
#3A3942
(58,57,66)
#28272E
(40,39,46)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #CAC9E2

#CAC9E2
(202,201,226)
#CECDE4
(206,205,228)
#D2D1E6
(210,209,230)
#D6D5E8
(214,213,232)
#DAD9EA
(218,217,234)
#DEDDEC
(222,221,236)
#E2E1EE
(226,225,238)
#E6E5F0
(230,229,240)
#EAE9F2
(234,233,242)
#EEEDF4
(238,237,244)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC9E2 color. Also use rgb(202,201,226) instead hex code.

Text Font Color

.myTextColor { color: #CAC9E2; }

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

This text font color is #CAC9E2.


Background Color

.myBgColor { background-color: #CAC9E2; }

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

This div background color is #CAC9E2.


Border color

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

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

This div border color is #CAC9E2.


Opacity

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

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

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

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

This text has shadow with #CAC9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC9E2 on black background.


Color preview on white background

This text has color #CAC9E2 on white background.



Black color preview on #CAC9E2 background

This text has black color on #CAC9E2 background.


White color preview on #CAC9E2 background

This text has white color on #CAC9E2 background.