COLOR #D1BD95

HEX: #D1BD95
RGB: (209,189,149)

Color info

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

RGB color model

#D1BD95 color RGB value is (209,189,149).

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

RGB channels and saturation

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

209
189
149

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

Portions of RGB colors in percentages

R + G + B =
209 + 189 + 149 = 547 (100%)
R 209 of 547 ~ 38.21%
G 189 of 547 ~ 34.55%
B 149 of 547 ~ 27.24%

%38.21
%34.55
%27.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.57%
  • 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
%9.57
%28.71
%18.04

Codes

Color #D1BD95 in popluar color models

D1BD95
RGB209189149
HSL40°39.47%70.20%
HSB/HSV40°28.71%81.96%
CMYK0.00%9.57%28.71%
18.04%

Color #D1BD95 in popluar number systems.

HEXD1BD95
Decimal209189149
Binary110100011011110110010101
Octal321275225

Shades and tints

Shades of #D1BD95

#D1BD95
(209,189,149)
#BEAC88
(190,172,136)
#AB9B7B
(171,155,123)
#988A6E
(152,138,110)
#857961
(133,121,97)
#726854
(114,104,84)
#5F5747
(95,87,71)
#4C463A
(76,70,58)
#39352D
(57,53,45)
#262420
(38,36,32)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #D1BD95

#D1BD95
(209,189,149)
#D5C39E
(213,195,158)
#D9C9A7
(217,201,167)
#DDCFB0
(221,207,176)
#E1D5B9
(225,213,185)
#E5DBC2
(229,219,194)
#E9E1CB
(233,225,203)
#EDE7D4
(237,231,212)
#F1EDDD
(241,237,221)
#F5F3E6
(245,243,230)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BD95; }

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

This text font color is #D1BD95.


Background Color

.myBgColor { background-color: #D1BD95; }

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

This div background color is #D1BD95.


Border color

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

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

This div border color is #D1BD95.


Opacity

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

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

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

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

This text has shadow with #D1BD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BD95 on black background.


Color preview on white background

This text has color #D1BD95 on white background.



Black color preview on #D1BD95 background

This text has black color on #D1BD95 background.


White color preview on #D1BD95 background

This text has white color on #D1BD95 background.