COLOR #D5D6B8

HEX: #D5D6B8 RGB: (213,214,184)

Color info

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

RGB color model

#D5D6B8 color RGB value is (213,214,184).

RGB: (213,214,184) (84%, 84%, 72%)

RGB channels and saturation

R 213 of 255 = 84%
G 214 of 255 = 84%
B 184 of 255 = 72%

213
214
184

R + G + B ~ 80%. #D5D6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 214 + 184 = 611 (100%)
R 213 of 611 ~ 34.86%
G 214 of 611 ~ 35.02%
B 184 of 611 ~ 30.11'%

%34.86
%35.02
%30.11

CMYK color model

#D5D6B8 color CMYK value is (0,0,14,16).

  • cyan value is 0.47%
  • magenta value is 0.00%
  • yellow value is 14.02%
  • key color value is 16.08%

CMYK: (0,0,14,16)
C0M0Y14K16 (0%, 0%, 14%, 16%)
(0.00 / 0.00 / 0.14 / 0.16)

CMYK percentages

%0.47
%0
%14.02
%16.08

Codes

Color #D5D6B8 in popluar color models

D5 D6 B8
RGB 213 214 184
HSL 62° 26.79% 78.04%
HSB/HSV 62° 14.02% 83.92%
CMYK 0.47% 0.00% 14.02%
16.08%

Color #D5D6B8 in popluar number systems.

HEX D5 D6 B8
Decimal 213 214 184
Binary 11010101 11010110 10111000
Octal 325 326 270

Shades and tints

Shades of #D5D6B8

#D5D6B8
(213,214,184)
#C2C3A8
(194,195,168)
#AFB098
(175,176,152)
#9C9D88
(156,157,136)
#898A78
(137,138,120)
#767768
(118,119,104)
#636458
(99,100,88)
#505148
(80,81,72)
#3D3E38
(61,62,56)
#2A2B28
(42,43,40)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5D6B8

#D5D6B8
(213,214,184)
#D8D9BE
(216,217,190)
#DBDCC4
(219,220,196)
#DEDFCA
(222,223,202)
#E1E2D0
(225,226,208)
#E4E5D6
(228,229,214)
#E7E8DC
(231,232,220)
#EAEBE2
(234,235,226)
#EDEEE8
(237,238,232)
#F0F1EE
(240,241,238)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D6B8; }

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

This text font color is #D5D6B8.

Background Color

.myBgColor { background-color: #D5D6B8; }

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

This div background color is #D5D6B8.

Border color

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

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

This div border color is #D5D6B8.

Opacity

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

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

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

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

This text has shadow with #D5D6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D6B8.

Preview

Color preview on black background

This text has color #D5D6B8 on black background.


Color preview on white background

This text has color #D5D6B8 on white background.


Black color preview on #D5D6B8 background

This text has black color on #D5D6B8 background.


White color preview on #D5D6B8 background

This text has white color on #D5D6B8 background.


Related colors

Complementary color

Complementary color for #hex is #2A2947.


I love getcolorcode.com

Triadic colors

1 #B8D5D6 and #D6B8D5 with #D5D6B8 are triadic colors.

2 #B8D6D5 and #D6D5B8 with #D5D6B8 are triadic colors.