COLOR #CAC6DD

HEX: #CAC6DD
RGB: (202,198,221)

Color info

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

RGB color model

#CAC6DD color RGB value is (202,198,221).

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

RGB channels and saturation

R 202 of 255 = 79%
G 198 of 255 = 78%
B 221 of 255 = 87%

202
198
221

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

Portions of RGB colors in percentages

R + G + B =
202 + 198 + 221 = 621 (100%)
R 202 of 621 ~ 32.53%
G 198 of 621 ~ 31.88%
B 221 of 621 ~ 35.59%

%32.53
%31.88
%35.59

CMYK color model

#CAC6DD color CMYK value is (9,10,0,13).

  • cyan value is 8.60%
  • magenta value is 10.41%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(9,10,0,13)
C9M10Y0K13 
(9%,10%,0%,13%)
(0.09/0.10/0.00/0.13)	

CMYK percentages

%8.6
%10.41
%0
%13.33

Codes

Color #CAC6DD in popluar color models

CAC6DD
RGB202198221
HSL250°25.27%82.16%
HSB/HSV250°10.41%86.67%
CMYK8.60%10.41%0.00%
13.33%

Color #CAC6DD in popluar number systems.

HEXCAC6DD
Decimal202198221
Binary110010101100011011011101
Octal312306335

Shades and tints

Shades of #CAC6DD

#CAC6DD
(202,198,221)
#B8B4C9
(184,180,201)
#A6A2B5
(166,162,181)
#9490A1
(148,144,161)
#827E8D
(130,126,141)
#706C79
(112,108,121)
#5E5A65
(94,90,101)
#4C4851
(76,72,81)
#3A363D
(58,54,61)
#282429
(40,36,41)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #CAC6DD

#CAC6DD
(202,198,221)
#CECBE0
(206,203,224)
#D2D0E3
(210,208,227)
#D6D5E6
(214,213,230)
#DADAE9
(218,218,233)
#DEDFEC
(222,223,236)
#E2E4EF
(226,228,239)
#E6E9F2
(230,233,242)
#EAEEF5
(234,238,245)
#EEF3F8
(238,243,248)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAC6DD; }

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

This text font color is #CAC6DD.


Background Color

.myBgColor { background-color: #CAC6DD; }

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

This div background color is #CAC6DD.


Border color

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

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

This div border color is #CAC6DD.


Opacity

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

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

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

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

This text has shadow with #CAC6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC6DD on black background.


Color preview on white background

This text has color #CAC6DD on white background.



Black color preview on #CAC6DD background

This text has black color on #CAC6DD background.


White color preview on #CAC6DD background

This text has white color on #CAC6DD background.