COLOR #D6B7D1

HEX: #D6B7D1
RGB: (214,183,209)

Color info

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

RGB color model

#D6B7D1 color RGB value is (214,183,209).

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

RGB channels and saturation

R 214 of 255 = 84%
G 183 of 255 = 72%
B 209 of 255 = 82%

214
183
209

R + G + B ~ 79%. #D6B7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 183 + 209 = 606 (100%)
R 214 of 606 ~ 35.31%
G 183 of 606 ~ 30.2%
B 209 of 606 ~ 34.49%

%35.31
%30.2
%34.49

CMYK color model

#D6B7D1 color CMYK value is (0,14,2,16).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 2.34%
  • key color value is 16.08%
CMYK:
(0,14,2,16)
C0M14Y2K16 
(0%,14%,2%,16%)
(0.00/0.14/0.02/0.16)	

CMYK percentages

%0
%14.49
%2.34
%16.08

Codes

Color #D6B7D1 in popluar color models

D6B7D1
RGB214183209
HSL310°27.43%77.84%
HSB/HSV310°14.49%83.92%
CMYK0.00%14.49%2.34%
16.08%

Color #D6B7D1 in popluar number systems.

HEXD6B7D1
Decimal214183209
Binary110101101011011111010001
Octal326267321

Shades and tints

Shades of #D6B7D1

#D6B7D1
(214,183,209)
#C3A7BE
(195,167,190)
#B097AB
(176,151,171)
#9D8798
(157,135,152)
#8A7785
(138,119,133)
#776772
(119,103,114)
#64575F
(100,87,95)
#51474C
(81,71,76)
#3E3739
(62,55,57)
#2B2726
(43,39,38)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #D6B7D1

#D6B7D1
(214,183,209)
#D9BDD5
(217,189,213)
#DCC3D9
(220,195,217)
#DFC9DD
(223,201,221)
#E2CFE1
(226,207,225)
#E5D5E5
(229,213,229)
#E8DBE9
(232,219,233)
#EBE1ED
(235,225,237)
#EEE7F1
(238,231,241)
#F1EDF5
(241,237,245)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B7D1; }

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

This text font color is #D6B7D1.


Background Color

.myBgColor { background-color: #D6B7D1; }

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

This div background color is #D6B7D1.


Border color

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

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

This div border color is #D6B7D1.


Opacity

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

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

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

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

This text has shadow with #D6B7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B7D1 on black background.


Color preview on white background

This text has color #D6B7D1 on white background.



Black color preview on #D6B7D1 background

This text has black color on #D6B7D1 background.


White color preview on #D6B7D1 background

This text has white color on #D6B7D1 background.