COLOR #D7DCB5

HEX: #D7DCB5
RGB: (215,220,181)

Color info

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

RGB color model

#D7DCB5 color RGB value is (215,220,181).

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

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 181 of 255 = 71%

215
220
181

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

Portions of RGB colors in percentages

R + G + B =
215 + 220 + 181 = 616 (100%)
R 215 of 616 ~ 34.9%
G 220 of 616 ~ 35.71%
B 181 of 616 ~ 29.38%

%34.9
%35.71
%29.38

CMYK color model

#D7DCB5 color CMYK value is (2,0,18,14).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 17.73%
  • key color value is 13.73%
CMYK:
(2,0,18,14)
C2M0Y18K14 
(2%,0%,18%,14%)
(0.02/0.00/0.18/0.14)	

CMYK percentages

%2.27
%0
%17.73
%13.73

Codes

Color #D7DCB5 in popluar color models

D7DCB5
RGB215220181
HSL68°35.78%78.63%
HSB/HSV68°17.73%86.27%
CMYK2.27%0.00%17.73%
13.73%

Color #D7DCB5 in popluar number systems.

HEXD7DCB5
Decimal215220181
Binary110101111101110010110101
Octal327334265

Shades and tints

Shades of #D7DCB5

#D7DCB5
(215,220,181)
#C4C8A5
(196,200,165)
#B1B495
(177,180,149)
#9EA085
(158,160,133)
#8B8C75
(139,140,117)
#787865
(120,120,101)
#656455
(101,100,85)
#525045
(82,80,69)
#3F3C35
(63,60,53)
#2C2825
(44,40,37)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #D7DCB5

#D7DCB5
(215,220,181)
#DADFBB
(218,223,187)
#DDE2C1
(221,226,193)
#E0E5C7
(224,229,199)
#E3E8CD
(227,232,205)
#E6EBD3
(230,235,211)
#E9EED9
(233,238,217)
#ECF1DF
(236,241,223)
#EFF4E5
(239,244,229)
#F2F7EB
(242,247,235)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DCB5 color. Also use rgb(215,220,181) instead hex code.

Text Font Color

.myTextColor { color: #D7DCB5; }

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

This text font color is #D7DCB5.


Background Color

.myBgColor { background-color: #D7DCB5; }

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

This div background color is #D7DCB5.


Border color

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

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

This div border color is #D7DCB5.


Opacity

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

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

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

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

This text has shadow with #D7DCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DCB5 on black background.


Color preview on white background

This text has color #D7DCB5 on white background.



Black color preview on #D7DCB5 background

This text has black color on #D7DCB5 background.


White color preview on #D7DCB5 background

This text has white color on #D7DCB5 background.