COLOR #D7C8BF

HEX: #D7C8BF
RGB: (215,200,191)

Color info

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

RGB color model

#D7C8BF color RGB value is (215,200,191).

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

RGB channels and saturation

R 215 of 255 = 84%
G 200 of 255 = 78%
B 191 of 255 = 75%

215
200
191

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

Portions of RGB colors in percentages

R + G + B =
215 + 200 + 191 = 606 (100%)
R 215 of 606 ~ 35.48%
G 200 of 606 ~ 33%
B 191 of 606 ~ 31.52%

%35.48
%33
%31.52

CMYK color model

#D7C8BF color CMYK value is (0,7,11,16).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 11.16%
  • key color value is 15.69%
CMYK:
(0,7,11,16)
C0M7Y11K16 
(0%,7%,11%,16%)
(0.00/0.07/0.11/0.16)	

CMYK percentages

%0
%6.98
%11.16
%15.69

Codes

Color #D7C8BF in popluar color models

D7C8BF
RGB215200191
HSL23°23.08%79.61%
HSB/HSV23°11.16%84.31%
CMYK0.00%6.98%11.16%
15.69%

Color #D7C8BF in popluar number systems.

HEXD7C8BF
Decimal215200191
Binary110101111100100010111111
Octal327310277

Shades and tints

Shades of #D7C8BF

#D7C8BF
(215,200,191)
#C4B6AE
(196,182,174)
#B1A49D
(177,164,157)
#9E928C
(158,146,140)
#8B807B
(139,128,123)
#786E6A
(120,110,106)
#655C59
(101,92,89)
#524A48
(82,74,72)
#3F3837
(63,56,55)
#2C2626
(44,38,38)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #D7C8BF

#D7C8BF
(215,200,191)
#DACDC4
(218,205,196)
#DDD2C9
(221,210,201)
#E0D7CE
(224,215,206)
#E3DCD3
(227,220,211)
#E6E1D8
(230,225,216)
#E9E6DD
(233,230,221)
#ECEBE2
(236,235,226)
#EFF0E7
(239,240,231)
#F2F5EC
(242,245,236)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C8BF; }

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

This text font color is #D7C8BF.


Background Color

.myBgColor { background-color: #D7C8BF; }

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

This div background color is #D7C8BF.


Border color

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

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

This div border color is #D7C8BF.


Opacity

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

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

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

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

This text has shadow with #D7C8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C8BF on black background.


Color preview on white background

This text has color #D7C8BF on white background.



Black color preview on #D7C8BF background

This text has black color on #D7C8BF background.


White color preview on #D7C8BF background

This text has white color on #D7C8BF background.