COLOR #D7C7BE

HEX: #D7C7BE
RGB: (215,199,190)

Color info

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

RGB color model

#D7C7BE color RGB value is (215,199,190).

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

RGB channels and saturation

R 215 of 255 = 84%
G 199 of 255 = 78%
B 190 of 255 = 75%

215
199
190

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

Portions of RGB colors in percentages

R + G + B =
215 + 199 + 190 = 604 (100%)
R 215 of 604 ~ 35.6%
G 199 of 604 ~ 32.95%
B 190 of 604 ~ 31.46%

%35.6
%32.95
%31.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK:
(0,7,12,16)
C0M7Y12K16 
(0%,7%,12%,16%)
(0.00/0.07/0.12/0.16)	

CMYK percentages

%0
%7.44
%11.63
%15.69

Codes

Color #D7C7BE in popluar color models

D7C7BE
RGB215199190
HSL22°23.81%79.41%
HSB/HSV22°11.63%84.31%
CMYK0.00%7.44%11.63%
15.69%

Color #D7C7BE in popluar number systems.

HEXD7C7BE
Decimal215199190
Binary110101111100011110111110
Octal327307276

Shades and tints

Shades of #D7C7BE

#D7C7BE
(215,199,190)
#C4B5AD
(196,181,173)
#B1A39C
(177,163,156)
#9E918B
(158,145,139)
#8B7F7A
(139,127,122)
#786D69
(120,109,105)
#655B58
(101,91,88)
#524947
(82,73,71)
#3F3736
(63,55,54)
#2C2525
(44,37,37)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #D7C7BE

#D7C7BE
(215,199,190)
#DACCC3
(218,204,195)
#DDD1C8
(221,209,200)
#E0D6CD
(224,214,205)
#E3DBD2
(227,219,210)
#E6E0D7
(230,224,215)
#E9E5DC
(233,229,220)
#ECEAE1
(236,234,225)
#EFEFE6
(239,239,230)
#F2F4EB
(242,244,235)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C7BE; }

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

This text font color is #D7C7BE.


Background Color

.myBgColor { background-color: #D7C7BE; }

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

This div background color is #D7C7BE.


Border color

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

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

This div border color is #D7C7BE.


Opacity

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

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

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

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

This text has shadow with #D7C7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C7BE on black background.


Color preview on white background

This text has color #D7C7BE on white background.



Black color preview on #D7C7BE background

This text has black color on #D7C7BE background.


White color preview on #D7C7BE background

This text has white color on #D7C7BE background.