COLOR #D7B9C0

HEX: #D7B9C0
RGB: (215,185,192)

Color info

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

RGB color model

#D7B9C0 color RGB value is (215,185,192).

  • red value is 215;
  • green value is 185;
  • blue value is 192.
RGB: (215,185,192) (84%,73%,75%)

RGB channels and saturation

R 215 of 255 = 84%
G 185 of 255 = 73%
B 192 of 255 = 75%

215
185
192

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

Portions of RGB colors in percentages

R + G + B =
215 + 185 + 192 = 592 (100%)
R 215 of 592 ~ 36.32%
G 185 of 592 ~ 31.25%
B 192 of 592 ~ 32.43%

%36.32
%31.25
%32.43

CMYK color model

#D7B9C0 color CMYK value is (0,14,11,16).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 10.70%
  • key color value is 15.69%
CMYK: (0,14,11,16) C0M14Y11K16 (0%,14%,11%,16%) (0.00/0.14/0.11/0.16)

CMYK percentages

%0
%13.95
%10.7
%15.69

Codes

Color #D7B9C0 in popluar color models

D7B9C0
RGB215185192
HSL346°27.27%78.43%
HSB/HSV346°13.95%84.31%
CMYK0.00%13.95%10.70%
15.69%

Color #D7B9C0 in popluar number systems.

HEXD7B9C0
Decimal215185192
Binary110101111011100111000000
Octal327271300

Shades and tints

Shades of #D7B9C0

#D7B9C0
(215,185,192)
#C4A9AF
(196,169,175)
#B1999E
(177,153,158)
#9E898D
(158,137,141)
#8B797C
(139,121,124)
#78696B
(120,105,107)
#65595A
(101,89,90)
#524949
(82,73,73)
#3F3938
(63,57,56)
#2C2927
(44,41,39)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #D7B9C0

#D7B9C0
(215,185,192)
#DABFC5
(218,191,197)
#DDC5CA
(221,197,202)
#E0CBCF
(224,203,207)
#E3D1D4
(227,209,212)
#E6D7D9
(230,215,217)
#E9DDDE
(233,221,222)
#ECE3E3
(236,227,227)
#EFE9E8
(239,233,232)
#F2EFED
(242,239,237)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B9C0; }

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

This text font color is #D7B9C0.


Background Color

.myBgColor { background-color: #D7B9C0; }

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

This div background color is #D7B9C0.


Border color

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

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

This div border color is #D7B9C0.


Opacity

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

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

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

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

This text has shadow with #D7B9C0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D7B9C0 on black background.


Color preview on white background

This text has color #D7B9C0 on white background.



Black color preview on #D7B9C0 background

This text has black color on #D7B9C0 background.


White color preview on #D7B9C0 background

This text has white color on #D7B9C0 background.