COLOR #D1BE99

HEX: #D1BE99
RGB: (209,190,153)

Color info

#D1BE99 contains red, green and blue colors in about the same proportion. Web safe color of #D1BE99 is #CCCC99 (or #CC9).

RGB color model

#D1BE99 color RGB value is (209,190,153).

  • red value is 209;
  • green value is 190;
  • blue value is 153.
RGB:
(209,190,153)
(82%,75%,60%)

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 153 of 255 = 60%

209
190
153

R + G + B ~ 72%. #D1BE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 190 + 153 = 552 (100%)
R 209 of 552 ~ 37.86%
G 190 of 552 ~ 34.42%
B 153 of 552 ~ 27.72%

%37.86
%34.42
%27.72

CMYK color model

#D1BE99 color CMYK value is (0,9,27,18).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 26.79%
  • key color value is 18.04%
CMYK:
(0,9,27,18)
C0M9Y27K18 
(0%,9%,27%,18%)
(0.00/0.09/0.27/0.18)	

CMYK percentages

%0
%9.09
%26.79
%18.04

Codes

Color #D1BE99 in popluar color models

D1BE99
RGB209190153
HSL40°37.84%70.98%
HSB/HSV40°26.79%81.96%
CMYK0.00%9.09%26.79%
18.04%

Color #D1BE99 in popluar number systems.

HEXD1BE99
Decimal209190153
Binary110100011011111010011001
Octal321276231

Shades and tints

Shades of #D1BE99

#D1BE99
(209,190,153)
#BEAD8C
(190,173,140)
#AB9C7F
(171,156,127)
#988B72
(152,139,114)
#857A65
(133,122,101)
#726958
(114,105,88)
#5F584B
(95,88,75)
#4C473E
(76,71,62)
#393631
(57,54,49)
#262524
(38,37,36)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #D1BE99

#D1BE99
(209,190,153)
#D5C3A2
(213,195,162)
#D9C8AB
(217,200,171)
#DDCDB4
(221,205,180)
#E1D2BD
(225,210,189)
#E5D7C6
(229,215,198)
#E9DCCF
(233,220,207)
#EDE1D8
(237,225,216)
#F1E6E1
(241,230,225)
#F5EBEA
(245,235,234)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BE99 color. Also use rgb(209,190,153) instead hex code.

Text Font Color

.myTextColor { color: #D1BE99; }

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

This text font color is #D1BE99.


Background Color

.myBgColor { background-color: #D1BE99; }

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

This div background color is #D1BE99.


Border color

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

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

This div border color is #D1BE99.


Opacity

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

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

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

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

This text has shadow with #D1BE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BE99 on black background.


Color preview on white background

This text has color #D1BE99 on white background.



Black color preview on #D1BE99 background

This text has black color on #D1BE99 background.


White color preview on #D1BE99 background

This text has white color on #D1BE99 background.