COLOR #D2CBE5

HEX: #D2CBE5
RGB: (210,203,229)

Color info

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

RGB color model

#D2CBE5 color RGB value is (210,203,229).

  • red value is 210;
  • green value is 203;
  • blue value is 229.
RGB:
(210,203,229)
(82%,80%,90%)

RGB channels and saturation

R 210 of 255 = 82%
G 203 of 255 = 80%
B 229 of 255 = 90%

210
203
229

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

Portions of RGB colors in percentages

R + G + B =
210 + 203 + 229 = 642 (100%)
R 210 of 642 ~ 32.71%
G 203 of 642 ~ 31.62%
B 229 of 642 ~ 35.67%

%32.71
%31.62
%35.67

CMYK color model

#D2CBE5 color CMYK value is (8,11,0,10).

  • cyan value is 8.30%
  • magenta value is 11.35%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(8,11,0,10)
C8M11Y0K10 
(8%,11%,0%,10%)
(0.08/0.11/0.00/0.10)	

CMYK percentages

%8.3
%11.35
%0
%10.2

Codes

Color #D2CBE5 in popluar color models

D2CBE5
RGB210203229
HSL256°33.33%84.71%
HSB/HSV256°11.35%89.80%
CMYK8.30%11.35%0.00%
10.20%

Color #D2CBE5 in popluar number systems.

HEXD2CBE5
Decimal210203229
Binary110100101100101111100101
Octal322313345

Shades and tints

Shades of #D2CBE5

#D2CBE5
(210,203,229)
#BFB9D1
(191,185,209)
#ACA7BD
(172,167,189)
#9995A9
(153,149,169)
#868395
(134,131,149)
#737181
(115,113,129)
#605F6D
(96,95,109)
#4D4D59
(77,77,89)
#3A3B45
(58,59,69)
#272931
(39,41,49)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #D2CBE5

#D2CBE5
(210,203,229)
#D6CFE7
(214,207,231)
#DAD3E9
(218,211,233)
#DED7EB
(222,215,235)
#E2DBED
(226,219,237)
#E6DFEF
(230,223,239)
#EAE3F1
(234,227,241)
#EEE7F3
(238,231,243)
#F2EBF5
(242,235,245)
#F6EFF7
(246,239,247)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CBE5 color. Also use rgb(210,203,229) instead hex code.

Text Font Color

.myTextColor { color: #D2CBE5; }

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

This text font color is #D2CBE5.


Background Color

.myBgColor { background-color: #D2CBE5; }

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

This div background color is #D2CBE5.


Border color

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

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

This div border color is #D2CBE5.


Opacity

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

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

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

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

This text has shadow with #D2CBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CBE5 on black background.


Color preview on white background

This text has color #D2CBE5 on white background.



Black color preview on #D2CBE5 background

This text has black color on #D2CBE5 background.


White color preview on #D2CBE5 background

This text has white color on #D2CBE5 background.