COLOR #D6B8C7

HEX: #D6B8C7
RGB: (214,184,199)

Color info

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

RGB color model

#D6B8C7 color RGB value is (214,184,199).

  • red value is 214;
  • green value is 184;
  • blue value is 199.
RGB:
(214,184,199)
(84%,72%,78%)

RGB channels and saturation

R 214 of 255 = 84%
G 184 of 255 = 72%
B 199 of 255 = 78%

214
184
199

R + G + B ~ 78%. #D6B8C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 184 + 199 = 597 (100%)
R 214 of 597 ~ 35.85%
G 184 of 597 ~ 30.82%
B 199 of 597 ~ 33.33%

%35.85
%30.82
%33.33

CMYK color model

#D6B8C7 color CMYK value is (0,14,7,16).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 7.01%
  • key color value is 16.08%
CMYK:
(0,14,7,16)
C0M14Y7K16 
(0%,14%,7%,16%)
(0.00/0.14/0.07/0.16)	

CMYK percentages

%0
%14.02
%7.01
%16.08

Codes

Color #D6B8C7 in popluar color models

D6B8C7
RGB214184199
HSL330°26.79%78.04%
HSB/HSV330°14.02%83.92%
CMYK0.00%14.02%7.01%
16.08%

Color #D6B8C7 in popluar number systems.

HEXD6B8C7
Decimal214184199
Binary110101101011100011000111
Octal326270307

Shades and tints

Shades of #D6B8C7

#D6B8C7
(214,184,199)
#C3A8B5
(195,168,181)
#B098A3
(176,152,163)
#9D8891
(157,136,145)
#8A787F
(138,120,127)
#77686D
(119,104,109)
#64585B
(100,88,91)
#514849
(81,72,73)
#3E3837
(62,56,55)
#2B2825
(43,40,37)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #D6B8C7

#D6B8C7
(214,184,199)
#D9BECC
(217,190,204)
#DCC4D1
(220,196,209)
#DFCAD6
(223,202,214)
#E2D0DB
(226,208,219)
#E5D6E0
(229,214,224)
#E8DCE5
(232,220,229)
#EBE2EA
(235,226,234)
#EEE8EF
(238,232,239)
#F1EEF4
(241,238,244)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B8C7 color. Also use rgb(214,184,199) instead hex code.

Text Font Color

.myTextColor { color: #D6B8C7; }

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

This text font color is #D6B8C7.


Background Color

.myBgColor { background-color: #D6B8C7; }

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

This div background color is #D6B8C7.


Border color

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

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

This div border color is #D6B8C7.


Opacity

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

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

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

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

This text has shadow with #D6B8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B8C7 on black background.


Color preview on white background

This text has color #D6B8C7 on white background.



Black color preview on #D6B8C7 background

This text has black color on #D6B8C7 background.


White color preview on #D6B8C7 background

This text has white color on #D6B8C7 background.