COLOR #D4B6C7

HEX: #D4B6C7
RGB: (212,182,199)

Color info

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

RGB color model

#D4B6C7 color RGB value is (212,182,199).

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

RGB channels and saturation

R 212 of 255 = 83%
G 182 of 255 = 71%
B 199 of 255 = 78%

212
182
199

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

Portions of RGB colors in percentages

R + G + B =
212 + 182 + 199 = 593 (100%)
R 212 of 593 ~ 35.75%
G 182 of 593 ~ 30.69%
B 199 of 593 ~ 33.56%

%35.75
%30.69
%33.56

CMYK color model

#D4B6C7 color CMYK value is (0,14,6,17).

  • cyan value is 0.00%
  • magenta value is 14.15%
  • yellow value is 6.13%
  • key color value is 16.86%
CMYK:
(0,14,6,17)
C0M14Y6K17 
(0%,14%,6%,17%)
(0.00/0.14/0.06/0.17)	

CMYK percentages

%0
%14.15
%6.13
%16.86

Codes

Color #D4B6C7 in popluar color models

D4B6C7
RGB212182199
HSL326°25.86%77.25%
HSB/HSV326°14.15%83.14%
CMYK0.00%14.15%6.13%
16.86%

Color #D4B6C7 in popluar number systems.

HEXD4B6C7
Decimal212182199
Binary110101001011011011000111
Octal324266307

Shades and tints

Shades of #D4B6C7

#D4B6C7
(212,182,199)
#C1A6B5
(193,166,181)
#AE96A3
(174,150,163)
#9B8691
(155,134,145)
#88767F
(136,118,127)
#75666D
(117,102,109)
#62565B
(98,86,91)
#4F4649
(79,70,73)
#3C3637
(60,54,55)
#292625
(41,38,37)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #D4B6C7

#D4B6C7
(212,182,199)
#D7BCCC
(215,188,204)
#DAC2D1
(218,194,209)
#DDC8D6
(221,200,214)
#E0CEDB
(224,206,219)
#E3D4E0
(227,212,224)
#E6DAE5
(230,218,229)
#E9E0EA
(233,224,234)
#ECE6EF
(236,230,239)
#EFECF4
(239,236,244)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B6C7; }

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

This text font color is #D4B6C7.


Background Color

.myBgColor { background-color: #D4B6C7; }

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

This div background color is #D4B6C7.


Border color

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

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

This div border color is #D4B6C7.


Opacity

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

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

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

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

This text has shadow with #D4B6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B6C7 on black background.


Color preview on white background

This text has color #D4B6C7 on white background.



Black color preview on #D4B6C7 background

This text has black color on #D4B6C7 background.


White color preview on #D4B6C7 background

This text has white color on #D4B6C7 background.