COLOR #D7D2BE

HEX: #D7D2BE
RGB: (215,210,190)

Color info

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

RGB color model

#D7D2BE color RGB value is (215,210,190).

  • red value is 215;
  • green value is 210;
  • blue value is 190.
RGB:
(215,210,190)
(84%,82%,75%)

RGB channels and saturation

R 215 of 255 = 84%
G 210 of 255 = 82%
B 190 of 255 = 75%

215
210
190

R + G + B ~ 80%. #D7D2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 210 + 190 = 615 (100%)
R 215 of 615 ~ 34.96%
G 210 of 615 ~ 34.15%
B 190 of 615 ~ 30.89%

%34.96
%34.15
%30.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK:
(0,2,12,16)
C0M2Y12K16 
(0%,2%,12%,16%)
(0.00/0.02/0.12/0.16)	

CMYK percentages

%0
%2.33
%11.63
%15.69

Codes

Color #D7D2BE in popluar color models

D7D2BE
RGB215210190
HSL48°23.81%79.41%
HSB/HSV48°11.63%84.31%
CMYK0.00%2.33%11.63%
15.69%

Color #D7D2BE in popluar number systems.

HEXD7D2BE
Decimal215210190
Binary110101111101001010111110
Octal327322276

Shades and tints

Shades of #D7D2BE

#D7D2BE
(215,210,190)
#C4BFAD
(196,191,173)
#B1AC9C
(177,172,156)
#9E998B
(158,153,139)
#8B867A
(139,134,122)
#787369
(120,115,105)
#656058
(101,96,88)
#524D47
(82,77,71)
#3F3A36
(63,58,54)
#2C2725
(44,39,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #D7D2BE

#D7D2BE
(215,210,190)
#DAD6C3
(218,214,195)
#DDDAC8
(221,218,200)
#E0DECD
(224,222,205)
#E3E2D2
(227,226,210)
#E6E6D7
(230,230,215)
#E9EADC
(233,234,220)
#ECEEE1
(236,238,225)
#EFF2E6
(239,242,230)
#F2F6EB
(242,246,235)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D2BE; }

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

This text font color is #D7D2BE.


Background Color

.myBgColor { background-color: #D7D2BE; }

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

This div background color is #D7D2BE.


Border color

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

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

This div border color is #D7D2BE.


Opacity

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

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

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

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

This text has shadow with #D7D2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D2BE on black background.


Color preview on white background

This text has color #D7D2BE on white background.



Black color preview on #D7D2BE background

This text has black color on #D7D2BE background.


White color preview on #D7D2BE background

This text has white color on #D7D2BE background.