COLOR #D1BC95

HEX: #D1BC95
RGB: (209,188,149)

Color info

#D1BC95 contains mainly red and green colors. Web safe color of #D1BC95 is #CCCC99 (or #CC9).

RGB color model

#D1BC95 color RGB value is (209,188,149).

  • red value is 209;
  • green value is 188;
  • blue value is 149.
RGB:
(209,188,149)
(82%,74%,58%)

RGB channels and saturation

R 209 of 255 = 82%
G 188 of 255 = 74%
B 149 of 255 = 58%

209
188
149

R + G + B ~ 71%. #D1BC95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 188 + 149 = 546 (100%)
R 209 of 546 ~ 38.28%
G 188 of 546 ~ 34.43%
B 149 of 546 ~ 27.29%

%38.28
%34.43
%27.29

CMYK color model

#D1BC95 color CMYK value is (0,10,29,18).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 28.71%
  • key color value is 18.04%
CMYK:
(0,10,29,18)
C0M10Y29K18 
(0%,10%,29%,18%)
(0.00/0.10/0.29/0.18)	

CMYK percentages

%0
%10.05
%28.71
%18.04

Codes

Color #D1BC95 in popluar color models

D1BC95
RGB209188149
HSL39°39.47%70.20%
HSB/HSV39°28.71%81.96%
CMYK0.00%10.05%28.71%
18.04%

Color #D1BC95 in popluar number systems.

HEXD1BC95
Decimal209188149
Binary110100011011110010010101
Octal321274225

Shades and tints

Shades of #D1BC95

#D1BC95
(209,188,149)
#BEAB88
(190,171,136)
#AB9A7B
(171,154,123)
#98896E
(152,137,110)
#857861
(133,120,97)
#726754
(114,103,84)
#5F5647
(95,86,71)
#4C453A
(76,69,58)
#39342D
(57,52,45)
#262320
(38,35,32)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #D1BC95

#D1BC95
(209,188,149)
#D5C29E
(213,194,158)
#D9C8A7
(217,200,167)
#DDCEB0
(221,206,176)
#E1D4B9
(225,212,185)
#E5DAC2
(229,218,194)
#E9E0CB
(233,224,203)
#EDE6D4
(237,230,212)
#F1ECDD
(241,236,221)
#F5F2E6
(245,242,230)
#F9F8EF
(249,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BC95; }

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

This text font color is #D1BC95.


Background Color

.myBgColor { background-color: #D1BC95; }

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

This div background color is #D1BC95.


Border color

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

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

This div border color is #D1BC95.


Opacity

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

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

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

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

This text has shadow with #D1BC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BC95 on black background.


Color preview on white background

This text has color #D1BC95 on white background.



Black color preview on #D1BC95 background

This text has black color on #D1BC95 background.


White color preview on #D1BC95 background

This text has white color on #D1BC95 background.