COLOR #D1B095

HEX: #D1B095 RGB: (209,176,149)

Color info

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

RGB color model

#D1B095 color RGB value is (209,176,149).

RGB: (209,176,149) (82%, 69%, 58%)

RGB channels and saturation

R 209 of 255 = 82%
G 176 of 255 = 69%
B 149 of 255 = 58%

209
176
149

R + G + B ~ 70%. #D1B095 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 176 + 149 = 534 (100%)
R 209 of 534 ~ 39.14%
G 176 of 534 ~ 32.96%
B 149 of 534 ~ 27.9'%

%39.14
%32.96
%27.9

CMYK color model

#D1B095 color CMYK value is (0,16,29,18).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 28.71%
  • key color value is 18.04%
CMYK: (0,16,29,18) C0M16Y29K18 (0%,16%,29%,18%) (0.00/0.16/0.29/0.18) 

CMYK percentages

%0
%15.79
%28.71
%18.04

Codes

Color #D1B095 in popluar color models

D1 B0 95
RGB 209 176 149
HSL 27° 39.47% 70.20%
HSB/HSV 27° 28.71% 81.96%
CMYK 0.00% 15.79% 28.71%
18.04%

Color #D1B095 in popluar number systems.

HEX D1 B0 95
Decimal 209 176 149
Binary 11010001 10110000 10010101
Octal 321 260 225

Shades and tints

Shades of #D1B095

#D1B095
(209,176,149)
#BEA088
(190,160,136)
#AB907B
(171,144,123)
#98806E
(152,128,110)
#857061
(133,112,97)
#726054
(114,96,84)
#5F5047
(95,80,71)
#4C403A
(76,64,58)
#39302D
(57,48,45)
#262020
(38,32,32)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #D1B095

#D1B095
(209,176,149)
#D5B79E
(213,183,158)
#D9BEA7
(217,190,167)
#DDC5B0
(221,197,176)
#E1CCB9
(225,204,185)
#E5D3C2
(229,211,194)
#E9DACB
(233,218,203)
#EDE1D4
(237,225,212)
#F1E8DD
(241,232,221)
#F5EFE6
(245,239,230)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B095; }

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

This text font color is #D1B095.

Background Color

.myBgColor { background-color: #D1B095; }

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

This div background color is #D1B095.

Border color

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

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

This div border color is #D1B095.

Opacity

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

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

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

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

This text has shadow with #D1B095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B095.

Preview

Color preview on black background

This text has color #D1B095 on black background.


Color preview on white background

This text has color #D1B095 on white background.


Black color preview on #D1B095 background

This text has black color on #D1B095 background.


White color preview on #D1B095 background

This text has white color on #D1B095 background.


Related colors

Complementary color

Complementary color for #hex is #2E4F6A.


I love getcolorcode.com

Triadic colors

1 #95D1B0 and #B095D1 with #D1B095 are triadic colors.

2 #95B0D1 and #B0D195 with #D1B095 are triadic colors.