COLOR #D5CCD1

HEX: #D5CCD1
RGB: (213,204,209)

Color info

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

RGB color model

#D5CCD1 color RGB value is (213,204,209).

  • red value is 213;
  • green value is 204;
  • blue value is 209.
RGB: (213,204,209) (84%,80%,82%)

RGB channels and saturation

R 213 of 255 = 84%
G 204 of 255 = 80%
B 209 of 255 = 82%

213
204
209

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

Portions of RGB colors in percentages

R + G + B =
213 + 204 + 209 = 626 (100%)
R 213 of 626 ~ 34.03%
G 204 of 626 ~ 32.59%
B 209 of 626 ~ 33.39%

%34.03
%32.59
%33.39

CMYK color model

#D5CCD1 color CMYK value is (0,4,2,16).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 1.88%
  • key color value is 16.47%
CMYK: (0,4,2,16) C0M4Y2K16 (0%,4%,2%,16%) (0.00/0.04/0.02/0.16)

CMYK percentages

%0
%4.23
%1.88
%16.47

Codes

Color #D5CCD1 in popluar color models

D5CCD1
RGB213204209
HSL327°9.68%81.76%
HSB/HSV327°4.23%83.53%
CMYK0.00%4.23%1.88%
16.47%

Color #D5CCD1 in popluar number systems.

HEXD5CCD1
Decimal213204209
Binary110101011100110011010001
Octal325314321

Shades and tints

Shades of #D5CCD1

#D5CCD1
(213,204,209)
#C2BABE
(194,186,190)
#AFA8AB
(175,168,171)
#9C9698
(156,150,152)
#898485
(137,132,133)
#767272
(118,114,114)
#63605F
(99,96,95)
#504E4C
(80,78,76)
#3D3C39
(61,60,57)
#2A2A26
(42,42,38)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #D5CCD1

#D5CCD1
(213,204,209)
#D8D0D5
(216,208,213)
#DBD4D9
(219,212,217)
#DED8DD
(222,216,221)
#E1DCE1
(225,220,225)
#E4E0E5
(228,224,229)
#E7E4E9
(231,228,233)
#EAE8ED
(234,232,237)
#EDECF1
(237,236,241)
#F0F0F5
(240,240,245)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CCD1 color. Also use rgb(213,204,209) instead hex code.

Text Font Color

.myTextColor { color: #D5CCD1; }

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

This text font color is #D5CCD1.


Background Color

.myBgColor { background-color: #D5CCD1; }

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

This div background color is #D5CCD1.


Border color

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

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

This div border color is #D5CCD1.


Opacity

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

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

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

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

This text has shadow with #D5CCD1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D5CCD1 on black background.


Color preview on white background

This text has color #D5CCD1 on white background.



Black color preview on #D5CCD1 background

This text has black color on #D5CCD1 background.


White color preview on #D5CCD1 background

This text has white color on #D5CCD1 background.