COLOR #D7D3A4

HEX: #D7D3A4
RGB: (215,211,164)

Color info

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

RGB color model

#D7D3A4 color RGB value is (215,211,164).

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

RGB channels and saturation

R 215 of 255 = 84%
G 211 of 255 = 83%
B 164 of 255 = 64%

215
211
164

R + G + B ~ 77%. #D7D3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 211 + 164 = 590 (100%)
R 215 of 590 ~ 36.44%
G 211 of 590 ~ 35.76%
B 164 of 590 ~ 27.8%

%36.44
%35.76
%27.8

CMYK color model

#D7D3A4 color CMYK value is (0,2,24,16).

  • cyan value is 0.00%
  • magenta value is 1.86%
  • yellow value is 23.72%
  • key color value is 15.69%
CMYK:
(0,2,24,16)
C0M2Y24K16 
(0%,2%,24%,16%)
(0.00/0.02/0.24/0.16)	

CMYK percentages

%0
%1.86
%23.72
%15.69

Codes

Color #D7D3A4 in popluar color models

D7D3A4
RGB215211164
HSL55°38.93%74.31%
HSB/HSV55°23.72%84.31%
CMYK0.00%1.86%23.72%
15.69%

Color #D7D3A4 in popluar number systems.

HEXD7D3A4
Decimal215211164
Binary110101111101001110100100
Octal327323244

Shades and tints

Shades of #D7D3A4

#D7D3A4
(215,211,164)
#C4C096
(196,192,150)
#B1AD88
(177,173,136)
#9E9A7A
(158,154,122)
#8B876C
(139,135,108)
#78745E
(120,116,94)
#656150
(101,97,80)
#524E42
(82,78,66)
#3F3B34
(63,59,52)
#2C2826
(44,40,38)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #D7D3A4

#D7D3A4
(215,211,164)
#DAD7AC
(218,215,172)
#DDDBB4
(221,219,180)
#E0DFBC
(224,223,188)
#E3E3C4
(227,227,196)
#E6E7CC
(230,231,204)
#E9EBD4
(233,235,212)
#ECEFDC
(236,239,220)
#EFF3E4
(239,243,228)
#F2F7EC
(242,247,236)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D3A4; }

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

This text font color is #D7D3A4.


Background Color

.myBgColor { background-color: #D7D3A4; }

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

This div background color is #D7D3A4.


Border color

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

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

This div border color is #D7D3A4.


Opacity

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

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

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

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

This text has shadow with #D7D3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D3A4 on black background.


Color preview on white background

This text has color #D7D3A4 on white background.



Black color preview on #D7D3A4 background

This text has black color on #D7D3A4 background.


White color preview on #D7D3A4 background

This text has white color on #D7D3A4 background.