COLOR #D5D6C3

HEX: #D5D6C3
RGB: (213,214,195)

Color info

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

RGB color model

#D5D6C3 color RGB value is (213,214,195).

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

RGB channels and saturation

R 213 of 255 = 84%
G 214 of 255 = 84%
B 195 of 255 = 76%

213
214
195

R + G + B ~ 81%. #D5D6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 214 + 195 = 622 (100%)
R 213 of 622 ~ 34.24%
G 214 of 622 ~ 34.41%
B 195 of 622 ~ 31.35%

%34.24
%34.41
%31.35

CMYK color model

#D5D6C3 color CMYK value is (0,0,9,16).

  • cyan value is 0.47%
  • magenta value is 0.00%
  • yellow value is 8.88%
  • key color value is 16.08%
CMYK:
(0,0,9,16)
C0M0Y9K16 
(0%,0%,9%,16%)
(0.00/0.00/0.09/0.16)	

CMYK percentages

%0.47
%0
%8.88
%16.08

Codes

Color #D5D6C3 in popluar color models

D5D6C3
RGB213214195
HSL63°18.81%80.20%
HSB/HSV63°8.88%83.92%
CMYK0.47%0.00%8.88%
16.08%

Color #D5D6C3 in popluar number systems.

HEXD5D6C3
Decimal213214195
Binary110101011101011011000011
Octal325326303

Shades and tints

Shades of #D5D6C3

#D5D6C3
(213,214,195)
#C2C3B2
(194,195,178)
#AFB0A1
(175,176,161)
#9C9D90
(156,157,144)
#898A7F
(137,138,127)
#76776E
(118,119,110)
#63645D
(99,100,93)
#50514C
(80,81,76)
#3D3E3B
(61,62,59)
#2A2B2A
(42,43,42)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #D5D6C3

#D5D6C3
(213,214,195)
#D8D9C8
(216,217,200)
#DBDCCD
(219,220,205)
#DEDFD2
(222,223,210)
#E1E2D7
(225,226,215)
#E4E5DC
(228,229,220)
#E7E8E1
(231,232,225)
#EAEBE6
(234,235,230)
#EDEEEB
(237,238,235)
#F0F1F0
(240,241,240)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D6C3; }

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

This text font color is #D5D6C3.


Background Color

.myBgColor { background-color: #D5D6C3; }

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

This div background color is #D5D6C3.


Border color

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

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

This div border color is #D5D6C3.


Opacity

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

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

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

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

This text has shadow with #D5D6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D6C3 on black background.


Color preview on white background

This text has color #D5D6C3 on white background.



Black color preview on #D5D6C3 background

This text has black color on #D5D6C3 background.


White color preview on #D5D6C3 background

This text has white color on #D5D6C3 background.