COLOR #D7DCB7

HEX: #D7DCB7
RGB: (215,220,183)

Color info

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

RGB color model

#D7DCB7 color RGB value is (215,220,183).

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

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 183 of 255 = 72%

215
220
183

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

Portions of RGB colors in percentages

R + G + B =
215 + 220 + 183 = 618 (100%)
R 215 of 618 ~ 34.79%
G 220 of 618 ~ 35.6%
B 183 of 618 ~ 29.61%

%34.79
%35.6
%29.61

CMYK color model

#D7DCB7 color CMYK value is (2,0,17,14).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 16.82%
  • key color value is 13.73%
CMYK:
(2,0,17,14)
C2M0Y17K14 
(2%,0%,17%,14%)
(0.02/0.00/0.17/0.14)	

CMYK percentages

%2.27
%0
%16.82
%13.73

Codes

Color #D7DCB7 in popluar color models

D7DCB7
RGB215220183
HSL68°34.58%79.02%
HSB/HSV68°16.82%86.27%
CMYK2.27%0.00%16.82%
13.73%

Color #D7DCB7 in popluar number systems.

HEXD7DCB7
Decimal215220183
Binary110101111101110010110111
Octal327334267

Shades and tints

Shades of #D7DCB7

#D7DCB7
(215,220,183)
#C4C8A7
(196,200,167)
#B1B497
(177,180,151)
#9EA087
(158,160,135)
#8B8C77
(139,140,119)
#787867
(120,120,103)
#656457
(101,100,87)
#525047
(82,80,71)
#3F3C37
(63,60,55)
#2C2827
(44,40,39)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #D7DCB7

#D7DCB7
(215,220,183)
#DADFBD
(218,223,189)
#DDE2C3
(221,226,195)
#E0E5C9
(224,229,201)
#E3E8CF
(227,232,207)
#E6EBD5
(230,235,213)
#E9EEDB
(233,238,219)
#ECF1E1
(236,241,225)
#EFF4E7
(239,244,231)
#F2F7ED
(242,247,237)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DCB7; }

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

This text font color is #D7DCB7.


Background Color

.myBgColor { background-color: #D7DCB7; }

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

This div background color is #D7DCB7.


Border color

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

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

This div border color is #D7DCB7.


Opacity

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

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

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

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

This text has shadow with #D7DCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DCB7 on black background.


Color preview on white background

This text has color #D7DCB7 on white background.



Black color preview on #D7DCB7 background

This text has black color on #D7DCB7 background.


White color preview on #D7DCB7 background

This text has white color on #D7DCB7 background.