COLOR #D6BACE

HEX: #D6BACE
RGB: (214,186,206)

Color info

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

RGB color model

#D6BACE color RGB value is (214,186,206).

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

RGB channels and saturation

R 214 of 255 = 84%
G 186 of 255 = 73%
B 206 of 255 = 81%

214
186
206

R + G + B ~ 79%. #D6BACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 186 + 206 = 606 (100%)
R 214 of 606 ~ 35.31%
G 186 of 606 ~ 30.69%
B 206 of 606 ~ 33.99%

%35.31
%30.69
%33.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(0,13,4,16)
C0M13Y4K16 
(0%,13%,4%,16%)
(0.00/0.13/0.04/0.16)	

CMYK percentages

%0
%13.08
%3.74
%16.08

Codes

Color #D6BACE in popluar color models

D6BACE
RGB214186206
HSL317°25.45%78.43%
HSB/HSV317°13.08%83.92%
CMYK0.00%13.08%3.74%
16.08%

Color #D6BACE in popluar number systems.

HEXD6BACE
Decimal214186206
Binary110101101011101011001110
Octal326272316

Shades and tints

Shades of #D6BACE

#D6BACE
(214,186,206)
#C3AABC
(195,170,188)
#B09AAA
(176,154,170)
#9D8A98
(157,138,152)
#8A7A86
(138,122,134)
#776A74
(119,106,116)
#645A62
(100,90,98)
#514A50
(81,74,80)
#3E3A3E
(62,58,62)
#2B2A2C
(43,42,44)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #D6BACE

#D6BACE
(214,186,206)
#D9C0D2
(217,192,210)
#DCC6D6
(220,198,214)
#DFCCDA
(223,204,218)
#E2D2DE
(226,210,222)
#E5D8E2
(229,216,226)
#E8DEE6
(232,222,230)
#EBE4EA
(235,228,234)
#EEEAEE
(238,234,238)
#F1F0F2
(241,240,242)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BACE; }

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

This text font color is #D6BACE.


Background Color

.myBgColor { background-color: #D6BACE; }

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

This div background color is #D6BACE.


Border color

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

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

This div border color is #D6BACE.


Opacity

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

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

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

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

This text has shadow with #D6BACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BACE on black background.


Color preview on white background

This text has color #D6BACE on white background.



Black color preview on #D6BACE background

This text has black color on #D6BACE background.


White color preview on #D6BACE background

This text has white color on #D6BACE background.