COLOR #D5CBE0

HEX: #D5CBE0
RGB: (213,203,224)

Color info

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

RGB color model

#D5CBE0 color RGB value is (213,203,224).

  • red value is 213;
  • green value is 203;
  • blue value is 224.
RGB:
(213,203,224)
(84%,80%,88%)

RGB channels and saturation

R 213 of 255 = 84%
G 203 of 255 = 80%
B 224 of 255 = 88%

213
203
224

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

Portions of RGB colors in percentages

R + G + B =
213 + 203 + 224 = 640 (100%)
R 213 of 640 ~ 33.28%
G 203 of 640 ~ 31.72%
B 224 of 640 ~ 35%

%33.28
%31.72
%35

CMYK color model

#D5CBE0 color CMYK value is (5,9,0,12).

  • cyan value is 4.91%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(5,9,0,12)
C5M9Y0K12 
(5%,9%,0%,12%)
(0.05/0.09/0.00/0.12)	

CMYK percentages

%4.91
%9.38
%0
%12.16

Codes

Color #D5CBE0 in popluar color models

D5CBE0
RGB213203224
HSL269°25.30%83.73%
HSB/HSV269°9.38%87.84%
CMYK4.91%9.38%0.00%
12.16%

Color #D5CBE0 in popluar number systems.

HEXD5CBE0
Decimal213203224
Binary110101011100101111100000
Octal325313340

Shades and tints

Shades of #D5CBE0

#D5CBE0
(213,203,224)
#C2B9CC
(194,185,204)
#AFA7B8
(175,167,184)
#9C95A4
(156,149,164)
#898390
(137,131,144)
#76717C
(118,113,124)
#635F68
(99,95,104)
#504D54
(80,77,84)
#3D3B40
(61,59,64)
#2A292C
(42,41,44)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #D5CBE0

#D5CBE0
(213,203,224)
#D8CFE2
(216,207,226)
#DBD3E4
(219,211,228)
#DED7E6
(222,215,230)
#E1DBE8
(225,219,232)
#E4DFEA
(228,223,234)
#E7E3EC
(231,227,236)
#EAE7EE
(234,231,238)
#EDEBF0
(237,235,240)
#F0EFF2
(240,239,242)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CBE0 color. Also use rgb(213,203,224) instead hex code.

Text Font Color

.myTextColor { color: #D5CBE0; }

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

This text font color is #D5CBE0.


Background Color

.myBgColor { background-color: #D5CBE0; }

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

This div background color is #D5CBE0.


Border color

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

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

This div border color is #D5CBE0.


Opacity

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

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

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

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

This text has shadow with #D5CBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CBE0 on black background.


Color preview on white background

This text has color #D5CBE0 on white background.



Black color preview on #D5CBE0 background

This text has black color on #D5CBE0 background.


White color preview on #D5CBE0 background

This text has white color on #D5CBE0 background.