COLOR #D8B28C

HEX: #D8B28C RGB: (216,178,140)

Color info

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

RGB color model

#D8B28C color RGB value is (216,178,140).

RGB: (216,178,140) (85%, 70%, 55%)

RGB channels and saturation

R 216 of 255 = 85%
G 178 of 255 = 70%
B 140 of 255 = 55%

216
178
140

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

Portions of RGB colors in percentages

R + G + B = 216 + 178 + 140 = 534 (100%)
R 216 of 534 ~ 40.45%
G 178 of 534 ~ 33.33%
B 140 of 534 ~ 26.22'%

%40.45
%33.33
%26.22

CMYK color model

#D8B28C color CMYK value is (0,18,35,15).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 35.19%
  • key color value is 15.29%

CMYK: (0,18,35,15)
C0M18Y35K15 (0%, 18%, 35%, 15%)
(0.00 / 0.18 / 0.35 / 0.15)

CMYK percentages

%0
%17.59
%35.19
%15.29

Codes

Color #D8B28C in popluar color models

D8 B2 8C
RGB 216 178 140
HSL 30° 49.35% 69.80%
HSB/HSV 30° 35.19% 84.71%
CMYK 0.00% 17.59% 35.19%
15.29%

Color #D8B28C in popluar number systems.

HEX D8 B2 8C
Decimal 216 178 140
Binary 11011000 10110010 10001100
Octal 330 262 214

Shades and tints

Shades of #D8B28C

#D8B28C
(216,178,140)
#C5A280
(197,162,128)
#B29274
(178,146,116)
#9F8268
(159,130,104)
#8C725C
(140,114,92)
#796250
(121,98,80)
#665244
(102,82,68)
#534238
(83,66,56)
#40322C
(64,50,44)
#2D2220
(45,34,32)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #D8B28C

#D8B28C
(216,178,140)
#DBB996
(219,185,150)
#DEC0A0
(222,192,160)
#E1C7AA
(225,199,170)
#E4CEB4
(228,206,180)
#E7D5BE
(231,213,190)
#EADCC8
(234,220,200)
#EDE3D2
(237,227,210)
#F0EADC
(240,234,220)
#F3F1E6
(243,241,230)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B28C color. Also use rgb(216,178,140) instead hex code.

Text Font Color

.myTextColor { color: #D8B28C; }

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

This text font color is #D8B28C.

Background Color

.myBgColor { background-color: #D8B28C; }

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

This div background color is #D8B28C.

Border color

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

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

This div border color is #D8B28C.

Opacity

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

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

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

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

This text has shadow with #D8B28C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B28C.

Preview

Color preview on black background

This text has color #D8B28C on black background.


Color preview on white background

This text has color #D8B28C on white background.


Black color preview on #D8B28C background

This text has black color on #D8B28C background.


White color preview on #D8B28C background

This text has white color on #D8B28C background.


Related colors

Complementary color

Complementary color for #hex is #274D73.


I love getcolorcode.com

Triadic colors

1 #8CD8B2 and #B28CD8 with #D8B28C are triadic colors.

2 #8CB2D8 and #B2D88C with #D8B28C are triadic colors.