COLOR #D8988B

HEX: #D8988B RGB: (216,152,139)

Color info

#D8988B contains mainly red color. Web safe color of #D8988B is #CC9999 (or #C99).

RGB color model

#D8988B color RGB value is (216,152,139).

RGB: (216,152,139) (85%, 60%, 55%)

RGB channels and saturation

R 216 of 255 = 85%
G 152 of 255 = 60%
B 139 of 255 = 55%

216
152
139

R + G + B ~ 67%. #D8988B is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 152 + 139 = 507 (100%)
R 216 of 507 ~ 42.6%
G 152 of 507 ~ 29.98%
B 139 of 507 ~ 27.42'%

%42.6
%29.98
%27.42

CMYK color model

#D8988B color CMYK value is (0,30,36,15).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 35.65%
  • key color value is 15.29%

CMYK: (0,30,36,15)
C0M30Y36K15 (0%, 30%, 36%, 15%)
(0.00 / 0.30 / 0.36 / 0.15)

CMYK percentages

%0
%29.63
%35.65
%15.29

Codes

Color #D8988B in popluar color models

D8 98 8B
RGB 216 152 139
HSL 10° 49.68% 69.61%
HSB/HSV 10° 35.65% 84.71%
CMYK 0.00% 29.63% 35.65%
15.29%

Color #D8988B in popluar number systems.

HEX D8 98 8B
Decimal 216 152 139
Binary 11011000 10011000 10001011
Octal 330 230 213

Shades and tints

Shades of #D8988B

#D8988B
(216,152,139)
#C58B7F
(197,139,127)
#B27E73
(178,126,115)
#9F7167
(159,113,103)
#8C645B
(140,100,91)
#79574F
(121,87,79)
#664A43
(102,74,67)
#533D37
(83,61,55)
#40302B
(64,48,43)
#2D231F
(45,35,31)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #D8988B

#D8988B
(216,152,139)
#DBA195
(219,161,149)
#DEAA9F
(222,170,159)
#E1B3A9
(225,179,169)
#E4BCB3
(228,188,179)
#E7C5BD
(231,197,189)
#EACEC7
(234,206,199)
#EDD7D1
(237,215,209)
#F0E0DB
(240,224,219)
#F3E9E5
(243,233,229)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8988B color. Also use rgb(216,152,139) instead hex code.

Text Font Color

.myTextColor { color: #D8988B; }

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

This text font color is #D8988B.

Background Color

.myBgColor { background-color: #D8988B; }

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

This div background color is #D8988B.

Border color

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

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

This div border color is #D8988B.

Opacity

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

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

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

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

This text has shadow with #D8988B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8988B.

Preview

Color preview on black background

This text has color #D8988B on black background.


Color preview on white background

This text has color #D8988B on white background.


Black color preview on #D8988B background

This text has black color on #D8988B background.


White color preview on #D8988B background

This text has white color on #D8988B background.


Related colors

Complementary color

Complementary color for #hex is #276774.


I love getcolorcode.com

Triadic colors

1 #8BD898 and #988BD8 with #D8988B are triadic colors.

2 #8B98D8 and #98D88B with #D8988B are triadic colors.