COLOR #D7D0B3

HEX: #D7D0B3
RGB: (215,208,179)

Color info

#D7D0B3 contains red, green and blue colors in about the same proportion. Web safe color of #D7D0B3 is #CCCC99 (or #CC9).

RGB color model

#D7D0B3 color RGB value is (215,208,179).

  • red value is 215;
  • green value is 208;
  • blue value is 179.
RGB:
(215,208,179)
(84%,82%,70%)

RGB channels and saturation

R 215 of 255 = 84%
G 208 of 255 = 82%
B 179 of 255 = 70%

215
208
179

R + G + B ~ 79%. #D7D0B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 208 + 179 = 602 (100%)
R 215 of 602 ~ 35.71%
G 208 of 602 ~ 34.55%
B 179 of 602 ~ 29.73%

%35.71
%34.55
%29.73

CMYK color model

#D7D0B3 color CMYK value is (0,3,17,16).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 16.74%
  • key color value is 15.69%
CMYK:
(0,3,17,16)
C0M3Y17K16 
(0%,3%,17%,16%)
(0.00/0.03/0.17/0.16)	

CMYK percentages

%0
%3.26
%16.74
%15.69

Codes

Color #D7D0B3 in popluar color models

D7D0B3
RGB215208179
HSL48°31.03%77.25%
HSB/HSV48°16.74%84.31%
CMYK0.00%3.26%16.74%
15.69%

Color #D7D0B3 in popluar number systems.

HEXD7D0B3
Decimal215208179
Binary110101111101000010110011
Octal327320263

Shades and tints

Shades of #D7D0B3

#D7D0B3
(215,208,179)
#C4BEA3
(196,190,163)
#B1AC93
(177,172,147)
#9E9A83
(158,154,131)
#8B8873
(139,136,115)
#787663
(120,118,99)
#656453
(101,100,83)
#525243
(82,82,67)
#3F4033
(63,64,51)
#2C2E23
(44,46,35)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #D7D0B3

#D7D0B3
(215,208,179)
#DAD4B9
(218,212,185)
#DDD8BF
(221,216,191)
#E0DCC5
(224,220,197)
#E3E0CB
(227,224,203)
#E6E4D1
(230,228,209)
#E9E8D7
(233,232,215)
#ECECDD
(236,236,221)
#EFF0E3
(239,240,227)
#F2F4E9
(242,244,233)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D0B3 color. Also use rgb(215,208,179) instead hex code.

Text Font Color

.myTextColor { color: #D7D0B3; }

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

This text font color is #D7D0B3.


Background Color

.myBgColor { background-color: #D7D0B3; }

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

This div background color is #D7D0B3.


Border color

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

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

This div border color is #D7D0B3.


Opacity

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

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

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

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

This text has shadow with #D7D0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D0B3 on black background.


Color preview on white background

This text has color #D7D0B3 on white background.



Black color preview on #D7D0B3 background

This text has black color on #D7D0B3 background.


White color preview on #D7D0B3 background

This text has white color on #D7D0B3 background.