COLOR #D5BD9A

HEX: #D5BD9A RGB: (213,189,154)

Color info

#D5BD9A contains red, green and blue colors in about the same proportion. Web safe color of #D5BD9A is #CCCC99 (or #CC9).

RGB color model

#D5BD9A color RGB value is (213,189,154).

RGB: (213,189,154) (84%, 74%, 60%)

RGB channels and saturation

R 213 of 255 = 84%
G 189 of 255 = 74%
B 154 of 255 = 60%

213
189
154

R + G + B ~ 73%. #D5BD9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 189 + 154 = 556 (100%)
R 213 of 556 ~ 38.31%
G 189 of 556 ~ 33.99%
B 154 of 556 ~ 27.7'%

%38.31
%33.99
%27.7

CMYK color model

#D5BD9A color CMYK value is (0,11,28,16).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 27.70%
  • key color value is 16.47%

CMYK: (0,11,28,16)
C0M11Y28K16 (0%, 11%, 28%, 16%)
(0.00 / 0.11 / 0.28 / 0.16)

CMYK percentages

%0
%11.27
%27.7
%16.47

Codes

Color #D5BD9A in popluar color models

D5 BD 9A
RGB 213 189 154
HSL 36° 41.26% 71.96%
HSB/HSV 36° 27.70% 83.53%
CMYK 0.00% 11.27% 27.70%
16.47%

Color #D5BD9A in popluar number systems.

HEX D5 BD 9A
Decimal 213 189 154
Binary 11010101 10111101 10011010
Octal 325 275 232

Shades and tints

Shades of #D5BD9A

#D5BD9A
(213,189,154)
#C2AC8C
(194,172,140)
#AF9B7E
(175,155,126)
#9C8A70
(156,138,112)
#897962
(137,121,98)
#766854
(118,104,84)
#635746
(99,87,70)
#504638
(80,70,56)
#3D352A
(61,53,42)
#2A241C
(42,36,28)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #D5BD9A

#D5BD9A
(213,189,154)
#D8C3A3
(216,195,163)
#DBC9AC
(219,201,172)
#DECFB5
(222,207,181)
#E1D5BE
(225,213,190)
#E4DBC7
(228,219,199)
#E7E1D0
(231,225,208)
#EAE7D9
(234,231,217)
#EDEDE2
(237,237,226)
#F0F3EB
(240,243,235)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BD9A color. Also use rgb(213,189,154) instead hex code.

Text Font Color

.myTextColor { color: #D5BD9A; }

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

This text font color is #D5BD9A.

Background Color

.myBgColor { background-color: #D5BD9A; }

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

This div background color is #D5BD9A.

Border color

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

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

This div border color is #D5BD9A.

Opacity

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

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

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

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

This text has shadow with #D5BD9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BD9A.

Preview

Color preview on black background

This text has color #D5BD9A on black background.


Color preview on white background

This text has color #D5BD9A on white background.


Black color preview on #D5BD9A background

This text has black color on #D5BD9A background.


White color preview on #D5BD9A background

This text has white color on #D5BD9A background.


Related colors

Complementary color

Complementary color for #hex is #2A4265.


I love getcolorcode.com

Triadic colors

1 #9AD5BD and #BD9AD5 with #D5BD9A are triadic colors.

2 #9ABDD5 and #BDD59A with #D5BD9A are triadic colors.