COLOR #D6B0AD

HEX: #D6B0AD RGB: (214,176,173)

Color info

#D6B0AD contains red, green and blue colors in about the same proportion. Web safe color of #D6B0AD is #CC9999 (or #C99).

RGB color model

#D6B0AD color RGB value is (214,176,173).

RGB: (214,176,173) (84%, 69%, 68%)

RGB channels and saturation

R 214 of 255 = 84%
G 176 of 255 = 69%
B 173 of 255 = 68%

214
176
173

R + G + B ~ 74%. #D6B0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 176 + 173 = 563 (100%)
R 214 of 563 ~ 38.01%
G 176 of 563 ~ 31.26%
B 173 of 563 ~ 30.73'%

%38.01
%31.26
%30.73

CMYK color model

#D6B0AD color CMYK value is (0,18,19,16).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 19.16%
  • key color value is 16.08%

CMYK: (0,18,19,16)
C0M18Y19K16 (0%, 18%, 19%, 16%)
(0.00 / 0.18 / 0.19 / 0.16)

CMYK percentages

%0
%17.76
%19.16
%16.08

Codes

Color #D6B0AD in popluar color models

D6 B0 AD
RGB 214 176 173
HSL 33.33% 75.88%
HSB/HSV 19.16% 83.92%
CMYK 0.00% 17.76% 19.16%
16.08%

Color #D6B0AD in popluar number systems.

HEX D6 B0 AD
Decimal 214 176 173
Binary 11010110 10110000 10101101
Octal 326 260 255

Shades and tints

Shades of #D6B0AD

#D6B0AD
(214,176,173)
#C3A09E
(195,160,158)
#B0908F
(176,144,143)
#9D8080
(157,128,128)
#8A7071
(138,112,113)
#776062
(119,96,98)
#645053
(100,80,83)
#514044
(81,64,68)
#3E3035
(62,48,53)
#2B2026
(43,32,38)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #D6B0AD

#D6B0AD
(214,176,173)
#D9B7B4
(217,183,180)
#DCBEBB
(220,190,187)
#DFC5C2
(223,197,194)
#E2CCC9
(226,204,201)
#E5D3D0
(229,211,208)
#E8DAD7
(232,218,215)
#EBE1DE
(235,225,222)
#EEE8E5
(238,232,229)
#F1EFEC
(241,239,236)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B0AD color. Also use rgb(214,176,173) instead hex code.

Text Font Color

.myTextColor { color: #D6B0AD; }

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

This text font color is #D6B0AD.

Background Color

.myBgColor { background-color: #D6B0AD; }

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

This div background color is #D6B0AD.

Border color

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

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

This div border color is #D6B0AD.

Opacity

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

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

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

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

This text has shadow with #D6B0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B0AD.

Preview

Color preview on black background

This text has color #D6B0AD on black background.


Color preview on white background

This text has color #D6B0AD on white background.


Black color preview on #D6B0AD background

This text has black color on #D6B0AD background.


White color preview on #D6B0AD background

This text has white color on #D6B0AD background.


Related colors

Complementary color

Complementary color for #hex is #294F52.


I love getcolorcode.com

Triadic colors

1 #ADD6B0 and #B0ADD6 with #D6B0AD are triadic colors.

2 #ADB0D6 and #B0D6AD with #D6B0AD are triadic colors.