COLOR #D1BADE

HEX: #D1BADE
RGB: (209,186,222)

Color info

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

RGB color model

#D1BADE color RGB value is (209,186,222).

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

RGB channels and saturation

R 209 of 255 = 82%
G 186 of 255 = 73%
B 222 of 255 = 87%

209
186
222

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

Portions of RGB colors in percentages

R + G + B =
209 + 186 + 222 = 617 (100%)
R 209 of 617 ~ 33.87%
G 186 of 617 ~ 30.15%
B 222 of 617 ~ 35.98%

%33.87
%30.15
%35.98

CMYK color model

#D1BADE color CMYK value is (6,16,0,13).

  • cyan value is 5.86%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(6,16,0,13)
C6M16Y0K13 
(6%,16%,0%,13%)
(0.06/0.16/0.00/0.13)	

CMYK percentages

%5.86
%16.22
%0
%12.94

Codes

Color #D1BADE in popluar color models

D1BADE
RGB209186222
HSL278°35.29%80.00%
HSB/HSV278°16.22%87.06%
CMYK5.86%16.22%0.00%
12.94%

Color #D1BADE in popluar number systems.

HEXD1BADE
Decimal209186222
Binary110100011011101011011110
Octal321272336

Shades and tints

Shades of #D1BADE

#D1BADE
(209,186,222)
#BEAACA
(190,170,202)
#AB9AB6
(171,154,182)
#988AA2
(152,138,162)
#857A8E
(133,122,142)
#726A7A
(114,106,122)
#5F5A66
(95,90,102)
#4C4A52
(76,74,82)
#393A3E
(57,58,62)
#262A2A
(38,42,42)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #D1BADE

#D1BADE
(209,186,222)
#D5C0E1
(213,192,225)
#D9C6E4
(217,198,228)
#DDCCE7
(221,204,231)
#E1D2EA
(225,210,234)
#E5D8ED
(229,216,237)
#E9DEF0
(233,222,240)
#EDE4F3
(237,228,243)
#F1EAF6
(241,234,246)
#F5F0F9
(245,240,249)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BADE; }

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

This text font color is #D1BADE.


Background Color

.myBgColor { background-color: #D1BADE; }

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

This div background color is #D1BADE.


Border color

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

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

This div border color is #D1BADE.


Opacity

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

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

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

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

This text has shadow with #D1BADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BADE on black background.


Color preview on white background

This text has color #D1BADE on white background.



Black color preview on #D1BADE background

This text has black color on #D1BADE background.


White color preview on #D1BADE background

This text has white color on #D1BADE background.