COLOR #D6B0BD

HEX: #D6B0BD
RGB: (214,176,189)

Color info

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

RGB color model

#D6B0BD color RGB value is (214,176,189).

  • red value is 214;
  • green value is 176;
  • blue value is 189.
RGB:
(214,176,189)
(84%,69%,74%)

RGB channels and saturation

R 214 of 255 = 84%
G 176 of 255 = 69%
B 189 of 255 = 74%

214
176
189

R + G + B ~ 76%. #D6B0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 176 + 189 = 579 (100%)
R 214 of 579 ~ 36.96%
G 176 of 579 ~ 30.4%
B 189 of 579 ~ 32.64%

%36.96
%30.4
%32.64

CMYK color model

#D6B0BD color CMYK value is (0,18,12,16).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 11.68%
  • key color value is 16.08%
CMYK:
(0,18,12,16)
C0M18Y12K16 
(0%,18%,12%,16%)
(0.00/0.18/0.12/0.16)	

CMYK percentages

%0
%17.76
%11.68
%16.08

Codes

Color #D6B0BD in popluar color models

D6B0BD
RGB214176189
HSL339°31.67%76.47%
HSB/HSV339°17.76%83.92%
CMYK0.00%17.76%11.68%
16.08%

Color #D6B0BD in popluar number systems.

HEXD6B0BD
Decimal214176189
Binary110101101011000010111101
Octal326260275

Shades and tints

Shades of #D6B0BD

#D6B0BD
(214,176,189)
#C3A0AC
(195,160,172)
#B0909B
(176,144,155)
#9D808A
(157,128,138)
#8A7079
(138,112,121)
#776068
(119,96,104)
#645057
(100,80,87)
#514046
(81,64,70)
#3E3035
(62,48,53)
#2B2024
(43,32,36)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #D6B0BD

#D6B0BD
(214,176,189)
#D9B7C3
(217,183,195)
#DCBEC9
(220,190,201)
#DFC5CF
(223,197,207)
#E2CCD5
(226,204,213)
#E5D3DB
(229,211,219)
#E8DAE1
(232,218,225)
#EBE1E7
(235,225,231)
#EEE8ED
(238,232,237)
#F1EFF3
(241,239,243)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B0BD color. Also use rgb(214,176,189) instead hex code.

Text Font Color

.myTextColor { color: #D6B0BD; }

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

This text font color is #D6B0BD.


Background Color

.myBgColor { background-color: #D6B0BD; }

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

This div background color is #D6B0BD.


Border color

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

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

This div border color is #D6B0BD.


Opacity

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

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

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

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

This text has shadow with #D6B0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B0BD on black background.


Color preview on white background

This text has color #D6B0BD on white background.



Black color preview on #D6B0BD background

This text has black color on #D6B0BD background.


White color preview on #D6B0BD background

This text has white color on #D6B0BD background.