COLOR #D6B7CD

HEX: #D6B7CD
RGB: (214,183,205)

Color info

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

RGB color model

#D6B7CD color RGB value is (214,183,205).

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

RGB channels and saturation

R 214 of 255 = 84%
G 183 of 255 = 72%
B 205 of 255 = 80%

214
183
205

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

Portions of RGB colors in percentages

R + G + B =
214 + 183 + 205 = 602 (100%)
R 214 of 602 ~ 35.55%
G 183 of 602 ~ 30.4%
B 205 of 602 ~ 34.05%

%35.55
%30.4
%34.05

CMYK color model

#D6B7CD color CMYK value is (0,14,4,16).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 4.21%
  • key color value is 16.08%
CMYK:
(0,14,4,16)
C0M14Y4K16 
(0%,14%,4%,16%)
(0.00/0.14/0.04/0.16)	

CMYK percentages

%0
%14.49
%4.21
%16.08

Codes

Color #D6B7CD in popluar color models

D6B7CD
RGB214183205
HSL317°27.43%77.84%
HSB/HSV317°14.49%83.92%
CMYK0.00%14.49%4.21%
16.08%

Color #D6B7CD in popluar number systems.

HEXD6B7CD
Decimal214183205
Binary110101101011011111001101
Octal326267315

Shades and tints

Shades of #D6B7CD

#D6B7CD
(214,183,205)
#C3A7BB
(195,167,187)
#B097A9
(176,151,169)
#9D8797
(157,135,151)
#8A7785
(138,119,133)
#776773
(119,103,115)
#645761
(100,87,97)
#51474F
(81,71,79)
#3E373D
(62,55,61)
#2B272B
(43,39,43)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #D6B7CD

#D6B7CD
(214,183,205)
#D9BDD1
(217,189,209)
#DCC3D5
(220,195,213)
#DFC9D9
(223,201,217)
#E2CFDD
(226,207,221)
#E5D5E1
(229,213,225)
#E8DBE5
(232,219,229)
#EBE1E9
(235,225,233)
#EEE7ED
(238,231,237)
#F1EDF1
(241,237,241)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B7CD; }

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

This text font color is #D6B7CD.


Background Color

.myBgColor { background-color: #D6B7CD; }

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

This div background color is #D6B7CD.


Border color

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

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

This div border color is #D6B7CD.


Opacity

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

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

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

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

This text has shadow with #D6B7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B7CD on black background.


Color preview on white background

This text has color #D6B7CD on white background.



Black color preview on #D6B7CD background

This text has black color on #D6B7CD background.


White color preview on #D6B7CD background

This text has white color on #D6B7CD background.