COLOR #D9BAD4

HEX: #D9BAD4
RGB: (217,186,212)

Color info

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

RGB color model

#D9BAD4 color RGB value is (217,186,212).

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

RGB channels and saturation

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

217
186
212

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

Portions of RGB colors in percentages

R + G + B =
217 + 186 + 212 = 615 (100%)
R 217 of 615 ~ 35.28%
G 186 of 615 ~ 30.24%
B 212 of 615 ~ 34.47%

%35.28
%30.24
%34.47

CMYK color model

#D9BAD4 color CMYK value is (0,14,2,15).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 2.30%
  • key color value is 14.90%
CMYK:
(0,14,2,15)
C0M14Y2K15 
(0%,14%,2%,15%)
(0.00/0.14/0.02/0.15)	

CMYK percentages

%0
%14.29
%2.3
%14.9

Codes

Color #D9BAD4 in popluar color models

D9BAD4
RGB217186212
HSL310°28.97%79.02%
HSB/HSV310°14.29%85.10%
CMYK0.00%14.29%2.30%
14.90%

Color #D9BAD4 in popluar number systems.

HEXD9BAD4
Decimal217186212
Binary110110011011101011010100
Octal331272324

Shades and tints

Shades of #D9BAD4

#D9BAD4
(217,186,212)
#C6AAC1
(198,170,193)
#B39AAE
(179,154,174)
#A08A9B
(160,138,155)
#8D7A88
(141,122,136)
#7A6A75
(122,106,117)
#675A62
(103,90,98)
#544A4F
(84,74,79)
#413A3C
(65,58,60)
#2E2A29
(46,42,41)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #D9BAD4

#D9BAD4
(217,186,212)
#DCC0D7
(220,192,215)
#DFC6DA
(223,198,218)
#E2CCDD
(226,204,221)
#E5D2E0
(229,210,224)
#E8D8E3
(232,216,227)
#EBDEE6
(235,222,230)
#EEE4E9
(238,228,233)
#F1EAEC
(241,234,236)
#F4F0EF
(244,240,239)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BAD4; }

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

This text font color is #D9BAD4.


Background Color

.myBgColor { background-color: #D9BAD4; }

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

This div background color is #D9BAD4.


Border color

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

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

This div border color is #D9BAD4.


Opacity

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

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

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

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

This text has shadow with #D9BAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BAD4 on black background.


Color preview on white background

This text has color #D9BAD4 on white background.



Black color preview on #D9BAD4 background

This text has black color on #D9BAD4 background.


White color preview on #D9BAD4 background

This text has white color on #D9BAD4 background.