COLOR #D2B9DE

HEX: #D2B9DE
RGB: (210,185,222)

Color info

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

RGB color model

#D2B9DE color RGB value is (210,185,222).

  • red value is 210;
  • green value is 185;
  • blue value is 222.
RGB:
(210,185,222)
(82%,73%,87%)

RGB channels and saturation

R 210 of 255 = 82%
G 185 of 255 = 73%
B 222 of 255 = 87%

210
185
222

R + G + B ~ 81%. #D2B9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 185 + 222 = 617 (100%)
R 210 of 617 ~ 34.04%
G 185 of 617 ~ 29.98%
B 222 of 617 ~ 35.98%

%34.04
%29.98
%35.98

CMYK color model

#D2B9DE color CMYK value is (5,17,0,13).

  • cyan value is 5.41%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,17,0,13)
C5M17Y0K13 
(5%,17%,0%,13%)
(0.05/0.17/0.00/0.13)	

CMYK percentages

%5.41
%16.67
%0
%12.94

Codes

Color #D2B9DE in popluar color models

D2B9DE
RGB210185222
HSL281°35.92%79.80%
HSB/HSV281°16.67%87.06%
CMYK5.41%16.67%0.00%
12.94%

Color #D2B9DE in popluar number systems.

HEXD2B9DE
Decimal210185222
Binary110100101011100111011110
Octal322271336

Shades and tints

Shades of #D2B9DE

#D2B9DE
(210,185,222)
#BFA9CA
(191,169,202)
#AC99B6
(172,153,182)
#9989A2
(153,137,162)
#86798E
(134,121,142)
#73697A
(115,105,122)
#605966
(96,89,102)
#4D4952
(77,73,82)
#3A393E
(58,57,62)
#27292A
(39,41,42)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #D2B9DE

#D2B9DE
(210,185,222)
#D6BFE1
(214,191,225)
#DAC5E4
(218,197,228)
#DECBE7
(222,203,231)
#E2D1EA
(226,209,234)
#E6D7ED
(230,215,237)
#EADDF0
(234,221,240)
#EEE3F3
(238,227,243)
#F2E9F6
(242,233,246)
#F6EFF9
(246,239,249)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B9DE color. Also use rgb(210,185,222) instead hex code.

Text Font Color

.myTextColor { color: #D2B9DE; }

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

This text font color is #D2B9DE.


Background Color

.myBgColor { background-color: #D2B9DE; }

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

This div background color is #D2B9DE.


Border color

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

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

This div border color is #D2B9DE.


Opacity

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

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

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

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

This text has shadow with #D2B9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B9DE on black background.


Color preview on white background

This text has color #D2B9DE on white background.



Black color preview on #D2B9DE background

This text has black color on #D2B9DE background.


White color preview on #D2B9DE background

This text has white color on #D2B9DE background.