COLOR #D5B08A

HEX: #D5B08A RGB: (213,176,138)

Color info

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

RGB color model

#D5B08A color RGB value is (213,176,138).

RGB: (213,176,138) (84%, 69%, 54%)

RGB channels and saturation

R 213 of 255 = 84%
G 176 of 255 = 69%
B 138 of 255 = 54%

213
176
138

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

Portions of RGB colors in percentages

R + G + B = 213 + 176 + 138 = 527 (100%)
R 213 of 527 ~ 40.42%
G 176 of 527 ~ 33.4%
B 138 of 527 ~ 26.19'%

%40.42
%33.4
%26.19

CMYK color model

#D5B08A color CMYK value is (0,17,35,16).

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

CMYK: (0,17,35,16)
C0M17Y35K16 (0%, 17%, 35%, 16%)
(0.00 / 0.17 / 0.35 / 0.16)

CMYK percentages

%0
%17.37
%35.21
%16.47

Codes

Color #D5B08A in popluar color models

D5 B0 8A
RGB 213 176 138
HSL 30° 47.17% 68.82%
HSB/HSV 30° 35.21% 83.53%
CMYK 0.00% 17.37% 35.21%
16.47%

Color #D5B08A in popluar number systems.

HEX D5 B0 8A
Decimal 213 176 138
Binary 11010101 10110000 10001010
Octal 325 260 212

Shades and tints

Shades of #D5B08A

#D5B08A
(213,176,138)
#C2A07E
(194,160,126)
#AF9072
(175,144,114)
#9C8066
(156,128,102)
#89705A
(137,112,90)
#76604E
(118,96,78)
#635042
(99,80,66)
#504036
(80,64,54)
#3D302A
(61,48,42)
#2A201E
(42,32,30)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #D5B08A

#D5B08A
(213,176,138)
#D8B794
(216,183,148)
#DBBE9E
(219,190,158)
#DEC5A8
(222,197,168)
#E1CCB2
(225,204,178)
#E4D3BC
(228,211,188)
#E7DAC6
(231,218,198)
#EAE1D0
(234,225,208)
#EDE8DA
(237,232,218)
#F0EFE4
(240,239,228)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B08A; }

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

This text font color is #D5B08A.

Background Color

.myBgColor { background-color: #D5B08A; }

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

This div background color is #D5B08A.

Border color

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

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

This div border color is #D5B08A.

Opacity

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

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

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

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

This text has shadow with #D5B08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B08A.

Preview

Color preview on black background

This text has color #D5B08A on black background.


Color preview on white background

This text has color #D5B08A on white background.


Black color preview on #D5B08A background

This text has black color on #D5B08A background.


White color preview on #D5B08A background

This text has white color on #D5B08A background.


Related colors

Complementary color

Complementary color for #hex is #2A4F75.


I love getcolorcode.com

Triadic colors

1 #8AD5B0 and #B08AD5 with #D5B08A are triadic colors.

2 #8AB0D5 and #B0D58A with #D5B08A are triadic colors.