COLOR #D9BADE

HEX: #D9BADE
RGB: (217,186,222)

Color info

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

RGB color model

#D9BADE color RGB value is (217,186,222).

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

RGB channels and saturation

R 217 of 255 = 85%
G 186 of 255 = 73%
B 222 of 255 = 87%

217
186
222

R + G + B ~ 82%. #D9BADE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 186 + 222 = 625 (100%)
R 217 of 625 ~ 34.72%
G 186 of 625 ~ 29.76%
B 222 of 625 ~ 35.52%

%34.72
%29.76
%35.52

CMYK color model

#D9BADE color CMYK value is (2,16,0,13).

  • cyan value is 2.25%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(2,16,0,13)
C2M16Y0K13 
(2%,16%,0%,13%)
(0.02/0.16/0.00/0.13)	

CMYK percentages

%2.25
%16.22
%0
%12.94

Codes

Color #D9BADE in popluar color models

D9BADE
RGB217186222
HSL292°35.29%80.00%
HSB/HSV292°16.22%87.06%
CMYK2.25%16.22%0.00%
12.94%

Color #D9BADE in popluar number systems.

HEXD9BADE
Decimal217186222
Binary110110011011101011011110
Octal331272336

Shades and tints

Shades of #D9BADE

#D9BADE
(217,186,222)
#C6AACA
(198,170,202)
#B39AB6
(179,154,182)
#A08AA2
(160,138,162)
#8D7A8E
(141,122,142)
#7A6A7A
(122,106,122)
#675A66
(103,90,102)
#544A52
(84,74,82)
#413A3E
(65,58,62)
#2E2A2A
(46,42,42)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #D9BADE

#D9BADE
(217,186,222)
#DCC0E1
(220,192,225)
#DFC6E4
(223,198,228)
#E2CCE7
(226,204,231)
#E5D2EA
(229,210,234)
#E8D8ED
(232,216,237)
#EBDEF0
(235,222,240)
#EEE4F3
(238,228,243)
#F1EAF6
(241,234,246)
#F4F0F9
(244,240,249)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BADE; }

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

This text font color is #D9BADE.


Background Color

.myBgColor { background-color: #D9BADE; }

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

This div background color is #D9BADE.


Border color

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

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

This div border color is #D9BADE.


Opacity

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

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

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

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

This text has shadow with #D9BADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BADE on black background.


Color preview on white background

This text has color #D9BADE on white background.



Black color preview on #D9BADE background

This text has black color on #D9BADE background.


White color preview on #D9BADE background

This text has white color on #D9BADE background.