COLOR #D2BADD

HEX: #D2BADD RGB: (210,186,221)

Color info

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

RGB color model

#D2BADD color RGB value is (210,186,221).

RGB: (210,186,221) (82%, 73%, 87%)

RGB channels and saturation

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

210
186
221

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

Portions of RGB colors in percentages

R + G + B = 210 + 186 + 221 = 617 (100%)
R 210 of 617 ~ 34.04%
G 186 of 617 ~ 30.15%
B 221 of 617 ~ 35.82'%

%34.04
%30.15
%35.82

CMYK color model

#D2BADD color CMYK value is (5,16,0,13).

  • cyan value is 4.98%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (5,16,0,13)
C5M16Y0K13 (5%, 16%, 0%, 13%)
(0.05 / 0.16 / 0.00 / 0.13)

CMYK percentages

%4.98
%15.84
%0
%13.33

Codes

Color #D2BADD in popluar color models

D2 BA DD
RGB 210 186 221
HSL 281° 33.98% 79.80%
HSB/HSV 281° 15.84% 86.67%
CMYK 4.98% 15.84% 0.00%
13.33%

Color #D2BADD in popluar number systems.

HEX D2 BA DD
Decimal 210 186 221
Binary 11010010 10111010 11011101
Octal 322 272 335

Shades and tints

Shades of #D2BADD

#D2BADD
(210,186,221)
#BFAAC9
(191,170,201)
#AC9AB5
(172,154,181)
#998AA1
(153,138,161)
#867A8D
(134,122,141)
#736A79
(115,106,121)
#605A65
(96,90,101)
#4D4A51
(77,74,81)
#3A3A3D
(58,58,61)
#272A29
(39,42,41)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #D2BADD

#D2BADD
(210,186,221)
#D6C0E0
(214,192,224)
#DAC6E3
(218,198,227)
#DECCE6
(222,204,230)
#E2D2E9
(226,210,233)
#E6D8EC
(230,216,236)
#EADEEF
(234,222,239)
#EEE4F2
(238,228,242)
#F2EAF5
(242,234,245)
#F6F0F8
(246,240,248)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BADD; }

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

This text font color is #D2BADD.

Background Color

.myBgColor { background-color: #D2BADD; }

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

This div background color is #D2BADD.

Border color

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

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

This div border color is #D2BADD.

Opacity

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

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

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

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

This text has shadow with #D2BADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BADD.

Preview

Color preview on black background

This text has color #D2BADD on black background.


Color preview on white background

This text has color #D2BADD on white background.


Black color preview on #D2BADD background

This text has black color on #D2BADD background.


White color preview on #D2BADD background

This text has white color on #D2BADD background.


Related colors

Complementary color

Complementary color for #hex is #2D4522.


I love getcolorcode.com

Triadic colors

1 #DDD2BA and #BADDD2 with #D2BADD are triadic colors.

2 #DDBAD2 and #BAD2DD with #D2BADD are triadic colors.