COLOR #D6BADE

HEX: #D6BADE
RGB: (214,186,222)

Color info

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

RGB color model

#D6BADE color RGB value is (214,186,222).

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

RGB channels and saturation

R 214 of 255 = 84%
G 186 of 255 = 73%
B 222 of 255 = 87%

214
186
222

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

Portions of RGB colors in percentages

R + G + B =
214 + 186 + 222 = 622 (100%)
R 214 of 622 ~ 34.41%
G 186 of 622 ~ 29.9%
B 222 of 622 ~ 35.69%

%34.41
%29.9
%35.69

CMYK color model

#D6BADE color CMYK value is (4,16,0,13).

  • cyan value is 3.60%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,16,0,13)
C4M16Y0K13 
(4%,16%,0%,13%)
(0.04/0.16/0.00/0.13)	

CMYK percentages

%3.6
%16.22
%0
%12.94

Codes

Color #D6BADE in popluar color models

D6BADE
RGB214186222
HSL287°35.29%80.00%
HSB/HSV287°16.22%87.06%
CMYK3.60%16.22%0.00%
12.94%

Color #D6BADE in popluar number systems.

HEXD6BADE
Decimal214186222
Binary110101101011101011011110
Octal326272336

Shades and tints

Shades of #D6BADE

#D6BADE
(214,186,222)
#C3AACA
(195,170,202)
#B09AB6
(176,154,182)
#9D8AA2
(157,138,162)
#8A7A8E
(138,122,142)
#776A7A
(119,106,122)
#645A66
(100,90,102)
#514A52
(81,74,82)
#3E3A3E
(62,58,62)
#2B2A2A
(43,42,42)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #D6BADE

#D6BADE
(214,186,222)
#D9C0E1
(217,192,225)
#DCC6E4
(220,198,228)
#DFCCE7
(223,204,231)
#E2D2EA
(226,210,234)
#E5D8ED
(229,216,237)
#E8DEF0
(232,222,240)
#EBE4F3
(235,228,243)
#EEEAF6
(238,234,246)
#F1F0F9
(241,240,249)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BADE; }

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

This text font color is #D6BADE.


Background Color

.myBgColor { background-color: #D6BADE; }

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

This div background color is #D6BADE.


Border color

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

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

This div border color is #D6BADE.


Opacity

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

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

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

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

This text has shadow with #D6BADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BADE on black background.


Color preview on white background

This text has color #D6BADE on white background.



Black color preview on #D6BADE background

This text has black color on #D6BADE background.


White color preview on #D6BADE background

This text has white color on #D6BADE background.