COLOR #D5C9DC

HEX: #D5C9DC
RGB: (213,201,220)

Color info

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

RGB color model

#D5C9DC color RGB value is (213,201,220).

  • red value is 213;
  • green value is 201;
  • blue value is 220.
RGB:
(213,201,220)
(84%,79%,86%)

RGB channels and saturation

R 213 of 255 = 84%
G 201 of 255 = 79%
B 220 of 255 = 86%

213
201
220

R + G + B ~ 83%. #D5C9DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 201 + 220 = 634 (100%)
R 213 of 634 ~ 33.6%
G 201 of 634 ~ 31.7%
B 220 of 634 ~ 34.7%

%33.6
%31.7
%34.7

CMYK color model

#D5C9DC color CMYK value is (3,9,0,14).

  • cyan value is 3.18%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,9,0,14)
C3M9Y0K14 
(3%,9%,0%,14%)
(0.03/0.09/0.00/0.14)	

CMYK percentages

%3.18
%8.64
%0
%13.73

Codes

Color #D5C9DC in popluar color models

D5C9DC
RGB213201220
HSL278°21.35%82.55%
HSB/HSV278°8.64%86.27%
CMYK3.18%8.64%0.00%
13.73%

Color #D5C9DC in popluar number systems.

HEXD5C9DC
Decimal213201220
Binary110101011100100111011100
Octal325311334

Shades and tints

Shades of #D5C9DC

#D5C9DC
(213,201,220)
#C2B7C8
(194,183,200)
#AFA5B4
(175,165,180)
#9C93A0
(156,147,160)
#89818C
(137,129,140)
#766F78
(118,111,120)
#635D64
(99,93,100)
#504B50
(80,75,80)
#3D393C
(61,57,60)
#2A2728
(42,39,40)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #D5C9DC

#D5C9DC
(213,201,220)
#D8CDDF
(216,205,223)
#DBD1E2
(219,209,226)
#DED5E5
(222,213,229)
#E1D9E8
(225,217,232)
#E4DDEB
(228,221,235)
#E7E1EE
(231,225,238)
#EAE5F1
(234,229,241)
#EDE9F4
(237,233,244)
#F0EDF7
(240,237,247)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C9DC color. Also use rgb(213,201,220) instead hex code.

Text Font Color

.myTextColor { color: #D5C9DC; }

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

This text font color is #D5C9DC.


Background Color

.myBgColor { background-color: #D5C9DC; }

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

This div background color is #D5C9DC.


Border color

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

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

This div border color is #D5C9DC.


Opacity

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

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

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

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

This text has shadow with #D5C9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C9DC on black background.


Color preview on white background

This text has color #D5C9DC on white background.



Black color preview on #D5C9DC background

This text has black color on #D5C9DC background.


White color preview on #D5C9DC background

This text has white color on #D5C9DC background.