COLOR #D7D3AF

HEX: #D7D3AF
RGB: (215,211,175)

Color info

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

RGB color model

#D7D3AF color RGB value is (215,211,175).

  • red value is 215;
  • green value is 211;
  • blue value is 175.
RGB:
(215,211,175)
(84%,83%,69%)

RGB channels and saturation

R 215 of 255 = 84%
G 211 of 255 = 83%
B 175 of 255 = 69%

215
211
175

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

Portions of RGB colors in percentages

R + G + B =
215 + 211 + 175 = 601 (100%)
R 215 of 601 ~ 35.77%
G 211 of 601 ~ 35.11%
B 175 of 601 ~ 29.12%

%35.77
%35.11
%29.12

CMYK color model

#D7D3AF color CMYK value is (0,2,19,16).

  • cyan value is 0.00%
  • magenta value is 1.86%
  • yellow value is 18.60%
  • key color value is 15.69%
CMYK:
(0,2,19,16)
C0M2Y19K16 
(0%,2%,19%,16%)
(0.00/0.02/0.19/0.16)	

CMYK percentages

%0
%1.86
%18.6
%15.69

Codes

Color #D7D3AF in popluar color models

D7D3AF
RGB215211175
HSL54°33.33%76.47%
HSB/HSV54°18.60%84.31%
CMYK0.00%1.86%18.60%
15.69%

Color #D7D3AF in popluar number systems.

HEXD7D3AF
Decimal215211175
Binary110101111101001110101111
Octal327323257

Shades and tints

Shades of #D7D3AF

#D7D3AF
(215,211,175)
#C4C0A0
(196,192,160)
#B1AD91
(177,173,145)
#9E9A82
(158,154,130)
#8B8773
(139,135,115)
#787464
(120,116,100)
#656155
(101,97,85)
#524E46
(82,78,70)
#3F3B37
(63,59,55)
#2C2828
(44,40,40)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #D7D3AF

#D7D3AF
(215,211,175)
#DAD7B6
(218,215,182)
#DDDBBD
(221,219,189)
#E0DFC4
(224,223,196)
#E3E3CB
(227,227,203)
#E6E7D2
(230,231,210)
#E9EBD9
(233,235,217)
#ECEFE0
(236,239,224)
#EFF3E7
(239,243,231)
#F2F7EE
(242,247,238)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D3AF color. Also use rgb(215,211,175) instead hex code.

Text Font Color

.myTextColor { color: #D7D3AF; }

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

This text font color is #D7D3AF.


Background Color

.myBgColor { background-color: #D7D3AF; }

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

This div background color is #D7D3AF.


Border color

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

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

This div border color is #D7D3AF.


Opacity

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

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

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

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

This text has shadow with #D7D3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D3AF on black background.


Color preview on white background

This text has color #D7D3AF on white background.



Black color preview on #D7D3AF background

This text has black color on #D7D3AF background.


White color preview on #D7D3AF background

This text has white color on #D7D3AF background.