COLOR #D8B48D

HEX: #D8B48D
RGB: (216,180,141)

Color info

#D8B48D contains mainly red and green colors. Web safe color of #D8B48D is #CCCC99 (or #CC9).

RGB color model

#D8B48D color RGB value is (216,180,141).

  • red value is 216;
  • green value is 180;
  • blue value is 141.
RGB:
(216,180,141)
(85%,71%,55%)

RGB channels and saturation

R 216 of 255 = 85%
G 180 of 255 = 71%
B 141 of 255 = 55%

216
180
141

R + G + B ~ 70%. #D8B48D is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 180 + 141 = 537 (100%)
R 216 of 537 ~ 40.22%
G 180 of 537 ~ 33.52%
B 141 of 537 ~ 26.26%

%40.22
%33.52
%26.26

CMYK color model

#D8B48D color CMYK value is (0,17,35,15).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 34.72%
  • key color value is 15.29%
CMYK:
(0,17,35,15)
C0M17Y35K15 
(0%,17%,35%,15%)
(0.00/0.17/0.35/0.15)	

CMYK percentages

%0
%16.67
%34.72
%15.29

Codes

Color #D8B48D in popluar color models

D8B48D
RGB216180141
HSL31°49.02%70.00%
HSB/HSV31°34.72%84.71%
CMYK0.00%16.67%34.72%
15.29%

Color #D8B48D in popluar number systems.

HEXD8B48D
Decimal216180141
Binary110110001011010010001101
Octal330264215

Shades and tints

Shades of #D8B48D

#D8B48D
(216,180,141)
#C5A481
(197,164,129)
#B29475
(178,148,117)
#9F8469
(159,132,105)
#8C745D
(140,116,93)
#796451
(121,100,81)
#665445
(102,84,69)
#534439
(83,68,57)
#40342D
(64,52,45)
#2D2421
(45,36,33)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #D8B48D

#D8B48D
(216,180,141)
#DBBA97
(219,186,151)
#DEC0A1
(222,192,161)
#E1C6AB
(225,198,171)
#E4CCB5
(228,204,181)
#E7D2BF
(231,210,191)
#EAD8C9
(234,216,201)
#EDDED3
(237,222,211)
#F0E4DD
(240,228,221)
#F3EAE7
(243,234,231)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B48D color. Also use rgb(216,180,141) instead hex code.

Text Font Color

.myTextColor { color: #D8B48D; }

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

This text font color is #D8B48D.


Background Color

.myBgColor { background-color: #D8B48D; }

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

This div background color is #D8B48D.


Border color

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

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

This div border color is #D8B48D.


Opacity

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

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

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

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

This text has shadow with #D8B48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B48D on black background.


Color preview on white background

This text has color #D8B48D on white background.



Black color preview on #D8B48D background

This text has black color on #D8B48D background.


White color preview on #D8B48D background

This text has white color on #D8B48D background.