COLOR #D1B090

HEX: #D1B090
RGB: (209,176,144)

Color info

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

RGB color model

#D1B090 color RGB value is (209,176,144).

  • red value is 209;
  • green value is 176;
  • blue value is 144.
RGB:
(209,176,144)
(82%,69%,56%)

RGB channels and saturation

R 209 of 255 = 82%
G 176 of 255 = 69%
B 144 of 255 = 56%

209
176
144

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

Portions of RGB colors in percentages

R + G + B =
209 + 176 + 144 = 529 (100%)
R 209 of 529 ~ 39.51%
G 176 of 529 ~ 33.27%
B 144 of 529 ~ 27.22%

%39.51
%33.27
%27.22

CMYK color model

#D1B090 color CMYK value is (0,16,31,18).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 31.10%
  • key color value is 18.04%
CMYK:
(0,16,31,18)
C0M16Y31K18 
(0%,16%,31%,18%)
(0.00/0.16/0.31/0.18)	

CMYK percentages

%0
%15.79
%31.1
%18.04

Codes

Color #D1B090 in popluar color models

D1B090
RGB209176144
HSL30°41.40%69.22%
HSB/HSV30°31.10%81.96%
CMYK0.00%15.79%31.10%
18.04%

Color #D1B090 in popluar number systems.

HEXD1B090
Decimal209176144
Binary110100011011000010010000
Octal321260220

Shades and tints

Shades of #D1B090

#D1B090
(209,176,144)
#BEA083
(190,160,131)
#AB9076
(171,144,118)
#988069
(152,128,105)
#85705C
(133,112,92)
#72604F
(114,96,79)
#5F5042
(95,80,66)
#4C4035
(76,64,53)
#393028
(57,48,40)
#26201B
(38,32,27)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #D1B090

#D1B090
(209,176,144)
#D5B79A
(213,183,154)
#D9BEA4
(217,190,164)
#DDC5AE
(221,197,174)
#E1CCB8
(225,204,184)
#E5D3C2
(229,211,194)
#E9DACC
(233,218,204)
#EDE1D6
(237,225,214)
#F1E8E0
(241,232,224)
#F5EFEA
(245,239,234)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B090; }

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

This text font color is #D1B090.


Background Color

.myBgColor { background-color: #D1B090; }

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

This div background color is #D1B090.


Border color

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

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

This div border color is #D1B090.


Opacity

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

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

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

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

This text has shadow with #D1B090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B090 on black background.


Color preview on white background

This text has color #D1B090 on white background.



Black color preview on #D1B090 background

This text has black color on #D1B090 background.


White color preview on #D1B090 background

This text has white color on #D1B090 background.