COLOR #D5B890

HEX: #D5B890
RGB: (213,184,144)

Color info

#D5B890 contains mainly red and green colors. Web safe color of #D5B890 is #CCCC99 (or #CC9).

RGB color model

#D5B890 color RGB value is (213,184,144).

  • red value is 213;
  • green value is 184;
  • blue value is 144.
RGB:
(213,184,144)
(84%,72%,56%)

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 144 of 255 = 56%

213
184
144

R + G + B ~ 71%. #D5B890 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 184 + 144 = 541 (100%)
R 213 of 541 ~ 39.37%
G 184 of 541 ~ 34.01%
B 144 of 541 ~ 26.62%

%39.37
%34.01
%26.62

CMYK color model

#D5B890 color CMYK value is (0,14,32,16).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 32.39%
  • key color value is 16.47%
CMYK:
(0,14,32,16)
C0M14Y32K16 
(0%,14%,32%,16%)
(0.00/0.14/0.32/0.16)	

CMYK percentages

%0
%13.62
%32.39
%16.47

Codes

Color #D5B890 in popluar color models

D5B890
RGB213184144
HSL35°45.10%70.00%
HSB/HSV35°32.39%83.53%
CMYK0.00%13.62%32.39%
16.47%

Color #D5B890 in popluar number systems.

HEXD5B890
Decimal213184144
Binary110101011011100010010000
Octal325270220

Shades and tints

Shades of #D5B890

#D5B890
(213,184,144)
#C2A883
(194,168,131)
#AF9876
(175,152,118)
#9C8869
(156,136,105)
#89785C
(137,120,92)
#76684F
(118,104,79)
#635842
(99,88,66)
#504835
(80,72,53)
#3D3828
(61,56,40)
#2A281B
(42,40,27)
#17180E
(23,24,14)
#000000
(0,0,0)

Tints of #D5B890

#D5B890
(213,184,144)
#D8BE9A
(216,190,154)
#DBC4A4
(219,196,164)
#DECAAE
(222,202,174)
#E1D0B8
(225,208,184)
#E4D6C2
(228,214,194)
#E7DCCC
(231,220,204)
#EAE2D6
(234,226,214)
#EDE8E0
(237,232,224)
#F0EEEA
(240,238,234)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B890 color. Also use rgb(213,184,144) instead hex code.

Text Font Color

.myTextColor { color: #D5B890; }

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

This text font color is #D5B890.


Background Color

.myBgColor { background-color: #D5B890; }

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

This div background color is #D5B890.


Border color

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

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

This div border color is #D5B890.


Opacity

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

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

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

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

This text has shadow with #D5B890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B890 on black background.


Color preview on white background

This text has color #D5B890 on white background.



Black color preview on #D5B890 background

This text has black color on #D5B890 background.


White color preview on #D5B890 background

This text has white color on #D5B890 background.