COLOR #D8B1AD

HEX: #D8B1AD RGB: (216,177,173)

Color info

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

RGB color model

#D8B1AD color RGB value is (216,177,173).

RGB: (216,177,173) (85%, 69%, 68%)

RGB channels and saturation

R 216 of 255 = 85%
G 177 of 255 = 69%
B 173 of 255 = 68%

216
177
173

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

Portions of RGB colors in percentages

R + G + B = 216 + 177 + 173 = 566 (100%)
R 216 of 566 ~ 38.16%
G 177 of 566 ~ 31.27%
B 173 of 566 ~ 30.57'%

%38.16
%31.27
%30.57

CMYK color model

#D8B1AD color CMYK value is (0,18,20,15).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 19.91%
  • key color value is 15.29%

CMYK: (0,18,20,15)
C0M18Y20K15 (0%, 18%, 20%, 15%)
(0.00 / 0.18 / 0.20 / 0.15)

CMYK percentages

%0
%18.06
%19.91
%15.29

Codes

Color #D8B1AD in popluar color models

D8 B1 AD
RGB 216 177 173
HSL 35.54% 76.27%
HSB/HSV 19.91% 84.71%
CMYK 0.00% 18.06% 19.91%
15.29%

Color #D8B1AD in popluar number systems.

HEX D8 B1 AD
Decimal 216 177 173
Binary 11011000 10110001 10101101
Octal 330 261 255

Shades and tints

Shades of #D8B1AD

#D8B1AD
(216,177,173)
#C5A19E
(197,161,158)
#B2918F
(178,145,143)
#9F8180
(159,129,128)
#8C7171
(140,113,113)
#796162
(121,97,98)
#665153
(102,81,83)
#534144
(83,65,68)
#403135
(64,49,53)
#2D2126
(45,33,38)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #D8B1AD

#D8B1AD
(216,177,173)
#DBB8B4
(219,184,180)
#DEBFBB
(222,191,187)
#E1C6C2
(225,198,194)
#E4CDC9
(228,205,201)
#E7D4D0
(231,212,208)
#EADBD7
(234,219,215)
#EDE2DE
(237,226,222)
#F0E9E5
(240,233,229)
#F3F0EC
(243,240,236)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B1AD color. Also use rgb(216,177,173) instead hex code.

Text Font Color

.myTextColor { color: #D8B1AD; }

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

This text font color is #D8B1AD.

Background Color

.myBgColor { background-color: #D8B1AD; }

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

This div background color is #D8B1AD.

Border color

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

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

This div border color is #D8B1AD.

Opacity

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

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

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

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

This text has shadow with #D8B1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B1AD.

Preview

Color preview on black background

This text has color #D8B1AD on black background.


Color preview on white background

This text has color #D8B1AD on white background.


Black color preview on #D8B1AD background

This text has black color on #D8B1AD background.


White color preview on #D8B1AD background

This text has white color on #D8B1AD background.


Related colors

Complementary color

Complementary color for #hex is #274E52.


I love getcolorcode.com

Triadic colors

1 #ADD8B1 and #B1ADD8 with #D8B1AD are triadic colors.

2 #ADB1D8 and #B1D8AD with #D8B1AD are triadic colors.