COLOR #D1BD88

HEX: #D1BD88
RGB: (209,189,136)

Color info

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

RGB color model

#D1BD88 color RGB value is (209,189,136).

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

RGB channels and saturation

R 209 of 255 = 82%
G 189 of 255 = 74%
B 136 of 255 = 53%

209
189
136

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

Portions of RGB colors in percentages

R + G + B =
209 + 189 + 136 = 534 (100%)
R 209 of 534 ~ 39.14%
G 189 of 534 ~ 35.39%
B 136 of 534 ~ 25.47%

%39.14
%35.39
%25.47

CMYK color model

#D1BD88 color CMYK value is (0,10,35,18).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 34.93%
  • key color value is 18.04%
CMYK:
(0,10,35,18)
C0M10Y35K18 
(0%,10%,35%,18%)
(0.00/0.10/0.35/0.18)	

CMYK percentages

%0
%9.57
%34.93
%18.04

Codes

Color #D1BD88 in popluar color models

D1BD88
RGB209189136
HSL44°44.24%67.65%
HSB/HSV44°34.93%81.96%
CMYK0.00%9.57%34.93%
18.04%

Color #D1BD88 in popluar number systems.

HEXD1BD88
Decimal209189136
Binary110100011011110110001000
Octal321275210

Shades and tints

Shades of #D1BD88

#D1BD88
(209,189,136)
#BEAC7C
(190,172,124)
#AB9B70
(171,155,112)
#988A64
(152,138,100)
#857958
(133,121,88)
#72684C
(114,104,76)
#5F5740
(95,87,64)
#4C4634
(76,70,52)
#393528
(57,53,40)
#26241C
(38,36,28)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #D1BD88

#D1BD88
(209,189,136)
#D5C392
(213,195,146)
#D9C99C
(217,201,156)
#DDCFA6
(221,207,166)
#E1D5B0
(225,213,176)
#E5DBBA
(229,219,186)
#E9E1C4
(233,225,196)
#EDE7CE
(237,231,206)
#F1EDD8
(241,237,216)
#F5F3E2
(245,243,226)
#F9F9EC
(249,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BD88; }

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

This text font color is #D1BD88.


Background Color

.myBgColor { background-color: #D1BD88; }

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

This div background color is #D1BD88.


Border color

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

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

This div border color is #D1BD88.


Opacity

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

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

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

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

This text has shadow with #D1BD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BD88 on black background.


Color preview on white background

This text has color #D1BD88 on white background.



Black color preview on #D1BD88 background

This text has black color on #D1BD88 background.


White color preview on #D1BD88 background

This text has white color on #D1BD88 background.