COLOR #D2B7DB

HEX: #D2B7DB
RGB: (210,183,219)

Color info

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

RGB color model

#D2B7DB color RGB value is (210,183,219).

  • red value is 210;
  • green value is 183;
  • blue value is 219.
RGB:
(210,183,219)
(82%,72%,86%)

RGB channels and saturation

R 210 of 255 = 82%
G 183 of 255 = 72%
B 219 of 255 = 86%

210
183
219

R + G + B ~ 80%. #D2B7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 183 + 219 = 612 (100%)
R 210 of 612 ~ 34.31%
G 183 of 612 ~ 29.9%
B 219 of 612 ~ 35.78%

%34.31
%29.9
%35.78

CMYK color model

#D2B7DB color CMYK value is (4,16,0,14).

  • cyan value is 4.11%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,16,0,14)
C4M16Y0K14 
(4%,16%,0%,14%)
(0.04/0.16/0.00/0.14)	

CMYK percentages

%4.11
%16.44
%0
%14.12

Codes

Color #D2B7DB in popluar color models

D2B7DB
RGB210183219
HSL285°33.33%78.82%
HSB/HSV285°16.44%85.88%
CMYK4.11%16.44%0.00%
14.12%

Color #D2B7DB in popluar number systems.

HEXD2B7DB
Decimal210183219
Binary110100101011011111011011
Octal322267333

Shades and tints

Shades of #D2B7DB

#D2B7DB
(210,183,219)
#BFA7C8
(191,167,200)
#AC97B5
(172,151,181)
#9987A2
(153,135,162)
#86778F
(134,119,143)
#73677C
(115,103,124)
#605769
(96,87,105)
#4D4756
(77,71,86)
#3A3743
(58,55,67)
#272730
(39,39,48)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #D2B7DB

#D2B7DB
(210,183,219)
#D6BDDE
(214,189,222)
#DAC3E1
(218,195,225)
#DEC9E4
(222,201,228)
#E2CFE7
(226,207,231)
#E6D5EA
(230,213,234)
#EADBED
(234,219,237)
#EEE1F0
(238,225,240)
#F2E7F3
(242,231,243)
#F6EDF6
(246,237,246)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B7DB color. Also use rgb(210,183,219) instead hex code.

Text Font Color

.myTextColor { color: #D2B7DB; }

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

This text font color is #D2B7DB.


Background Color

.myBgColor { background-color: #D2B7DB; }

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

This div background color is #D2B7DB.


Border color

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

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

This div border color is #D2B7DB.


Opacity

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

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

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

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

This text has shadow with #D2B7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B7DB on black background.


Color preview on white background

This text has color #D2B7DB on white background.



Black color preview on #D2B7DB background

This text has black color on #D2B7DB background.


White color preview on #D2B7DB background

This text has white color on #D2B7DB background.