COLOR #D0CAE7

HEX: #D0CAE7
RGB: (208,202,231)

Color info

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

RGB color model

#D0CAE7 color RGB value is (208,202,231).

  • red value is 208;
  • green value is 202;
  • blue value is 231.
RGB:
(208,202,231)
(82%,79%,91%)

RGB channels and saturation

R 208 of 255 = 82%
G 202 of 255 = 79%
B 231 of 255 = 91%

208
202
231

R + G + B ~ 84%. #D0CAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 202 + 231 = 641 (100%)
R 208 of 641 ~ 32.45%
G 202 of 641 ~ 31.51%
B 231 of 641 ~ 36.04%

%32.45
%31.51
%36.04

CMYK color model

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

  • cyan value is 9.96%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,13,0,9)
C10M13Y0K9 
(10%,13%,0%,9%)
(0.10/0.13/0.00/0.09)	

CMYK percentages

%9.96
%12.55
%0
%9.41

Codes

Color #D0CAE7 in popluar color models

D0CAE7
RGB208202231
HSL252°37.66%84.90%
HSB/HSV252°12.55%90.59%
CMYK9.96%12.55%0.00%
9.41%

Color #D0CAE7 in popluar number systems.

HEXD0CAE7
Decimal208202231
Binary110100001100101011100111
Octal320312347

Shades and tints

Shades of #D0CAE7

#D0CAE7
(208,202,231)
#BEB8D2
(190,184,210)
#ACA6BD
(172,166,189)
#9A94A8
(154,148,168)
#888293
(136,130,147)
#76707E
(118,112,126)
#645E69
(100,94,105)
#524C54
(82,76,84)
#403A3F
(64,58,63)
#2E282A
(46,40,42)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #D0CAE7

#D0CAE7
(208,202,231)
#D4CEE9
(212,206,233)
#D8D2EB
(216,210,235)
#DCD6ED
(220,214,237)
#E0DAEF
(224,218,239)
#E4DEF1
(228,222,241)
#E8E2F3
(232,226,243)
#ECE6F5
(236,230,245)
#F0EAF7
(240,234,247)
#F4EEF9
(244,238,249)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CAE7 color. Also use rgb(208,202,231) instead hex code.

Text Font Color

.myTextColor { color: #D0CAE7; }

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

This text font color is #D0CAE7.


Background Color

.myBgColor { background-color: #D0CAE7; }

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

This div background color is #D0CAE7.


Border color

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

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

This div border color is #D0CAE7.


Opacity

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

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

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

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

This text has shadow with #D0CAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CAE7 on black background.


Color preview on white background

This text has color #D0CAE7 on white background.



Black color preview on #D0CAE7 background

This text has black color on #D0CAE7 background.


White color preview on #D0CAE7 background

This text has white color on #D0CAE7 background.