COLOR #D2BDDA

HEX: #D2BDDA
RGB: (210,189,218)

Color info

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

RGB color model

#D2BDDA color RGB value is (210,189,218).

  • red value is 210;
  • green value is 189;
  • blue value is 218.
RGB:
(210,189,218)
(82%,74%,85%)

RGB channels and saturation

R 210 of 255 = 82%
G 189 of 255 = 74%
B 218 of 255 = 85%

210
189
218

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

Portions of RGB colors in percentages

R + G + B =
210 + 189 + 218 = 617 (100%)
R 210 of 617 ~ 34.04%
G 189 of 617 ~ 30.63%
B 218 of 617 ~ 35.33%

%34.04
%30.63
%35.33

CMYK color model

#D2BDDA color CMYK value is (4,13,0,15).

  • cyan value is 3.67%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(4,13,0,15)
C4M13Y0K15 
(4%,13%,0%,15%)
(0.04/0.13/0.00/0.15)	

CMYK percentages

%3.67
%13.3
%0
%14.51

Codes

Color #D2BDDA in popluar color models

D2BDDA
RGB210189218
HSL283°28.16%79.80%
HSB/HSV283°13.30%85.49%
CMYK3.67%13.30%0.00%
14.51%

Color #D2BDDA in popluar number systems.

HEXD2BDDA
Decimal210189218
Binary110100101011110111011010
Octal322275332

Shades and tints

Shades of #D2BDDA

#D2BDDA
(210,189,218)
#BFACC7
(191,172,199)
#AC9BB4
(172,155,180)
#998AA1
(153,138,161)
#86798E
(134,121,142)
#73687B
(115,104,123)
#605768
(96,87,104)
#4D4655
(77,70,85)
#3A3542
(58,53,66)
#27242F
(39,36,47)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #D2BDDA

#D2BDDA
(210,189,218)
#D6C3DD
(214,195,221)
#DAC9E0
(218,201,224)
#DECFE3
(222,207,227)
#E2D5E6
(226,213,230)
#E6DBE9
(230,219,233)
#EAE1EC
(234,225,236)
#EEE7EF
(238,231,239)
#F2EDF2
(242,237,242)
#F6F3F5
(246,243,245)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BDDA; }

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

This text font color is #D2BDDA.


Background Color

.myBgColor { background-color: #D2BDDA; }

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

This div background color is #D2BDDA.


Border color

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

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

This div border color is #D2BDDA.


Opacity

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

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

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

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

This text has shadow with #D2BDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BDDA on black background.


Color preview on white background

This text has color #D2BDDA on white background.



Black color preview on #D2BDDA background

This text has black color on #D2BDDA background.


White color preview on #D2BDDA background

This text has white color on #D2BDDA background.