COLOR #D7BFB6

HEX: #D7BFB6
RGB: (215,191,182)

Color info

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

RGB color model

#D7BFB6 color RGB value is (215,191,182).

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

RGB channels and saturation

R 215 of 255 = 84%
G 191 of 255 = 75%
B 182 of 255 = 71%

215
191
182

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

Portions of RGB colors in percentages

R + G + B =
215 + 191 + 182 = 588 (100%)
R 215 of 588 ~ 36.56%
G 191 of 588 ~ 32.48%
B 182 of 588 ~ 30.95%

%36.56
%32.48
%30.95

CMYK color model

#D7BFB6 color CMYK value is (0,11,15,16).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 15.35%
  • key color value is 15.69%
CMYK:
(0,11,15,16)
C0M11Y15K16 
(0%,11%,15%,16%)
(0.00/0.11/0.15/0.16)	

CMYK percentages

%0
%11.16
%15.35
%15.69

Codes

Color #D7BFB6 in popluar color models

D7BFB6
RGB215191182
HSL16°29.20%77.84%
HSB/HSV16°15.35%84.31%
CMYK0.00%11.16%15.35%
15.69%

Color #D7BFB6 in popluar number systems.

HEXD7BFB6
Decimal215191182
Binary110101111011111110110110
Octal327277266

Shades and tints

Shades of #D7BFB6

#D7BFB6
(215,191,182)
#C4AEA6
(196,174,166)
#B19D96
(177,157,150)
#9E8C86
(158,140,134)
#8B7B76
(139,123,118)
#786A66
(120,106,102)
#655956
(101,89,86)
#524846
(82,72,70)
#3F3736
(63,55,54)
#2C2626
(44,38,38)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #D7BFB6

#D7BFB6
(215,191,182)
#DAC4BC
(218,196,188)
#DDC9C2
(221,201,194)
#E0CEC8
(224,206,200)
#E3D3CE
(227,211,206)
#E6D8D4
(230,216,212)
#E9DDDA
(233,221,218)
#ECE2E0
(236,226,224)
#EFE7E6
(239,231,230)
#F2ECEC
(242,236,236)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BFB6; }

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

This text font color is #D7BFB6.


Background Color

.myBgColor { background-color: #D7BFB6; }

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

This div background color is #D7BFB6.


Border color

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

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

This div border color is #D7BFB6.


Opacity

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

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

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

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

This text has shadow with #D7BFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BFB6 on black background.


Color preview on white background

This text has color #D7BFB6 on white background.



Black color preview on #D7BFB6 background

This text has black color on #D7BFB6 background.


White color preview on #D7BFB6 background

This text has white color on #D7BFB6 background.