COLOR #D4B6BF

HEX: #D4B6BF
RGB: (212,182,191)

Color info

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

RGB color model

#D4B6BF color RGB value is (212,182,191).

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

RGB channels and saturation

R 212 of 255 = 83%
G 182 of 255 = 71%
B 191 of 255 = 75%

212
182
191

R + G + B ~ 76%. #D4B6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 182 + 191 = 585 (100%)
R 212 of 585 ~ 36.24%
G 182 of 585 ~ 31.11%
B 191 of 585 ~ 32.65%

%36.24
%31.11
%32.65

CMYK color model

#D4B6BF color CMYK value is (0,14,10,17).

  • cyan value is 0.00%
  • magenta value is 14.15%
  • yellow value is 9.91%
  • key color value is 16.86%
CMYK:
(0,14,10,17)
C0M14Y10K17 
(0%,14%,10%,17%)
(0.00/0.14/0.10/0.17)	

CMYK percentages

%0
%14.15
%9.91
%16.86

Codes

Color #D4B6BF in popluar color models

D4B6BF
RGB212182191
HSL342°25.86%77.25%
HSB/HSV342°14.15%83.14%
CMYK0.00%14.15%9.91%
16.86%

Color #D4B6BF in popluar number systems.

HEXD4B6BF
Decimal212182191
Binary110101001011011010111111
Octal324266277

Shades and tints

Shades of #D4B6BF

#D4B6BF
(212,182,191)
#C1A6AE
(193,166,174)
#AE969D
(174,150,157)
#9B868C
(155,134,140)
#88767B
(136,118,123)
#75666A
(117,102,106)
#625659
(98,86,89)
#4F4648
(79,70,72)
#3C3637
(60,54,55)
#292626
(41,38,38)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #D4B6BF

#D4B6BF
(212,182,191)
#D7BCC4
(215,188,196)
#DAC2C9
(218,194,201)
#DDC8CE
(221,200,206)
#E0CED3
(224,206,211)
#E3D4D8
(227,212,216)
#E6DADD
(230,218,221)
#E9E0E2
(233,224,226)
#ECE6E7
(236,230,231)
#EFECEC
(239,236,236)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B6BF; }

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

This text font color is #D4B6BF.


Background Color

.myBgColor { background-color: #D4B6BF; }

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

This div background color is #D4B6BF.


Border color

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

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

This div border color is #D4B6BF.


Opacity

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

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

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

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

This text has shadow with #D4B6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B6BF on black background.


Color preview on white background

This text has color #D4B6BF on white background.



Black color preview on #D4B6BF background

This text has black color on #D4B6BF background.


White color preview on #D4B6BF background

This text has white color on #D4B6BF background.