COLOR #D2B7DA

HEX: #D2B7DA RGB: (210,183,218)

Color info

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

RGB color model

#D2B7DA color RGB value is (210,183,218).

RGB: (210,183,218) (82%, 72%, 85%)

RGB channels and saturation

R 210 of 255 = 82%
G 183 of 255 = 72%
B 218 of 255 = 85%

210
183
218

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

Portions of RGB colors in percentages

R + G + B = 210 + 183 + 218 = 611 (100%)
R 210 of 611 ~ 34.37%
G 183 of 611 ~ 29.95%
B 218 of 611 ~ 35.68'%

%34.37
%29.95
%35.68

CMYK color model

#D2B7DA color CMYK value is (4,16,0,15).

  • cyan value is 3.67%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (4,16,0,15)
C4M16Y0K15 (4%, 16%, 0%, 15%)
(0.04 / 0.16 / 0.00 / 0.15)

CMYK percentages

%3.67
%16.06
%0
%14.51

Codes

Color #D2B7DA in popluar color models

D2 B7 DA
RGB 210 183 218
HSL 286° 32.11% 78.63%
HSB/HSV 286° 16.06% 85.49%
CMYK 3.67% 16.06% 0.00%
14.51%

Color #D2B7DA in popluar number systems.

HEX D2 B7 DA
Decimal 210 183 218
Binary 11010010 10110111 11011010
Octal 322 267 332

Shades and tints

Shades of #D2B7DA

#D2B7DA
(210,183,218)
#BFA7C7
(191,167,199)
#AC97B4
(172,151,180)
#9987A1
(153,135,161)
#86778E
(134,119,142)
#73677B
(115,103,123)
#605768
(96,87,104)
#4D4755
(77,71,85)
#3A3742
(58,55,66)
#27272F
(39,39,47)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #D2B7DA

#D2B7DA
(210,183,218)
#D6BDDD
(214,189,221)
#DAC3E0
(218,195,224)
#DEC9E3
(222,201,227)
#E2CFE6
(226,207,230)
#E6D5E9
(230,213,233)
#EADBEC
(234,219,236)
#EEE1EF
(238,225,239)
#F2E7F2
(242,231,242)
#F6EDF5
(246,237,245)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B7DA; }

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

This text font color is #D2B7DA.

Background Color

.myBgColor { background-color: #D2B7DA; }

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

This div background color is #D2B7DA.

Border color

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

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

This div border color is #D2B7DA.

Opacity

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

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

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

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

This text has shadow with #D2B7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B7DA.

Preview

Color preview on black background

This text has color #D2B7DA on black background.


Color preview on white background

This text has color #D2B7DA on white background.


Black color preview on #D2B7DA background

This text has black color on #D2B7DA background.


White color preview on #D2B7DA background

This text has white color on #D2B7DA background.


Related colors

Complementary color

Complementary color for #hex is #2D4825.


I love getcolorcode.com

Triadic colors

1 #DAD2B7 and #B7DAD2 with #D2B7DA are triadic colors.

2 #DAB7D2 and #B7D2DA with #D2B7DA are triadic colors.