COLOR #D5DCB6

HEX: #D5DCB6
RGB: (213,220,182)

Color info

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

RGB color model

#D5DCB6 color RGB value is (213,220,182).

  • red value is 213;
  • green value is 220;
  • blue value is 182.
RGB:
(213,220,182)
(84%,86%,71%)

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 182 of 255 = 71%

213
220
182

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

Portions of RGB colors in percentages

R + G + B =
213 + 220 + 182 = 615 (100%)
R 213 of 615 ~ 34.63%
G 220 of 615 ~ 35.77%
B 182 of 615 ~ 29.59%

%34.63
%35.77
%29.59

CMYK color model

#D5DCB6 color CMYK value is (3,0,17,14).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 13.73%
CMYK:
(3,0,17,14)
C3M0Y17K14 
(3%,0%,17%,14%)
(0.03/0.00/0.17/0.14)	

CMYK percentages

%3.18
%0
%17.27
%13.73

Codes

Color #D5DCB6 in popluar color models

D5DCB6
RGB213220182
HSL71°35.19%78.82%
HSB/HSV71°17.27%86.27%
CMYK3.18%0.00%17.27%
13.73%

Color #D5DCB6 in popluar number systems.

HEXD5DCB6
Decimal213220182
Binary110101011101110010110110
Octal325334266

Shades and tints

Shades of #D5DCB6

#D5DCB6
(213,220,182)
#C2C8A6
(194,200,166)
#AFB496
(175,180,150)
#9CA086
(156,160,134)
#898C76
(137,140,118)
#767866
(118,120,102)
#636456
(99,100,86)
#505046
(80,80,70)
#3D3C36
(61,60,54)
#2A2826
(42,40,38)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #D5DCB6

#D5DCB6
(213,220,182)
#D8DFBC
(216,223,188)
#DBE2C2
(219,226,194)
#DEE5C8
(222,229,200)
#E1E8CE
(225,232,206)
#E4EBD4
(228,235,212)
#E7EEDA
(231,238,218)
#EAF1E0
(234,241,224)
#EDF4E6
(237,244,230)
#F0F7EC
(240,247,236)
#F3FAF2
(243,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DCB6 color. Also use rgb(213,220,182) instead hex code.

Text Font Color

.myTextColor { color: #D5DCB6; }

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

This text font color is #D5DCB6.


Background Color

.myBgColor { background-color: #D5DCB6; }

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

This div background color is #D5DCB6.


Border color

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

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

This div border color is #D5DCB6.


Opacity

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

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

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

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

This text has shadow with #D5DCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DCB6 on black background.


Color preview on white background

This text has color #D5DCB6 on white background.



Black color preview on #D5DCB6 background

This text has black color on #D5DCB6 background.


White color preview on #D5DCB6 background

This text has white color on #D5DCB6 background.