COLOR #D8B185

HEX: #D8B185
RGB: (216,177,133)

Color info

#D8B185 contains mainly red and green colors. Web safe color of #D8B185 is #CC9999 (or #C99).

RGB color model

#D8B185 color RGB value is (216,177,133).

  • red value is 216;
  • green value is 177;
  • blue value is 133.
RGB:
(216,177,133)
(85%,69%,52%)

RGB channels and saturation

R 216 of 255 = 85%
G 177 of 255 = 69%
B 133 of 255 = 52%

216
177
133

R + G + B ~ 69%. #D8B185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 177 + 133 = 526 (100%)
R 216 of 526 ~ 41.06%
G 177 of 526 ~ 33.65%
B 133 of 526 ~ 25.29%

%41.06
%33.65
%25.29

CMYK color model

#D8B185 color CMYK value is (0,18,38,15).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 38.43%
  • key color value is 15.29%
CMYK:
(0,18,38,15)
C0M18Y38K15 
(0%,18%,38%,15%)
(0.00/0.18/0.38/0.15)	

CMYK percentages

%0
%18.06
%38.43
%15.29

Codes

Color #D8B185 in popluar color models

D8B185
RGB216177133
HSL32°51.55%68.43%
HSB/HSV32°38.43%84.71%
CMYK0.00%18.06%38.43%
15.29%

Color #D8B185 in popluar number systems.

HEXD8B185
Decimal216177133
Binary110110001011000110000101
Octal330261205

Shades and tints

Shades of #D8B185

#D8B185
(216,177,133)
#C5A179
(197,161,121)
#B2916D
(178,145,109)
#9F8161
(159,129,97)
#8C7155
(140,113,85)
#796149
(121,97,73)
#66513D
(102,81,61)
#534131
(83,65,49)
#403125
(64,49,37)
#2D2119
(45,33,25)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #D8B185

#D8B185
(216,177,133)
#DBB890
(219,184,144)
#DEBF9B
(222,191,155)
#E1C6A6
(225,198,166)
#E4CDB1
(228,205,177)
#E7D4BC
(231,212,188)
#EADBC7
(234,219,199)
#EDE2D2
(237,226,210)
#F0E9DD
(240,233,221)
#F3F0E8
(243,240,232)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B185; }

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

This text font color is #D8B185.


Background Color

.myBgColor { background-color: #D8B185; }

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

This div background color is #D8B185.


Border color

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

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

This div border color is #D8B185.


Opacity

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

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

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

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

This text has shadow with #D8B185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B185 on black background.


Color preview on white background

This text has color #D8B185 on white background.



Black color preview on #D8B185 background

This text has black color on #D8B185 background.


White color preview on #D8B185 background

This text has white color on #D8B185 background.