COLOR #D6BFB7

HEX: #D6BFB7
RGB: (214,191,183)

Color info

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

RGB color model

#D6BFB7 color RGB value is (214,191,183).

  • red value is 214;
  • green value is 191;
  • blue value is 183.
RGB:
(214,191,183)
(84%,75%,72%)

RGB channels and saturation

R 214 of 255 = 84%
G 191 of 255 = 75%
B 183 of 255 = 72%

214
191
183

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

Portions of RGB colors in percentages

R + G + B =
214 + 191 + 183 = 588 (100%)
R 214 of 588 ~ 36.39%
G 191 of 588 ~ 32.48%
B 183 of 588 ~ 31.12%

%36.39
%32.48
%31.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 14.49%
  • key color value is 16.08%
CMYK:
(0,11,14,16)
C0M11Y14K16 
(0%,11%,14%,16%)
(0.00/0.11/0.14/0.16)	

CMYK percentages

%0
%10.75
%14.49
%16.08

Codes

Color #D6BFB7 in popluar color models

D6BFB7
RGB214191183
HSL15°27.43%77.84%
HSB/HSV15°14.49%83.92%
CMYK0.00%10.75%14.49%
16.08%

Color #D6BFB7 in popluar number systems.

HEXD6BFB7
Decimal214191183
Binary110101101011111110110111
Octal326277267

Shades and tints

Shades of #D6BFB7

#D6BFB7
(214,191,183)
#C3AEA7
(195,174,167)
#B09D97
(176,157,151)
#9D8C87
(157,140,135)
#8A7B77
(138,123,119)
#776A67
(119,106,103)
#645957
(100,89,87)
#514847
(81,72,71)
#3E3737
(62,55,55)
#2B2627
(43,38,39)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #D6BFB7

#D6BFB7
(214,191,183)
#D9C4BD
(217,196,189)
#DCC9C3
(220,201,195)
#DFCEC9
(223,206,201)
#E2D3CF
(226,211,207)
#E5D8D5
(229,216,213)
#E8DDDB
(232,221,219)
#EBE2E1
(235,226,225)
#EEE7E7
(238,231,231)
#F1ECED
(241,236,237)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BFB7 color. Also use rgb(214,191,183) instead hex code.

Text Font Color

.myTextColor { color: #D6BFB7; }

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

This text font color is #D6BFB7.


Background Color

.myBgColor { background-color: #D6BFB7; }

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

This div background color is #D6BFB7.


Border color

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

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

This div border color is #D6BFB7.


Opacity

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

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

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

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

This text has shadow with #D6BFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BFB7 on black background.


Color preview on white background

This text has color #D6BFB7 on white background.



Black color preview on #D6BFB7 background

This text has black color on #D6BFB7 background.


White color preview on #D6BFB7 background

This text has white color on #D6BFB7 background.