COLOR #D5D6C8

HEX: #D5D6C8
RGB: (213,214,200)

Color info

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

RGB color model

#D5D6C8 color RGB value is (213,214,200).

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

RGB channels and saturation

R 213 of 255 = 84%
G 214 of 255 = 84%
B 200 of 255 = 78%

213
214
200

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

Portions of RGB colors in percentages

R + G + B =
213 + 214 + 200 = 627 (100%)
R 213 of 627 ~ 33.97%
G 214 of 627 ~ 34.13%
B 200 of 627 ~ 31.9%

%33.97
%34.13
%31.9

CMYK color model

#D5D6C8 color CMYK value is (0,0,7,16).

  • cyan value is 0.47%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 16.08%
CMYK:
(0,0,7,16)
C0M0Y7K16 
(0%,0%,7%,16%)
(0.00/0.00/0.07/0.16)	

CMYK percentages

%0.47
%0
%6.54
%16.08

Codes

Color #D5D6C8 in popluar color models

D5D6C8
RGB213214200
HSL64°14.58%81.18%
HSB/HSV64°6.54%83.92%
CMYK0.47%0.00%6.54%
16.08%

Color #D5D6C8 in popluar number systems.

HEXD5D6C8
Decimal213214200
Binary110101011101011011001000
Octal325326310

Shades and tints

Shades of #D5D6C8

#D5D6C8
(213,214,200)
#C2C3B6
(194,195,182)
#AFB0A4
(175,176,164)
#9C9D92
(156,157,146)
#898A80
(137,138,128)
#76776E
(118,119,110)
#63645C
(99,100,92)
#50514A
(80,81,74)
#3D3E38
(61,62,56)
#2A2B26
(42,43,38)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #D5D6C8

#D5D6C8
(213,214,200)
#D8D9CD
(216,217,205)
#DBDCD2
(219,220,210)
#DEDFD7
(222,223,215)
#E1E2DC
(225,226,220)
#E4E5E1
(228,229,225)
#E7E8E6
(231,232,230)
#EAEBEB
(234,235,235)
#EDEEF0
(237,238,240)
#F0F1F5
(240,241,245)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D6C8; }

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

This text font color is #D5D6C8.


Background Color

.myBgColor { background-color: #D5D6C8; }

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

This div background color is #D5D6C8.


Border color

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

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

This div border color is #D5D6C8.


Opacity

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

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

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

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

This text has shadow with #D5D6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D6C8 on black background.


Color preview on white background

This text has color #D5D6C8 on white background.



Black color preview on #D5D6C8 background

This text has black color on #D5D6C8 background.


White color preview on #D5D6C8 background

This text has white color on #D5D6C8 background.