COLOR #D2B8DB

HEX: #D2B8DB RGB: (210,184,219)

Color info

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

RGB color model

#D2B8DB color RGB value is (210,184,219).

RGB: (210,184,219) (82%, 72%, 86%)

RGB channels and saturation

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

210
184
219

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

Portions of RGB colors in percentages

R + G + B = 210 + 184 + 219 = 613 (100%)
R 210 of 613 ~ 34.26%
G 184 of 613 ~ 30.02%
B 219 of 613 ~ 35.73'%

%34.26
%30.02
%35.73

CMYK color model

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

  • cyan value is 4.11%
  • magenta value is 15.98%
  • 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
%15.98
%0
%14.12

Codes

Color #D2B8DB in popluar color models

D2 B8 DB
RGB 210 184 219
HSL 285° 32.71% 79.02%
HSB/HSV 285° 15.98% 85.88%
CMYK 4.11% 15.98% 0.00%
14.12%

Color #D2B8DB in popluar number systems.

HEX D2 B8 DB
Decimal 210 184 219
Binary 11010010 10111000 11011011
Octal 322 270 333

Shades and tints

Shades of #D2B8DB

#D2B8DB
(210,184,219)
#BFA8C8
(191,168,200)
#AC98B5
(172,152,181)
#9988A2
(153,136,162)
#86788F
(134,120,143)
#73687C
(115,104,124)
#605869
(96,88,105)
#4D4856
(77,72,86)
#3A3843
(58,56,67)
#272830
(39,40,48)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #D2B8DB

#D2B8DB
(210,184,219)
#D6BEDE
(214,190,222)
#DAC4E1
(218,196,225)
#DECAE4
(222,202,228)
#E2D0E7
(226,208,231)
#E6D6EA
(230,214,234)
#EADCED
(234,220,237)
#EEE2F0
(238,226,240)
#F2E8F3
(242,232,243)
#F6EEF6
(246,238,246)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B8DB; }

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

This text font color is #D2B8DB.

Background Color

.myBgColor { background-color: #D2B8DB; }

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

This div background color is #D2B8DB.

Border color

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

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

This div border color is #D2B8DB.

Opacity

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

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

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

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

This text has shadow with #D2B8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B8DB.

Preview

Color preview on black background

This text has color #D2B8DB on black background.


Color preview on white background

This text has color #D2B8DB on white background.


Black color preview on #D2B8DB background

This text has black color on #D2B8DB background.


White color preview on #D2B8DB background

This text has white color on #D2B8DB background.


Related colors

Complementary color

Complementary color for #hex is #2D4724.


I love getcolorcode.com

Triadic colors

1 #DBD2B8 and #B8DBD2 with #D2B8DB are triadic colors.

2 #DBB8D2 and #B8D2DB with #D2B8DB are triadic colors.