COLOR #D6B4CD

HEX: #D6B4CD
RGB: (214,180,205)

Color info

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

RGB color model

#D6B4CD color RGB value is (214,180,205).

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

RGB channels and saturation

R 214 of 255 = 84%
G 180 of 255 = 71%
B 205 of 255 = 80%

214
180
205

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

Portions of RGB colors in percentages

R + G + B =
214 + 180 + 205 = 599 (100%)
R 214 of 599 ~ 35.73%
G 180 of 599 ~ 30.05%
B 205 of 599 ~ 34.22%

%35.73
%30.05
%34.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 4.21%
  • key color value is 16.08%
CMYK:
(0,16,4,16)
C0M16Y4K16 
(0%,16%,4%,16%)
(0.00/0.16/0.04/0.16)	

CMYK percentages

%0
%15.89
%4.21
%16.08

Codes

Color #D6B4CD in popluar color models

D6B4CD
RGB214180205
HSL316°29.31%77.25%
HSB/HSV316°15.89%83.92%
CMYK0.00%15.89%4.21%
16.08%

Color #D6B4CD in popluar number systems.

HEXD6B4CD
Decimal214180205
Binary110101101011010011001101
Octal326264315

Shades and tints

Shades of #D6B4CD

#D6B4CD
(214,180,205)
#C3A4BB
(195,164,187)
#B094A9
(176,148,169)
#9D8497
(157,132,151)
#8A7485
(138,116,133)
#776473
(119,100,115)
#645461
(100,84,97)
#51444F
(81,68,79)
#3E343D
(62,52,61)
#2B242B
(43,36,43)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #D6B4CD

#D6B4CD
(214,180,205)
#D9BAD1
(217,186,209)
#DCC0D5
(220,192,213)
#DFC6D9
(223,198,217)
#E2CCDD
(226,204,221)
#E5D2E1
(229,210,225)
#E8D8E5
(232,216,229)
#EBDEE9
(235,222,233)
#EEE4ED
(238,228,237)
#F1EAF1
(241,234,241)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B4CD; }

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

This text font color is #D6B4CD.


Background Color

.myBgColor { background-color: #D6B4CD; }

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

This div background color is #D6B4CD.


Border color

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

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

This div border color is #D6B4CD.


Opacity

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

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

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

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

This text has shadow with #D6B4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B4CD on black background.


Color preview on white background

This text has color #D6B4CD on white background.



Black color preview on #D6B4CD background

This text has black color on #D6B4CD background.


White color preview on #D6B4CD background

This text has white color on #D6B4CD background.