COLOR #D2B2DB

HEX: #D2B2DB
RGB: (210,178,219)

Color info

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

RGB color model

#D2B2DB color RGB value is (210,178,219).

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

RGB channels and saturation

R 210 of 255 = 82%
G 178 of 255 = 70%
B 219 of 255 = 86%

210
178
219

R + G + B ~ 79%. #D2B2DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 178 + 219 = 607 (100%)
R 210 of 607 ~ 34.6%
G 178 of 607 ~ 29.32%
B 219 of 607 ~ 36.08%

%34.6
%29.32
%36.08

CMYK color model

#D2B2DB color CMYK value is (4,19,0,14).

  • cyan value is 4.11%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,19,0,14)
C4M19Y0K14 
(4%,19%,0%,14%)
(0.04/0.19/0.00/0.14)	

CMYK percentages

%4.11
%18.72
%0
%14.12

Codes

Color #D2B2DB in popluar color models

D2B2DB
RGB210178219
HSL287°36.28%77.84%
HSB/HSV287°18.72%85.88%
CMYK4.11%18.72%0.00%
14.12%

Color #D2B2DB in popluar number systems.

HEXD2B2DB
Decimal210178219
Binary110100101011001011011011
Octal322262333

Shades and tints

Shades of #D2B2DB

#D2B2DB
(210,178,219)
#BFA2C8
(191,162,200)
#AC92B5
(172,146,181)
#9982A2
(153,130,162)
#86728F
(134,114,143)
#73627C
(115,98,124)
#605269
(96,82,105)
#4D4256
(77,66,86)
#3A3243
(58,50,67)
#272230
(39,34,48)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #D2B2DB

#D2B2DB
(210,178,219)
#D6B9DE
(214,185,222)
#DAC0E1
(218,192,225)
#DEC7E4
(222,199,228)
#E2CEE7
(226,206,231)
#E6D5EA
(230,213,234)
#EADCED
(234,220,237)
#EEE3F0
(238,227,240)
#F2EAF3
(242,234,243)
#F6F1F6
(246,241,246)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B2DB; }

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

This text font color is #D2B2DB.


Background Color

.myBgColor { background-color: #D2B2DB; }

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

This div background color is #D2B2DB.


Border color

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

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

This div border color is #D2B2DB.


Opacity

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

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

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

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

This text has shadow with #D2B2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B2DB on black background.


Color preview on white background

This text has color #D2B2DB on white background.



Black color preview on #D2B2DB background

This text has black color on #D2B2DB background.


White color preview on #D2B2DB background

This text has white color on #D2B2DB background.