COLOR #D6B7C3

HEX: #D6B7C3
RGB: (214,183,195)

Color info

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

RGB color model

#D6B7C3 color RGB value is (214,183,195).

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

RGB channels and saturation

R 214 of 255 = 84%
G 183 of 255 = 72%
B 195 of 255 = 76%

214
183
195

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

Portions of RGB colors in percentages

R + G + B =
214 + 183 + 195 = 592 (100%)
R 214 of 592 ~ 36.15%
G 183 of 592 ~ 30.91%
B 195 of 592 ~ 32.94%

%36.15
%30.91
%32.94

CMYK color model

#D6B7C3 color CMYK value is (0,14,9,16).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 8.88%
  • key color value is 16.08%
CMYK:
(0,14,9,16)
C0M14Y9K16 
(0%,14%,9%,16%)
(0.00/0.14/0.09/0.16)	

CMYK percentages

%0
%14.49
%8.88
%16.08

Codes

Color #D6B7C3 in popluar color models

D6B7C3
RGB214183195
HSL337°27.43%77.84%
HSB/HSV337°14.49%83.92%
CMYK0.00%14.49%8.88%
16.08%

Color #D6B7C3 in popluar number systems.

HEXD6B7C3
Decimal214183195
Binary110101101011011111000011
Octal326267303

Shades and tints

Shades of #D6B7C3

#D6B7C3
(214,183,195)
#C3A7B2
(195,167,178)
#B097A1
(176,151,161)
#9D8790
(157,135,144)
#8A777F
(138,119,127)
#77676E
(119,103,110)
#64575D
(100,87,93)
#51474C
(81,71,76)
#3E373B
(62,55,59)
#2B272A
(43,39,42)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #D6B7C3

#D6B7C3
(214,183,195)
#D9BDC8
(217,189,200)
#DCC3CD
(220,195,205)
#DFC9D2
(223,201,210)
#E2CFD7
(226,207,215)
#E5D5DC
(229,213,220)
#E8DBE1
(232,219,225)
#EBE1E6
(235,225,230)
#EEE7EB
(238,231,235)
#F1EDF0
(241,237,240)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B7C3; }

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

This text font color is #D6B7C3.


Background Color

.myBgColor { background-color: #D6B7C3; }

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

This div background color is #D6B7C3.


Border color

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

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

This div border color is #D6B7C3.


Opacity

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

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

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

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

This text has shadow with #D6B7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B7C3 on black background.


Color preview on white background

This text has color #D6B7C3 on white background.



Black color preview on #D6B7C3 background

This text has black color on #D6B7C3 background.


White color preview on #D6B7C3 background

This text has white color on #D6B7C3 background.