COLOR #D5C9D6

HEX: #D5C9D6
RGB: (213,201,214)

Color info

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

RGB color model

#D5C9D6 color RGB value is (213,201,214).

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

RGB channels and saturation

R 213 of 255 = 84%
G 201 of 255 = 79%
B 214 of 255 = 84%

213
201
214

R + G + B ~ 82%. #D5C9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 201 + 214 = 628 (100%)
R 213 of 628 ~ 33.92%
G 201 of 628 ~ 32.01%
B 214 of 628 ~ 34.08%

%33.92
%32.01
%34.08

CMYK color model

#D5C9D6 color CMYK value is (0,6,0,16).

  • cyan value is 0.47%
  • magenta value is 6.07%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (0,6,0,16) C0M6Y0K16 (0%,6%,0%,16%) (0.00/0.06/0.00/0.16)

CMYK percentages

%0.47
%6.07
%0
%16.08

Codes

Color #D5C9D6 in popluar color models

D5C9D6
RGB213201214
HSL295°13.68%81.37%
HSB/HSV295°6.07%83.92%
CMYK0.47%6.07%0.00%
16.08%

Color #D5C9D6 in popluar number systems.

HEXD5C9D6
Decimal213201214
Binary110101011100100111010110
Octal325311326

Shades and tints

Shades of #D5C9D6

#D5C9D6
(213,201,214)
#C2B7C3
(194,183,195)
#AFA5B0
(175,165,176)
#9C939D
(156,147,157)
#89818A
(137,129,138)
#766F77
(118,111,119)
#635D64
(99,93,100)
#504B51
(80,75,81)
#3D393E
(61,57,62)
#2A272B
(42,39,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #D5C9D6

#D5C9D6
(213,201,214)
#D8CDD9
(216,205,217)
#DBD1DC
(219,209,220)
#DED5DF
(222,213,223)
#E1D9E2
(225,217,226)
#E4DDE5
(228,221,229)
#E7E1E8
(231,225,232)
#EAE5EB
(234,229,235)
#EDE9EE
(237,233,238)
#F0EDF1
(240,237,241)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C9D6; }

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

This text font color is #D5C9D6.


Background Color

.myBgColor { background-color: #D5C9D6; }

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

This div background color is #D5C9D6.


Border color

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

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

This div border color is #D5C9D6.


Opacity

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

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

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

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

This text has shadow with #D5C9D6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D5C9D6 on black background.


Color preview on white background

This text has color #D5C9D6 on white background.



Black color preview on #D5C9D6 background

This text has black color on #D5C9D6 background.


White color preview on #D5C9D6 background

This text has white color on #D5C9D6 background.