COLOR #D2B9E4

HEX: #D2B9E4
RGB: (210,185,228)

Color info

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

RGB color model

#D2B9E4 color RGB value is (210,185,228).

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

RGB channels and saturation

R 210 of 255 = 82%
G 185 of 255 = 73%
B 228 of 255 = 89%

210
185
228

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

Portions of RGB colors in percentages

R + G + B =
210 + 185 + 228 = 623 (100%)
R 210 of 623 ~ 33.71%
G 185 of 623 ~ 29.7%
B 228 of 623 ~ 36.6%

%33.71
%29.7
%36.6

CMYK color model

#D2B9E4 color CMYK value is (8,19,0,11).

  • cyan value is 7.89%
  • magenta value is 18.86%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(8,19,0,11)
C8M19Y0K11 
(8%,19%,0%,11%)
(0.08/0.19/0.00/0.11)	

CMYK percentages

%7.89
%18.86
%0
%10.59

Codes

Color #D2B9E4 in popluar color models

D2B9E4
RGB210185228
HSL275°44.33%80.98%
HSB/HSV275°18.86%89.41%
CMYK7.89%18.86%0.00%
10.59%

Color #D2B9E4 in popluar number systems.

HEXD2B9E4
Decimal210185228
Binary110100101011100111100100
Octal322271344

Shades and tints

Shades of #D2B9E4

#D2B9E4
(210,185,228)
#BFA9D0
(191,169,208)
#AC99BC
(172,153,188)
#9989A8
(153,137,168)
#867994
(134,121,148)
#736980
(115,105,128)
#60596C
(96,89,108)
#4D4958
(77,73,88)
#3A3944
(58,57,68)
#272930
(39,41,48)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #D2B9E4

#D2B9E4
(210,185,228)
#D6BFE6
(214,191,230)
#DAC5E8
(218,197,232)
#DECBEA
(222,203,234)
#E2D1EC
(226,209,236)
#E6D7EE
(230,215,238)
#EADDF0
(234,221,240)
#EEE3F2
(238,227,242)
#F2E9F4
(242,233,244)
#F6EFF6
(246,239,246)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B9E4; }

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

This text font color is #D2B9E4.


Background Color

.myBgColor { background-color: #D2B9E4; }

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

This div background color is #D2B9E4.


Border color

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

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

This div border color is #D2B9E4.


Opacity

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

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

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

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

This text has shadow with #D2B9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B9E4 on black background.


Color preview on white background

This text has color #D2B9E4 on white background.



Black color preview on #D2B9E4 background

This text has black color on #D2B9E4 background.


White color preview on #D2B9E4 background

This text has white color on #D2B9E4 background.