COLOR #D5D0E5

HEX: #D5D0E5
RGB: (213,208,229)

Color info

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

RGB color model

#D5D0E5 color RGB value is (213,208,229).

  • red value is 213;
  • green value is 208;
  • blue value is 229.
RGB:
(213,208,229)
(84%,82%,90%)

RGB channels and saturation

R 213 of 255 = 84%
G 208 of 255 = 82%
B 229 of 255 = 90%

213
208
229

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

Portions of RGB colors in percentages

R + G + B =
213 + 208 + 229 = 650 (100%)
R 213 of 650 ~ 32.77%
G 208 of 650 ~ 32%
B 229 of 650 ~ 35.23%

%32.77
%32
%35.23

CMYK color model

#D5D0E5 color CMYK value is (7,9,0,10).

  • cyan value is 6.99%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,9,0,10)
C7M9Y0K10 
(7%,9%,0%,10%)
(0.07/0.09/0.00/0.10)	

CMYK percentages

%6.99
%9.17
%0
%10.2

Codes

Color #D5D0E5 in popluar color models

D5D0E5
RGB213208229
HSL254°28.77%85.69%
HSB/HSV254°9.17%89.80%
CMYK6.99%9.17%0.00%
10.20%

Color #D5D0E5 in popluar number systems.

HEXD5D0E5
Decimal213208229
Binary110101011101000011100101
Octal325320345

Shades and tints

Shades of #D5D0E5

#D5D0E5
(213,208,229)
#C2BED1
(194,190,209)
#AFACBD
(175,172,189)
#9C9AA9
(156,154,169)
#898895
(137,136,149)
#767681
(118,118,129)
#63646D
(99,100,109)
#505259
(80,82,89)
#3D4045
(61,64,69)
#2A2E31
(42,46,49)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #D5D0E5

#D5D0E5
(213,208,229)
#D8D4E7
(216,212,231)
#DBD8E9
(219,216,233)
#DEDCEB
(222,220,235)
#E1E0ED
(225,224,237)
#E4E4EF
(228,228,239)
#E7E8F1
(231,232,241)
#EAECF3
(234,236,243)
#EDF0F5
(237,240,245)
#F0F4F7
(240,244,247)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D0E5 color. Also use rgb(213,208,229) instead hex code.

Text Font Color

.myTextColor { color: #D5D0E5; }

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

This text font color is #D5D0E5.


Background Color

.myBgColor { background-color: #D5D0E5; }

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

This div background color is #D5D0E5.


Border color

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

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

This div border color is #D5D0E5.


Opacity

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

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

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

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

This text has shadow with #D5D0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D0E5 on black background.


Color preview on white background

This text has color #D5D0E5 on white background.



Black color preview on #D5D0E5 background

This text has black color on #D5D0E5 background.


White color preview on #D5D0E5 background

This text has white color on #D5D0E5 background.