COLOR #D6BAD4

HEX: #D6BAD4
RGB: (214,186,212)

Color info

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

RGB color model

#D6BAD4 color RGB value is (214,186,212).

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

RGB channels and saturation

R 214 of 255 = 84%
G 186 of 255 = 73%
B 212 of 255 = 83%

214
186
212

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

Portions of RGB colors in percentages

R + G + B =
214 + 186 + 212 = 612 (100%)
R 214 of 612 ~ 34.97%
G 186 of 612 ~ 30.39%
B 212 of 612 ~ 34.64%

%34.97
%30.39
%34.64

CMYK color model

#D6BAD4 color CMYK value is (0,13,1,16).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 0.93%
  • key color value is 16.08%
CMYK:
(0,13,1,16)
C0M13Y1K16 
(0%,13%,1%,16%)
(0.00/0.13/0.01/0.16)	

CMYK percentages

%0
%13.08
%0.93
%16.08

Codes

Color #D6BAD4 in popluar color models

D6BAD4
RGB214186212
HSL304°25.45%78.43%
HSB/HSV304°13.08%83.92%
CMYK0.00%13.08%0.93%
16.08%

Color #D6BAD4 in popluar number systems.

HEXD6BAD4
Decimal214186212
Binary110101101011101011010100
Octal326272324

Shades and tints

Shades of #D6BAD4

#D6BAD4
(214,186,212)
#C3AAC1
(195,170,193)
#B09AAE
(176,154,174)
#9D8A9B
(157,138,155)
#8A7A88
(138,122,136)
#776A75
(119,106,117)
#645A62
(100,90,98)
#514A4F
(81,74,79)
#3E3A3C
(62,58,60)
#2B2A29
(43,42,41)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #D6BAD4

#D6BAD4
(214,186,212)
#D9C0D7
(217,192,215)
#DCC6DA
(220,198,218)
#DFCCDD
(223,204,221)
#E2D2E0
(226,210,224)
#E5D8E3
(229,216,227)
#E8DEE6
(232,222,230)
#EBE4E9
(235,228,233)
#EEEAEC
(238,234,236)
#F1F0EF
(241,240,239)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BAD4; }

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

This text font color is #D6BAD4.


Background Color

.myBgColor { background-color: #D6BAD4; }

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

This div background color is #D6BAD4.


Border color

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

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

This div border color is #D6BAD4.


Opacity

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

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

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

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

This text has shadow with #D6BAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BAD4 on black background.


Color preview on white background

This text has color #D6BAD4 on white background.



Black color preview on #D6BAD4 background

This text has black color on #D6BAD4 background.


White color preview on #D6BAD4 background

This text has white color on #D6BAD4 background.