COLOR #D2B2CE

HEX: #D2B2CE
RGB: (210,178,206)

Color info

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

RGB color model

#D2B2CE color RGB value is (210,178,206).

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

RGB channels and saturation

R 210 of 255 = 82%
G 178 of 255 = 70%
B 206 of 255 = 81%

210
178
206

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

Portions of RGB colors in percentages

R + G + B =
210 + 178 + 206 = 594 (100%)
R 210 of 594 ~ 35.35%
G 178 of 594 ~ 29.97%
B 206 of 594 ~ 34.68%

%35.35
%29.97
%34.68

CMYK color model

#D2B2CE color CMYK value is (0,15,2,18).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 1.90%
  • key color value is 17.65%
CMYK:
(0,15,2,18)
C0M15Y2K18 
(0%,15%,2%,18%)
(0.00/0.15/0.02/0.18)	

CMYK percentages

%0
%15.24
%1.9
%17.65

Codes

Color #D2B2CE in popluar color models

D2B2CE
RGB210178206
HSL308°26.23%76.08%
HSB/HSV308°15.24%82.35%
CMYK0.00%15.24%1.90%
17.65%

Color #D2B2CE in popluar number systems.

HEXD2B2CE
Decimal210178206
Binary110100101011001011001110
Octal322262316

Shades and tints

Shades of #D2B2CE

#D2B2CE
(210,178,206)
#BFA2BC
(191,162,188)
#AC92AA
(172,146,170)
#998298
(153,130,152)
#867286
(134,114,134)
#736274
(115,98,116)
#605262
(96,82,98)
#4D4250
(77,66,80)
#3A323E
(58,50,62)
#27222C
(39,34,44)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #D2B2CE

#D2B2CE
(210,178,206)
#D6B9D2
(214,185,210)
#DAC0D6
(218,192,214)
#DEC7DA
(222,199,218)
#E2CEDE
(226,206,222)
#E6D5E2
(230,213,226)
#EADCE6
(234,220,230)
#EEE3EA
(238,227,234)
#F2EAEE
(242,234,238)
#F6F1F2
(246,241,242)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B2CE; }

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

This text font color is #D2B2CE.


Background Color

.myBgColor { background-color: #D2B2CE; }

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

This div background color is #D2B2CE.


Border color

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

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

This div border color is #D2B2CE.


Opacity

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

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

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

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

This text has shadow with #D2B2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B2CE on black background.


Color preview on white background

This text has color #D2B2CE on white background.



Black color preview on #D2B2CE background

This text has black color on #D2B2CE background.


White color preview on #D2B2CE background

This text has white color on #D2B2CE background.