COLOR #D2B0CE

HEX: #D2B0CE
RGB: (210,176,206)

Color info

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

RGB color model

#D2B0CE color RGB value is (210,176,206).

  • red value is 210;
  • green value is 176;
  • blue value is 206.
RGB:
(210,176,206)
(82%,69%,81%)

RGB channels and saturation

R 210 of 255 = 82%
G 176 of 255 = 69%
B 206 of 255 = 81%

210
176
206

R + G + B ~ 77%. #D2B0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 176 + 206 = 592 (100%)
R 210 of 592 ~ 35.47%
G 176 of 592 ~ 29.73%
B 206 of 592 ~ 34.8%

%35.47
%29.73
%34.8

CMYK color model

#D2B0CE color CMYK value is (0,16,2,18).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 1.90%
  • key color value is 17.65%
CMYK:
(0,16,2,18)
C0M16Y2K18 
(0%,16%,2%,18%)
(0.00/0.16/0.02/0.18)	

CMYK percentages

%0
%16.19
%1.9
%17.65

Codes

Color #D2B0CE in popluar color models

D2B0CE
RGB210176206
HSL307°27.42%75.69%
HSB/HSV307°16.19%82.35%
CMYK0.00%16.19%1.90%
17.65%

Color #D2B0CE in popluar number systems.

HEXD2B0CE
Decimal210176206
Binary110100101011000011001110
Octal322260316

Shades and tints

Shades of #D2B0CE

#D2B0CE
(210,176,206)
#BFA0BC
(191,160,188)
#AC90AA
(172,144,170)
#998098
(153,128,152)
#867086
(134,112,134)
#736074
(115,96,116)
#605062
(96,80,98)
#4D4050
(77,64,80)
#3A303E
(58,48,62)
#27202C
(39,32,44)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #D2B0CE

#D2B0CE
(210,176,206)
#D6B7D2
(214,183,210)
#DABED6
(218,190,214)
#DEC5DA
(222,197,218)
#E2CCDE
(226,204,222)
#E6D3E2
(230,211,226)
#EADAE6
(234,218,230)
#EEE1EA
(238,225,234)
#F2E8EE
(242,232,238)
#F6EFF2
(246,239,242)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B0CE color. Also use rgb(210,176,206) instead hex code.

Text Font Color

.myTextColor { color: #D2B0CE; }

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

This text font color is #D2B0CE.


Background Color

.myBgColor { background-color: #D2B0CE; }

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

This div background color is #D2B0CE.


Border color

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

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

This div border color is #D2B0CE.


Opacity

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

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

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

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

This text has shadow with #D2B0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B0CE on black background.


Color preview on white background

This text has color #D2B0CE on white background.



Black color preview on #D2B0CE background

This text has black color on #D2B0CE background.


White color preview on #D2B0CE background

This text has white color on #D2B0CE background.