COLOR #D1BDA0

HEX: #D1BDA0 RGB: (209,189,160)

Color info

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

RGB color model

#D1BDA0 color RGB value is (209,189,160).

RGB: (209,189,160) (82%, 74%, 63%)

RGB channels and saturation

R 209 of 255 = 82%
G 189 of 255 = 74%
B 160 of 255 = 63%

209
189
160

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

Portions of RGB colors in percentages

R + G + B = 209 + 189 + 160 = 558 (100%)
R 209 of 558 ~ 37.46%
G 189 of 558 ~ 33.87%
B 160 of 558 ~ 28.67'%

%37.46
%33.87
%28.67

CMYK color model

#D1BDA0 color CMYK value is (0,10,23,18).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 23.44%
  • key color value is 18.04%

CMYK: (0,10,23,18)
C0M10Y23K18 (0%, 10%, 23%, 18%)
(0.00 / 0.10 / 0.23 / 0.18)

CMYK percentages

%0
%9.57
%23.44
%18.04

Codes

Color #D1BDA0 in popluar color models

D1 BD A0
RGB 209 189 160
HSL 36° 34.75% 72.35%
HSB/HSV 36° 23.44% 81.96%
CMYK 0.00% 9.57% 23.44%
18.04%

Color #D1BDA0 in popluar number systems.

HEX D1 BD A0
Decimal 209 189 160
Binary 11010001 10111101 10100000
Octal 321 275 240

Shades and tints

Shades of #D1BDA0

#D1BDA0
(209,189,160)
#BEAC92
(190,172,146)
#AB9B84
(171,155,132)
#988A76
(152,138,118)
#857968
(133,121,104)
#72685A
(114,104,90)
#5F574C
(95,87,76)
#4C463E
(76,70,62)
#393530
(57,53,48)
#262422
(38,36,34)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #D1BDA0

#D1BDA0
(209,189,160)
#D5C3A8
(213,195,168)
#D9C9B0
(217,201,176)
#DDCFB8
(221,207,184)
#E1D5C0
(225,213,192)
#E5DBC8
(229,219,200)
#E9E1D0
(233,225,208)
#EDE7D8
(237,231,216)
#F1EDE0
(241,237,224)
#F5F3E8
(245,243,232)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BDA0 color. Also use rgb(209,189,160) instead hex code.

Text Font Color

.myTextColor { color: #D1BDA0; }

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

This text font color is #D1BDA0.

Background Color

.myBgColor { background-color: #D1BDA0; }

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

This div background color is #D1BDA0.

Border color

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

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

This div border color is #D1BDA0.

Opacity

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

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

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

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

This text has shadow with #D1BDA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BDA0.

Preview

Color preview on black background

This text has color #D1BDA0 on black background.


Color preview on white background

This text has color #D1BDA0 on white background.


Black color preview on #D1BDA0 background

This text has black color on #D1BDA0 background.


White color preview on #D1BDA0 background

This text has white color on #D1BDA0 background.


Related colors

Complementary color

Complementary color for #hex is #2E425F.


I love getcolorcode.com

Triadic colors

1 #A0D1BD and #BDA0D1 with #D1BDA0 are triadic colors.

2 #A0BDD1 and #BDD1A0 with #D1BDA0 are triadic colors.