COLOR #CAC6EE

HEX: #CAC6EE
RGB: (202,198,238)

Color info

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

RGB color model

#CAC6EE color RGB value is (202,198,238).

  • red value is 202;
  • green value is 198;
  • blue value is 238.
RGB:
(202,198,238)
(79%,78%,93%)

RGB channels and saturation

R 202 of 255 = 79%
G 198 of 255 = 78%
B 238 of 255 = 93%

202
198
238

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

Portions of RGB colors in percentages

R + G + B =
202 + 198 + 238 = 638 (100%)
R 202 of 638 ~ 31.66%
G 198 of 638 ~ 31.03%
B 238 of 638 ~ 37.3%

%31.66
%31.03
%37.3

CMYK color model

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

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

CMYK percentages

%15.13
%16.81
%0
%6.67

Codes

Color #CAC6EE in popluar color models

CAC6EE
RGB202198238
HSL246°54.05%85.49%
HSB/HSV246°16.81%93.33%
CMYK15.13%16.81%0.00%
6.67%

Color #CAC6EE in popluar number systems.

HEXCAC6EE
Decimal202198238
Binary110010101100011011101110
Octal312306356

Shades and tints

Shades of #CAC6EE

#CAC6EE
(202,198,238)
#B8B4D9
(184,180,217)
#A6A2C4
(166,162,196)
#9490AF
(148,144,175)
#827E9A
(130,126,154)
#706C85
(112,108,133)
#5E5A70
(94,90,112)
#4C485B
(76,72,91)
#3A3646
(58,54,70)
#282431
(40,36,49)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #CAC6EE

#CAC6EE
(202,198,238)
#CECBEF
(206,203,239)
#D2D0F0
(210,208,240)
#D6D5F1
(214,213,241)
#DADAF2
(218,218,242)
#DEDFF3
(222,223,243)
#E2E4F4
(226,228,244)
#E6E9F5
(230,233,245)
#EAEEF6
(234,238,246)
#EEF3F7
(238,243,247)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC6EE color. Also use rgb(202,198,238) instead hex code.

Text Font Color

.myTextColor { color: #CAC6EE; }

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

This text font color is #CAC6EE.


Background Color

.myBgColor { background-color: #CAC6EE; }

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

This div background color is #CAC6EE.


Border color

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

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

This div border color is #CAC6EE.


Opacity

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

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

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

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

This text has shadow with #CAC6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC6EE on black background.


Color preview on white background

This text has color #CAC6EE on white background.



Black color preview on #CAC6EE background

This text has black color on #CAC6EE background.


White color preview on #CAC6EE background

This text has white color on #CAC6EE background.