COLOR #CAC5DB

HEX: #CAC5DB
RGB: (202,197,219)

Color info

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

RGB color model

#CAC5DB color RGB value is (202,197,219).

  • red value is 202;
  • green value is 197;
  • blue value is 219.
RGB:
(202,197,219)
(79%,77%,86%)

RGB channels and saturation

R 202 of 255 = 79%
G 197 of 255 = 77%
B 219 of 255 = 86%

202
197
219

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

Portions of RGB colors in percentages

R + G + B =
202 + 197 + 219 = 618 (100%)
R 202 of 618 ~ 32.69%
G 197 of 618 ~ 31.88%
B 219 of 618 ~ 35.44%

%32.69
%31.88
%35.44

CMYK color model

#CAC5DB color CMYK value is (8,10,0,14).

  • cyan value is 7.76%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(8,10,0,14)
C8M10Y0K14 
(8%,10%,0%,14%)
(0.08/0.10/0.00/0.14)	

CMYK percentages

%7.76
%10.05
%0
%14.12

Codes

Color #CAC5DB in popluar color models

CAC5DB
RGB202197219
HSL254°23.40%81.57%
HSB/HSV254°10.05%85.88%
CMYK7.76%10.05%0.00%
14.12%

Color #CAC5DB in popluar number systems.

HEXCAC5DB
Decimal202197219
Binary110010101100010111011011
Octal312305333

Shades and tints

Shades of #CAC5DB

#CAC5DB
(202,197,219)
#B8B4C8
(184,180,200)
#A6A3B5
(166,163,181)
#9492A2
(148,146,162)
#82818F
(130,129,143)
#70707C
(112,112,124)
#5E5F69
(94,95,105)
#4C4E56
(76,78,86)
#3A3D43
(58,61,67)
#282C30
(40,44,48)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #CAC5DB

#CAC5DB
(202,197,219)
#CECADE
(206,202,222)
#D2CFE1
(210,207,225)
#D6D4E4
(214,212,228)
#DAD9E7
(218,217,231)
#DEDEEA
(222,222,234)
#E2E3ED
(226,227,237)
#E6E8F0
(230,232,240)
#EAEDF3
(234,237,243)
#EEF2F6
(238,242,246)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC5DB color. Also use rgb(202,197,219) instead hex code.

Text Font Color

.myTextColor { color: #CAC5DB; }

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

This text font color is #CAC5DB.


Background Color

.myBgColor { background-color: #CAC5DB; }

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

This div background color is #CAC5DB.


Border color

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

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

This div border color is #CAC5DB.


Opacity

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

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

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

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

This text has shadow with #CAC5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC5DB on black background.


Color preview on white background

This text has color #CAC5DB on white background.



Black color preview on #CAC5DB background

This text has black color on #CAC5DB background.


White color preview on #CAC5DB background

This text has white color on #CAC5DB background.