COLOR #D7D7BD

HEX: #D7D7BD
RGB: (215,215,189)

Color info

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

RGB color model

#D7D7BD color RGB value is (215,215,189).

  • red value is 215;
  • green value is 215;
  • blue value is 189.
RGB:
(215,215,189)
(84%,84%,74%)

RGB channels and saturation

R 215 of 255 = 84%
G 215 of 255 = 84%
B 189 of 255 = 74%

215
215
189

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

Portions of RGB colors in percentages

R + G + B =
215 + 215 + 189 = 619 (100%)
R 215 of 619 ~ 34.73%
G 215 of 619 ~ 34.73%
B 189 of 619 ~ 30.53%

%34.73
%34.73
%30.53

CMYK color model

#D7D7BD color CMYK value is (0,0,12,16).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 15.69%
CMYK:
(0,0,12,16)
C0M0Y12K16 
(0%,0%,12%,16%)
(0.00/0.00/0.12/0.16)	

CMYK percentages

%0
%0
%12.09
%15.69

Codes

Color #D7D7BD in popluar color models

D7D7BD
RGB215215189
HSL60°24.53%79.22%
HSB/HSV60°12.09%84.31%
CMYK0.00%0.00%12.09%
15.69%

Color #D7D7BD in popluar number systems.

HEXD7D7BD
Decimal215215189
Binary110101111101011110111101
Octal327327275

Shades and tints

Shades of #D7D7BD

#D7D7BD
(215,215,189)
#C4C4AC
(196,196,172)
#B1B19B
(177,177,155)
#9E9E8A
(158,158,138)
#8B8B79
(139,139,121)
#787868
(120,120,104)
#656557
(101,101,87)
#525246
(82,82,70)
#3F3F35
(63,63,53)
#2C2C24
(44,44,36)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #D7D7BD

#D7D7BD
(215,215,189)
#DADAC3
(218,218,195)
#DDDDC9
(221,221,201)
#E0E0CF
(224,224,207)
#E3E3D5
(227,227,213)
#E6E6DB
(230,230,219)
#E9E9E1
(233,233,225)
#ECECE7
(236,236,231)
#EFEFED
(239,239,237)
#F2F2F3
(242,242,243)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D7BD; }

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

This text font color is #D7D7BD.


Background Color

.myBgColor { background-color: #D7D7BD; }

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

This div background color is #D7D7BD.


Border color

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

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

This div border color is #D7D7BD.


Opacity

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

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

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

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

This text has shadow with #D7D7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D7BD on black background.


Color preview on white background

This text has color #D7D7BD on white background.



Black color preview on #D7D7BD background

This text has black color on #D7D7BD background.


White color preview on #D7D7BD background

This text has white color on #D7D7BD background.