COLOR #CAC4ED

HEX: #CAC4ED
RGB: (202,196,237)

Color info

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

RGB color model

#CAC4ED color RGB value is (202,196,237).

  • red value is 202;
  • green value is 196;
  • blue value is 237.
RGB:
(202,196,237)
(79%,77%,93%)

RGB channels and saturation

R 202 of 255 = 79%
G 196 of 255 = 77%
B 237 of 255 = 93%

202
196
237

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

Portions of RGB colors in percentages

R + G + B =
202 + 196 + 237 = 635 (100%)
R 202 of 635 ~ 31.81%
G 196 of 635 ~ 30.87%
B 237 of 635 ~ 37.32%

%31.81
%30.87
%37.32

CMYK color model

#CAC4ED color CMYK value is (15,17,0,7).

  • cyan value is 14.77%
  • magenta value is 17.30%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(15,17,0,7)
C15M17Y0K7 
(15%,17%,0%,7%)
(0.15/0.17/0.00/0.07)	

CMYK percentages

%14.77
%17.3
%0
%7.06

Codes

Color #CAC4ED in popluar color models

CAC4ED
RGB202196237
HSL249°53.25%84.90%
HSB/HSV249°17.30%92.94%
CMYK14.77%17.30%0.00%
7.06%

Color #CAC4ED in popluar number systems.

HEXCAC4ED
Decimal202196237
Binary110010101100010011101101
Octal312304355

Shades and tints

Shades of #CAC4ED

#CAC4ED
(202,196,237)
#B8B3D8
(184,179,216)
#A6A2C3
(166,162,195)
#9491AE
(148,145,174)
#828099
(130,128,153)
#706F84
(112,111,132)
#5E5E6F
(94,94,111)
#4C4D5A
(76,77,90)
#3A3C45
(58,60,69)
#282B30
(40,43,48)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #CAC4ED

#CAC4ED
(202,196,237)
#CEC9EE
(206,201,238)
#D2CEEF
(210,206,239)
#D6D3F0
(214,211,240)
#DAD8F1
(218,216,241)
#DEDDF2
(222,221,242)
#E2E2F3
(226,226,243)
#E6E7F4
(230,231,244)
#EAECF5
(234,236,245)
#EEF1F6
(238,241,246)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC4ED color. Also use rgb(202,196,237) instead hex code.

Text Font Color

.myTextColor { color: #CAC4ED; }

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

This text font color is #CAC4ED.


Background Color

.myBgColor { background-color: #CAC4ED; }

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

This div background color is #CAC4ED.


Border color

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

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

This div border color is #CAC4ED.


Opacity

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

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

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

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

This text has shadow with #CAC4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC4ED on black background.


Color preview on white background

This text has color #CAC4ED on white background.



Black color preview on #CAC4ED background

This text has black color on #CAC4ED background.


White color preview on #CAC4ED background

This text has white color on #CAC4ED background.