COLOR #D6B3CD

HEX: #D6B3CD
RGB: (214,179,205)

Color info

#D6B3CD contains red, green and blue colors in about the same proportion. Web safe color of #D6B3CD is #CC99CC (or #C9C).

RGB color model

#D6B3CD color RGB value is (214,179,205).

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

RGB channels and saturation

R 214 of 255 = 84%
G 179 of 255 = 70%
B 205 of 255 = 80%

214
179
205

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

Portions of RGB colors in percentages

R + G + B =
214 + 179 + 205 = 598 (100%)
R 214 of 598 ~ 35.79%
G 179 of 598 ~ 29.93%
B 205 of 598 ~ 34.28%

%35.79
%29.93
%34.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.36%
  • 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
%16.36
%4.21
%16.08

Codes

Color #D6B3CD in popluar color models

D6B3CD
RGB214179205
HSL315°29.91%77.06%
HSB/HSV315°16.36%83.92%
CMYK0.00%16.36%4.21%
16.08%

Color #D6B3CD in popluar number systems.

HEXD6B3CD
Decimal214179205
Binary110101101011001111001101
Octal326263315

Shades and tints

Shades of #D6B3CD

#D6B3CD
(214,179,205)
#C3A3BB
(195,163,187)
#B093A9
(176,147,169)
#9D8397
(157,131,151)
#8A7385
(138,115,133)
#776373
(119,99,115)
#645361
(100,83,97)
#51434F
(81,67,79)
#3E333D
(62,51,61)
#2B232B
(43,35,43)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #D6B3CD

#D6B3CD
(214,179,205)
#D9B9D1
(217,185,209)
#DCBFD5
(220,191,213)
#DFC5D9
(223,197,217)
#E2CBDD
(226,203,221)
#E5D1E1
(229,209,225)
#E8D7E5
(232,215,229)
#EBDDE9
(235,221,233)
#EEE3ED
(238,227,237)
#F1E9F1
(241,233,241)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B3CD; }

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

This text font color is #D6B3CD.


Background Color

.myBgColor { background-color: #D6B3CD; }

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

This div background color is #D6B3CD.


Border color

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

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

This div border color is #D6B3CD.


Opacity

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

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

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

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

This text has shadow with #D6B3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B3CD on black background.


Color preview on white background

This text has color #D6B3CD on white background.



Black color preview on #D6B3CD background

This text has black color on #D6B3CD background.


White color preview on #D6B3CD background

This text has white color on #D6B3CD background.