COLOR #D5B691

HEX: #D5B691
RGB: (213,182,145)

Color info

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

RGB color model

#D5B691 color RGB value is (213,182,145).

  • red value is 213;
  • green value is 182;
  • blue value is 145.
RGB:
(213,182,145)
(84%,71%,57%)

RGB channels and saturation

R 213 of 255 = 84%
G 182 of 255 = 71%
B 145 of 255 = 57%

213
182
145

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

Portions of RGB colors in percentages

R + G + B =
213 + 182 + 145 = 540 (100%)
R 213 of 540 ~ 39.44%
G 182 of 540 ~ 33.7%
B 145 of 540 ~ 26.85%

%39.44
%33.7
%26.85

CMYK color model

#D5B691 color CMYK value is (0,15,32,16).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 31.92%
  • key color value is 16.47%
CMYK:
(0,15,32,16)
C0M15Y32K16 
(0%,15%,32%,16%)
(0.00/0.15/0.32/0.16)	

CMYK percentages

%0
%14.55
%31.92
%16.47

Codes

Color #D5B691 in popluar color models

D5B691
RGB213182145
HSL33°44.74%70.20%
HSB/HSV33°31.92%83.53%
CMYK0.00%14.55%31.92%
16.47%

Color #D5B691 in popluar number systems.

HEXD5B691
Decimal213182145
Binary110101011011011010010001
Octal325266221

Shades and tints

Shades of #D5B691

#D5B691
(213,182,145)
#C2A684
(194,166,132)
#AF9677
(175,150,119)
#9C866A
(156,134,106)
#89765D
(137,118,93)
#766650
(118,102,80)
#635643
(99,86,67)
#504636
(80,70,54)
#3D3629
(61,54,41)
#2A261C
(42,38,28)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #D5B691

#D5B691
(213,182,145)
#D8BC9B
(216,188,155)
#DBC2A5
(219,194,165)
#DEC8AF
(222,200,175)
#E1CEB9
(225,206,185)
#E4D4C3
(228,212,195)
#E7DACD
(231,218,205)
#EAE0D7
(234,224,215)
#EDE6E1
(237,230,225)
#F0ECEB
(240,236,235)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B691 color. Also use rgb(213,182,145) instead hex code.

Text Font Color

.myTextColor { color: #D5B691; }

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

This text font color is #D5B691.


Background Color

.myBgColor { background-color: #D5B691; }

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

This div background color is #D5B691.


Border color

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

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

This div border color is #D5B691.


Opacity

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

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

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

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

This text has shadow with #D5B691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B691 on black background.


Color preview on white background

This text has color #D5B691 on white background.



Black color preview on #D5B691 background

This text has black color on #D5B691 background.


White color preview on #D5B691 background

This text has white color on #D5B691 background.