COLOR #D1B08C

HEX: #D1B08C RGB: (209,176,140)

Color info

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

RGB color model

#D1B08C color RGB value is (209,176,140).

RGB: (209,176,140) (82%, 69%, 55%)

RGB channels and saturation

R 209 of 255 = 82%
G 176 of 255 = 69%
B 140 of 255 = 55%

209
176
140

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

Portions of RGB colors in percentages

R + G + B = 209 + 176 + 140 = 525 (100%)
R 209 of 525 ~ 39.81%
G 176 of 525 ~ 33.52%
B 140 of 525 ~ 26.67'%

%39.81
%33.52
%26.67

CMYK color model

#D1B08C color CMYK value is (0,16,33,18).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 33.01%
  • key color value is 18.04%

CMYK: (0,16,33,18)
C0M16Y33K18 (0%, 16%, 33%, 18%)
(0.00 / 0.16 / 0.33 / 0.18)

CMYK percentages

%0
%15.79
%33.01
%18.04

Codes

Color #D1B08C in popluar color models

D1 B0 8C
RGB 209 176 140
HSL 31° 42.86% 68.43%
HSB/HSV 31° 33.01% 81.96%
CMYK 0.00% 15.79% 33.01%
18.04%

Color #D1B08C in popluar number systems.

HEX D1 B0 8C
Decimal 209 176 140
Binary 11010001 10110000 10001100
Octal 321 260 214

Shades and tints

Shades of #D1B08C

#D1B08C
(209,176,140)
#BEA080
(190,160,128)
#AB9074
(171,144,116)
#988068
(152,128,104)
#85705C
(133,112,92)
#726050
(114,96,80)
#5F5044
(95,80,68)
#4C4038
(76,64,56)
#39302C
(57,48,44)
#262020
(38,32,32)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #D1B08C

#D1B08C
(209,176,140)
#D5B796
(213,183,150)
#D9BEA0
(217,190,160)
#DDC5AA
(221,197,170)
#E1CCB4
(225,204,180)
#E5D3BE
(229,211,190)
#E9DAC8
(233,218,200)
#EDE1D2
(237,225,210)
#F1E8DC
(241,232,220)
#F5EFE6
(245,239,230)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B08C color. Also use rgb(209,176,140) instead hex code.

Text Font Color

.myTextColor { color: #D1B08C; }

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

This text font color is #D1B08C.

Background Color

.myBgColor { background-color: #D1B08C; }

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

This div background color is #D1B08C.

Border color

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

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

This div border color is #D1B08C.

Opacity

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

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

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

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

This text has shadow with #D1B08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B08C.

Preview

Color preview on black background

This text has color #D1B08C on black background.


Color preview on white background

This text has color #D1B08C on white background.


Black color preview on #D1B08C background

This text has black color on #D1B08C background.


White color preview on #D1B08C background

This text has white color on #D1B08C background.


Related colors

Complementary color

Complementary color for #hex is #2E4F73.


I love getcolorcode.com

Triadic colors

1 #8CD1B0 and #B08CD1 with #D1B08C are triadic colors.

2 #8CB0D1 and #B0D18C with #D1B08C are triadic colors.