COLOR #D3BAD4

HEX: #D3BAD4
RGB: (211,186,212)

Color info

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

RGB color model

#D3BAD4 color RGB value is (211,186,212).

  • red value is 211;
  • green value is 186;
  • blue value is 212.
RGB:
(211,186,212)
(83%,73%,83%)

RGB channels and saturation

R 211 of 255 = 83%
G 186 of 255 = 73%
B 212 of 255 = 83%

211
186
212

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

Portions of RGB colors in percentages

R + G + B =
211 + 186 + 212 = 609 (100%)
R 211 of 609 ~ 34.65%
G 186 of 609 ~ 30.54%
B 212 of 609 ~ 34.81%

%34.65
%30.54
%34.81

CMYK color model

#D3BAD4 color CMYK value is (0,12,0,17).

  • cyan value is 0.47%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(0,12,0,17)
C0M12Y0K17 
(0%,12%,0%,17%)
(0.00/0.12/0.00/0.17)	

CMYK percentages

%0.47
%12.26
%0
%16.86

Codes

Color #D3BAD4 in popluar color models

D3BAD4
RGB211186212
HSL298°23.21%78.04%
HSB/HSV298°12.26%83.14%
CMYK0.47%12.26%0.00%
16.86%

Color #D3BAD4 in popluar number systems.

HEXD3BAD4
Decimal211186212
Binary110100111011101011010100
Octal323272324

Shades and tints

Shades of #D3BAD4

#D3BAD4
(211,186,212)
#C0AAC1
(192,170,193)
#AD9AAE
(173,154,174)
#9A8A9B
(154,138,155)
#877A88
(135,122,136)
#746A75
(116,106,117)
#615A62
(97,90,98)
#4E4A4F
(78,74,79)
#3B3A3C
(59,58,60)
#282A29
(40,42,41)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #D3BAD4

#D3BAD4
(211,186,212)
#D7C0D7
(215,192,215)
#DBC6DA
(219,198,218)
#DFCCDD
(223,204,221)
#E3D2E0
(227,210,224)
#E7D8E3
(231,216,227)
#EBDEE6
(235,222,230)
#EFE4E9
(239,228,233)
#F3EAEC
(243,234,236)
#F7F0EF
(247,240,239)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BAD4; }

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

This text font color is #D3BAD4.


Background Color

.myBgColor { background-color: #D3BAD4; }

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

This div background color is #D3BAD4.


Border color

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

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

This div border color is #D3BAD4.


Opacity

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

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

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

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

This text has shadow with #D3BAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BAD4 on black background.


Color preview on white background

This text has color #D3BAD4 on white background.



Black color preview on #D3BAD4 background

This text has black color on #D3BAD4 background.


White color preview on #D3BAD4 background

This text has white color on #D3BAD4 background.