COLOR #D5B08E

HEX: #D5B08E RGB: (213,176,142)

Color info

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

RGB color model

#D5B08E color RGB value is (213,176,142).

RGB: (213,176,142) (84%, 69%, 56%)

RGB channels and saturation

R 213 of 255 = 84%
G 176 of 255 = 69%
B 142 of 255 = 56%

213
176
142

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

Portions of RGB colors in percentages

R + G + B = 213 + 176 + 142 = 531 (100%)
R 213 of 531 ~ 40.11%
G 176 of 531 ~ 33.15%
B 142 of 531 ~ 26.74'%

%40.11
%33.15
%26.74

CMYK color model

#D5B08E color CMYK value is (0,17,33,16).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 33.33%
  • key color value is 16.47%

CMYK: (0,17,33,16)
C0M17Y33K16 (0%, 17%, 33%, 16%)
(0.00 / 0.17 / 0.33 / 0.16)

CMYK percentages

%0
%17.37
%33.33
%16.47

Codes

Color #D5B08E in popluar color models

D5 B0 8E
RGB 213 176 142
HSL 29° 45.81% 69.61%
HSB/HSV 29° 33.33% 83.53%
CMYK 0.00% 17.37% 33.33%
16.47%

Color #D5B08E in popluar number systems.

HEX D5 B0 8E
Decimal 213 176 142
Binary 11010101 10110000 10001110
Octal 325 260 216

Shades and tints

Shades of #D5B08E

#D5B08E
(213,176,142)
#C2A082
(194,160,130)
#AF9076
(175,144,118)
#9C806A
(156,128,106)
#89705E
(137,112,94)
#766052
(118,96,82)
#635046
(99,80,70)
#50403A
(80,64,58)
#3D302E
(61,48,46)
#2A2022
(42,32,34)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #D5B08E

#D5B08E
(213,176,142)
#D8B798
(216,183,152)
#DBBEA2
(219,190,162)
#DEC5AC
(222,197,172)
#E1CCB6
(225,204,182)
#E4D3C0
(228,211,192)
#E7DACA
(231,218,202)
#EAE1D4
(234,225,212)
#EDE8DE
(237,232,222)
#F0EFE8
(240,239,232)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B08E color. Also use rgb(213,176,142) instead hex code.

Text Font Color

.myTextColor { color: #D5B08E; }

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

This text font color is #D5B08E.

Background Color

.myBgColor { background-color: #D5B08E; }

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

This div background color is #D5B08E.

Border color

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

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

This div border color is #D5B08E.

Opacity

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

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

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

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

This text has shadow with #D5B08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B08E.

Preview

Color preview on black background

This text has color #D5B08E on black background.


Color preview on white background

This text has color #D5B08E on white background.


Black color preview on #D5B08E background

This text has black color on #D5B08E background.


White color preview on #D5B08E background

This text has white color on #D5B08E background.


Related colors

Complementary color

Complementary color for #hex is #2A4F71.


I love getcolorcode.com

Triadic colors

1 #8ED5B0 and #B08ED5 with #D5B08E are triadic colors.

2 #8EB0D5 and #B0D58E with #D5B08E are triadic colors.