COLOR #D3BAD9

HEX: #D3BAD9 RGB: (211,186,217)

Color info

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

RGB color model

#D3BAD9 color RGB value is (211,186,217).

RGB: (211,186,217) (83%, 73%, 85%)

RGB channels and saturation

R 211 of 255 = 83%
G 186 of 255 = 73%
B 217 of 255 = 85%

211
186
217

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

Portions of RGB colors in percentages

R + G + B = 211 + 186 + 217 = 614 (100%)
R 211 of 614 ~ 34.36%
G 186 of 614 ~ 30.29%
B 217 of 614 ~ 35.34'%

%34.36
%30.29
%35.34

CMYK color model

#D3BAD9 color CMYK value is (3,14,0,15).

  • cyan value is 2.76%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (3,14,0,15) C3M14Y0K15 (3%,14%,0%,15%) (0.03/0.14/0.00/0.15) 

CMYK percentages

%2.76
%14.29
%0
%14.9

Codes

Color #D3BAD9 in popluar color models

D3 BA D9
RGB 211 186 217
HSL 288° 28.97% 79.02%
HSB/HSV 288° 14.29% 85.10%
CMYK 2.76% 14.29% 0.00%
14.90%

Color #D3BAD9 in popluar number systems.

HEX D3 BA D9
Decimal 211 186 217
Binary 11010011 10111010 11011001
Octal 323 272 331

Shades and tints

Shades of #D3BAD9

#D3BAD9
(211,186,217)
#C0AAC6
(192,170,198)
#AD9AB3
(173,154,179)
#9A8AA0
(154,138,160)
#877A8D
(135,122,141)
#746A7A
(116,106,122)
#615A67
(97,90,103)
#4E4A54
(78,74,84)
#3B3A41
(59,58,65)
#282A2E
(40,42,46)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #D3BAD9

#D3BAD9
(211,186,217)
#D7C0DC
(215,192,220)
#DBC6DF
(219,198,223)
#DFCCE2
(223,204,226)
#E3D2E5
(227,210,229)
#E7D8E8
(231,216,232)
#EBDEEB
(235,222,235)
#EFE4EE
(239,228,238)
#F3EAF1
(243,234,241)
#F7F0F4
(247,240,244)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BAD9 color. Also use rgb(211,186,217) instead hex code.

Text Font Color

.myTextColor { color: #D3BAD9; }

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

This text font color is #D3BAD9.

Background Color

.myBgColor { background-color: #D3BAD9; }

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

This div background color is #D3BAD9.

Border color

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

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

This div border color is #D3BAD9.

Opacity

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

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

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

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

This text has shadow with #D3BAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BAD9.

Preview

Color preview on black background

This text has color #D3BAD9 on black background.


Color preview on white background

This text has color #D3BAD9 on white background.


Black color preview on #D3BAD9 background

This text has black color on #D3BAD9 background.


White color preview on #D3BAD9 background

This text has white color on #D3BAD9 background.


Related colors

Complementary color

Complementary color for #hex is #2C4526.


I love getcolorcode.com

Triadic colors

1 #D9D3BA and #BAD9D3 with #D3BAD9 are triadic colors.

2 #D9BAD3 and #BAD3D9 with #D3BAD9 are triadic colors.