COLOR #D7B9BC

HEX: #D7B9BC RGB: (215,185,188)

Color info

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

RGB color model

#D7B9BC color RGB value is (215,185,188).

RGB: (215,185,188) (84%, 73%, 74%)

RGB channels and saturation

R 215 of 255 = 84%
G 185 of 255 = 73%
B 188 of 255 = 74%

215
185
188

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

Portions of RGB colors in percentages

R + G + B = 215 + 185 + 188 = 588 (100%)
R 215 of 588 ~ 36.56%
G 185 of 588 ~ 31.46%
B 188 of 588 ~ 31.97'%

%36.56
%31.46
%31.97

CMYK color model

#D7B9BC color CMYK value is (0,14,13,16).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 12.56%
  • key color value is 15.69%

CMYK: (0,14,13,16)
C0M14Y13K16 (0%, 14%, 13%, 16%)
(0.00 / 0.14 / 0.13 / 0.16)

CMYK percentages

%0
%13.95
%12.56
%15.69

Codes

Color #D7B9BC in popluar color models

D7 B9 BC
RGB 215 185 188
HSL 354° 27.27% 78.43%
HSB/HSV 354° 13.95% 84.31%
CMYK 0.00% 13.95% 12.56%
15.69%

Color #D7B9BC in popluar number systems.

HEX D7 B9 BC
Decimal 215 185 188
Binary 11010111 10111001 10111100
Octal 327 271 274

Shades and tints

Shades of #D7B9BC

#D7B9BC
(215,185,188)
#C4A9AB
(196,169,171)
#B1999A
(177,153,154)
#9E8989
(158,137,137)
#8B7978
(139,121,120)
#786967
(120,105,103)
#655956
(101,89,86)
#524945
(82,73,69)
#3F3934
(63,57,52)
#2C2923
(44,41,35)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #D7B9BC

#D7B9BC
(215,185,188)
#DABFC2
(218,191,194)
#DDC5C8
(221,197,200)
#E0CBCE
(224,203,206)
#E3D1D4
(227,209,212)
#E6D7DA
(230,215,218)
#E9DDE0
(233,221,224)
#ECE3E6
(236,227,230)
#EFE9EC
(239,233,236)
#F2EFF2
(242,239,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B9BC; }

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

This text font color is #D7B9BC.

Background Color

.myBgColor { background-color: #D7B9BC; }

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

This div background color is #D7B9BC.

Border color

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

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

This div border color is #D7B9BC.

Opacity

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

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

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

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

This text has shadow with #D7B9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B9BC.

Preview

Color preview on black background

This text has color #D7B9BC on black background.


Color preview on white background

This text has color #D7B9BC on white background.


Black color preview on #D7B9BC background

This text has black color on #D7B9BC background.


White color preview on #D7B9BC background

This text has white color on #D7B9BC background.


Related colors

Complementary color

Complementary color for #hex is #284643.


I love getcolorcode.com

Triadic colors

1 #BCD7B9 and #B9BCD7 with #D7B9BC are triadic colors.

2 #BCB9D7 and #B9D7BC with #D7B9BC are triadic colors.