COLOR #D5D1CC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

213
209
204

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

Portions of RGB colors in percentages

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

%34.03
%33.39
%32.59

CMYK color model

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

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

CMYK percentages

%0
%1.88
%4.23
%16.47

Codes

Color #D5D1CC in popluar color models

D5D1CC
RGB213209204
HSL33°9.68%81.76%
HSB/HSV33°4.23%83.53%
CMYK0.00%1.88%4.23%
16.47%

Color #D5D1CC in popluar number systems.

HEXD5D1CC
Decimal213209204
Binary110101011101000111001100
Octal325321314

Shades and tints

Shades of #D5D1CC

#D5D1CC
(213,209,204)
#C2BEBA
(194,190,186)
#AFABA8
(175,171,168)
#9C9896
(156,152,150)
#898584
(137,133,132)
#767272
(118,114,114)
#635F60
(99,95,96)
#504C4E
(80,76,78)
#3D393C
(61,57,60)
#2A262A
(42,38,42)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #D5D1CC

#D5D1CC
(213,209,204)
#D8D5D0
(216,213,208)
#DBD9D4
(219,217,212)
#DEDDD8
(222,221,216)
#E1E1DC
(225,225,220)
#E4E5E0
(228,229,224)
#E7E9E4
(231,233,228)
#EAEDE8
(234,237,232)
#EDF1EC
(237,241,236)
#F0F5F0
(240,245,240)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D1CC; }

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

This text font color is #D5D1CC.


Background Color

.myBgColor { background-color: #D5D1CC; }

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

This div background color is #D5D1CC.


Border color

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

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

This div border color is #D5D1CC.


Opacity

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

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

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

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

This text has shadow with #D5D1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D1CC on black background.


Color preview on white background

This text has color #D5D1CC on white background.



Black color preview on #D5D1CC background

This text has black color on #D5D1CC background.


White color preview on #D5D1CC background

This text has white color on #D5D1CC background.