COLOR #D6BAD5

HEX: #D6BAD5 RGB: (214,186,213)

Color info

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

RGB color model

#D6BAD5 color RGB value is (214,186,213).

RGB: (214,186,213) (84%, 73%, 84%)

RGB channels and saturation

R 214 of 255 = 84%
G 186 of 255 = 73%
B 213 of 255 = 84%

214
186
213

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

Portions of RGB colors in percentages

R + G + B = 214 + 186 + 213 = 613 (100%)
R 214 of 613 ~ 34.91%
G 186 of 613 ~ 30.34%
B 213 of 613 ~ 34.75'%

%34.91
%30.34
%34.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 0.47%
  • key color value is 16.08%

CMYK: (0,13,0,16)
C0M13Y0K16 (0%, 13%, 0%, 16%)
(0.00 / 0.13 / 0.00 / 0.16)

CMYK percentages

%0
%13.08
%0.47
%16.08

Codes

Color #D6BAD5 in popluar color models

D6 BA D5
RGB 214 186 213
HSL 302° 25.45% 78.43%
HSB/HSV 302° 13.08% 83.92%
CMYK 0.00% 13.08% 0.47%
16.08%

Color #D6BAD5 in popluar number systems.

HEX D6 BA D5
Decimal 214 186 213
Binary 11010110 10111010 11010101
Octal 326 272 325

Shades and tints

Shades of #D6BAD5

#D6BAD5
(214,186,213)
#C3AAC2
(195,170,194)
#B09AAF
(176,154,175)
#9D8A9C
(157,138,156)
#8A7A89
(138,122,137)
#776A76
(119,106,118)
#645A63
(100,90,99)
#514A50
(81,74,80)
#3E3A3D
(62,58,61)
#2B2A2A
(43,42,42)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #D6BAD5

#D6BAD5
(214,186,213)
#D9C0D8
(217,192,216)
#DCC6DB
(220,198,219)
#DFCCDE
(223,204,222)
#E2D2E1
(226,210,225)
#E5D8E4
(229,216,228)
#E8DEE7
(232,222,231)
#EBE4EA
(235,228,234)
#EEEAED
(238,234,237)
#F1F0F0
(241,240,240)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BAD5; }

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

This text font color is #D6BAD5.

Background Color

.myBgColor { background-color: #D6BAD5; }

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

This div background color is #D6BAD5.

Border color

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

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

This div border color is #D6BAD5.

Opacity

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

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

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

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

This text has shadow with #D6BAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BAD5.

Preview

Color preview on black background

This text has color #D6BAD5 on black background.


Color preview on white background

This text has color #D6BAD5 on white background.


Black color preview on #D6BAD5 background

This text has black color on #D6BAD5 background.


White color preview on #D6BAD5 background

This text has white color on #D6BAD5 background.


Related colors

Complementary color

Complementary color for #hex is #29452A.


I love getcolorcode.com

Triadic colors

1 #D5D6BA and #BAD5D6 with #D6BAD5 are triadic colors.

2 #D5BAD6 and #BAD6D5 with #D6BAD5 are triadic colors.