COLOR #D2BADF

HEX: #D2BADF
RGB: (210,186,223)

Color info

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

RGB color model

#D2BADF color RGB value is (210,186,223).

  • red value is 210;
  • green value is 186;
  • blue value is 223.
RGB:
(210,186,223)
(82%,73%,87%)

RGB channels and saturation

R 210 of 255 = 82%
G 186 of 255 = 73%
B 223 of 255 = 87%

210
186
223

R + G + B ~ 81%. #D2BADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 186 + 223 = 619 (100%)
R 210 of 619 ~ 33.93%
G 186 of 619 ~ 30.05%
B 223 of 619 ~ 36.03%

%33.93
%30.05
%36.03

CMYK color model

#D2BADF color CMYK value is (6,17,0,13).

  • cyan value is 5.83%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(6,17,0,13)
C6M17Y0K13 
(6%,17%,0%,13%)
(0.06/0.17/0.00/0.13)	

CMYK percentages

%5.83
%16.59
%0
%12.55

Codes

Color #D2BADF in popluar color models

D2BADF
RGB210186223
HSL279°36.63%80.20%
HSB/HSV279°16.59%87.45%
CMYK5.83%16.59%0.00%
12.55%

Color #D2BADF in popluar number systems.

HEXD2BADF
Decimal210186223
Binary110100101011101011011111
Octal322272337

Shades and tints

Shades of #D2BADF

#D2BADF
(210,186,223)
#BFAACB
(191,170,203)
#AC9AB7
(172,154,183)
#998AA3
(153,138,163)
#867A8F
(134,122,143)
#736A7B
(115,106,123)
#605A67
(96,90,103)
#4D4A53
(77,74,83)
#3A3A3F
(58,58,63)
#272A2B
(39,42,43)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #D2BADF

#D2BADF
(210,186,223)
#D6C0E1
(214,192,225)
#DAC6E3
(218,198,227)
#DECCE5
(222,204,229)
#E2D2E7
(226,210,231)
#E6D8E9
(230,216,233)
#EADEEB
(234,222,235)
#EEE4ED
(238,228,237)
#F2EAEF
(242,234,239)
#F6F0F1
(246,240,241)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BADF color. Also use rgb(210,186,223) instead hex code.

Text Font Color

.myTextColor { color: #D2BADF; }

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

This text font color is #D2BADF.


Background Color

.myBgColor { background-color: #D2BADF; }

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

This div background color is #D2BADF.


Border color

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

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

This div border color is #D2BADF.


Opacity

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

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

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

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

This text has shadow with #D2BADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BADF on black background.


Color preview on white background

This text has color #D2BADF on white background.



Black color preview on #D2BADF background

This text has black color on #D2BADF background.


White color preview on #D2BADF background

This text has white color on #D2BADF background.