COLOR #D8B19B

HEX: #D8B19B
RGB: (216,177,155)

Color info

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

RGB color model

#D8B19B color RGB value is (216,177,155).

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

RGB channels and saturation

R 216 of 255 = 85%
G 177 of 255 = 69%
B 155 of 255 = 61%

216
177
155

R + G + B ~ 72%. #D8B19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 177 + 155 = 548 (100%)
R 216 of 548 ~ 39.42%
G 177 of 548 ~ 32.3%
B 155 of 548 ~ 28.28%

%39.42
%32.3
%28.28

CMYK color model

#D8B19B color CMYK value is (0,18,28,15).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 28.24%
  • key color value is 15.29%
CMYK:
(0,18,28,15)
C0M18Y28K15 
(0%,18%,28%,15%)
(0.00/0.18/0.28/0.15)	

CMYK percentages

%0
%18.06
%28.24
%15.29

Codes

Color #D8B19B in popluar color models

D8B19B
RGB216177155
HSL22°43.88%72.75%
HSB/HSV22°28.24%84.71%
CMYK0.00%18.06%28.24%
15.29%

Color #D8B19B in popluar number systems.

HEXD8B19B
Decimal216177155
Binary110110001011000110011011
Octal330261233

Shades and tints

Shades of #D8B19B

#D8B19B
(216,177,155)
#C5A18D
(197,161,141)
#B2917F
(178,145,127)
#9F8171
(159,129,113)
#8C7163
(140,113,99)
#796155
(121,97,85)
#665147
(102,81,71)
#534139
(83,65,57)
#40312B
(64,49,43)
#2D211D
(45,33,29)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #D8B19B

#D8B19B
(216,177,155)
#DBB8A4
(219,184,164)
#DEBFAD
(222,191,173)
#E1C6B6
(225,198,182)
#E4CDBF
(228,205,191)
#E7D4C8
(231,212,200)
#EADBD1
(234,219,209)
#EDE2DA
(237,226,218)
#F0E9E3
(240,233,227)
#F3F0EC
(243,240,236)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B19B; }

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

This text font color is #D8B19B.


Background Color

.myBgColor { background-color: #D8B19B; }

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

This div background color is #D8B19B.


Border color

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

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

This div border color is #D8B19B.


Opacity

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

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

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

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

This text has shadow with #D8B19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B19B on black background.


Color preview on white background

This text has color #D8B19B on white background.



Black color preview on #D8B19B background

This text has black color on #D8B19B background.


White color preview on #D8B19B background

This text has white color on #D8B19B background.