COLOR #D3CAE7

HEX: #D3CAE7
RGB: (211,202,231)

Color info

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

RGB color model

#D3CAE7 color RGB value is (211,202,231).

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

RGB channels and saturation

R 211 of 255 = 83%
G 202 of 255 = 79%
B 231 of 255 = 91%

211
202
231

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

Portions of RGB colors in percentages

R + G + B =
211 + 202 + 231 = 644 (100%)
R 211 of 644 ~ 32.76%
G 202 of 644 ~ 31.37%
B 231 of 644 ~ 35.87%

%32.76
%31.37
%35.87

CMYK color model

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

  • cyan value is 8.66%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,13,0,9)
C9M13Y0K9 
(9%,13%,0%,9%)
(0.09/0.13/0.00/0.09)	

CMYK percentages

%8.66
%12.55
%0
%9.41

Codes

Color #D3CAE7 in popluar color models

D3CAE7
RGB211202231
HSL259°37.66%84.90%
HSB/HSV259°12.55%90.59%
CMYK8.66%12.55%0.00%
9.41%

Color #D3CAE7 in popluar number systems.

HEXD3CAE7
Decimal211202231
Binary110100111100101011100111
Octal323312347

Shades and tints

Shades of #D3CAE7

#D3CAE7
(211,202,231)
#C0B8D2
(192,184,210)
#ADA6BD
(173,166,189)
#9A94A8
(154,148,168)
#878293
(135,130,147)
#74707E
(116,112,126)
#615E69
(97,94,105)
#4E4C54
(78,76,84)
#3B3A3F
(59,58,63)
#28282A
(40,40,42)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #D3CAE7

#D3CAE7
(211,202,231)
#D7CEE9
(215,206,233)
#DBD2EB
(219,210,235)
#DFD6ED
(223,214,237)
#E3DAEF
(227,218,239)
#E7DEF1
(231,222,241)
#EBE2F3
(235,226,243)
#EFE6F5
(239,230,245)
#F3EAF7
(243,234,247)
#F7EEF9
(247,238,249)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3CAE7; }

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

This text font color is #D3CAE7.


Background Color

.myBgColor { background-color: #D3CAE7; }

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

This div background color is #D3CAE7.


Border color

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

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

This div border color is #D3CAE7.


Opacity

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

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

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

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

This text has shadow with #D3CAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CAE7 on black background.


Color preview on white background

This text has color #D3CAE7 on white background.



Black color preview on #D3CAE7 background

This text has black color on #D3CAE7 background.


White color preview on #D3CAE7 background

This text has white color on #D3CAE7 background.