COLOR #D8CAE7

HEX: #D8CAE7
RGB: (216,202,231)

Color info

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

RGB color model

#D8CAE7 color RGB value is (216,202,231).

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

RGB channels and saturation

R 216 of 255 = 85%
G 202 of 255 = 79%
B 231 of 255 = 91%

216
202
231

R + G + B ~ 85%. #D8CAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 202 + 231 = 649 (100%)
R 216 of 649 ~ 33.28%
G 202 of 649 ~ 31.12%
B 231 of 649 ~ 35.59%

%33.28
%31.12
%35.59

CMYK color model

#D8CAE7 color CMYK value is (6,13,0,9).

  • cyan value is 6.49%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(6,13,0,9)
C6M13Y0K9 
(6%,13%,0%,9%)
(0.06/0.13/0.00/0.09)	

CMYK percentages

%6.49
%12.55
%0
%9.41

Codes

Color #D8CAE7 in popluar color models

D8CAE7
RGB216202231
HSL269°37.66%84.90%
HSB/HSV269°12.55%90.59%
CMYK6.49%12.55%0.00%
9.41%

Color #D8CAE7 in popluar number systems.

HEXD8CAE7
Decimal216202231
Binary110110001100101011100111
Octal330312347

Shades and tints

Shades of #D8CAE7

#D8CAE7
(216,202,231)
#C5B8D2
(197,184,210)
#B2A6BD
(178,166,189)
#9F94A8
(159,148,168)
#8C8293
(140,130,147)
#79707E
(121,112,126)
#665E69
(102,94,105)
#534C54
(83,76,84)
#403A3F
(64,58,63)
#2D282A
(45,40,42)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #D8CAE7

#D8CAE7
(216,202,231)
#DBCEE9
(219,206,233)
#DED2EB
(222,210,235)
#E1D6ED
(225,214,237)
#E4DAEF
(228,218,239)
#E7DEF1
(231,222,241)
#EAE2F3
(234,226,243)
#EDE6F5
(237,230,245)
#F0EAF7
(240,234,247)
#F3EEF9
(243,238,249)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CAE7; }

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

This text font color is #D8CAE7.


Background Color

.myBgColor { background-color: #D8CAE7; }

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

This div background color is #D8CAE7.


Border color

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

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

This div border color is #D8CAE7.


Opacity

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

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

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

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

This text has shadow with #D8CAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CAE7 on black background.


Color preview on white background

This text has color #D8CAE7 on white background.



Black color preview on #D8CAE7 background

This text has black color on #D8CAE7 background.


White color preview on #D8CAE7 background

This text has white color on #D8CAE7 background.