COLOR #D1BEAC

HEX: #D1BEAC
RGB: (209,190,172)

Color info

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

RGB color model

#D1BEAC color RGB value is (209,190,172).

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

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 172 of 255 = 67%

209
190
172

R + G + B ~ 75%. #D1BEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 190 + 172 = 571 (100%)
R 209 of 571 ~ 36.6%
G 190 of 571 ~ 33.27%
B 172 of 571 ~ 30.12%

%36.6
%33.27
%30.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 17.70%
  • key color value is 18.04%
CMYK:
(0,9,18,18)
C0M9Y18K18 
(0%,9%,18%,18%)
(0.00/0.09/0.18/0.18)	

CMYK percentages

%0
%9.09
%17.7
%18.04

Codes

Color #D1BEAC in popluar color models

D1BEAC
RGB209190172
HSL29°28.68%74.71%
HSB/HSV29°17.70%81.96%
CMYK0.00%9.09%17.70%
18.04%

Color #D1BEAC in popluar number systems.

HEXD1BEAC
Decimal209190172
Binary110100011011111010101100
Octal321276254

Shades and tints

Shades of #D1BEAC

#D1BEAC
(209,190,172)
#BEAD9D
(190,173,157)
#AB9C8E
(171,156,142)
#988B7F
(152,139,127)
#857A70
(133,122,112)
#726961
(114,105,97)
#5F5852
(95,88,82)
#4C4743
(76,71,67)
#393634
(57,54,52)
#262525
(38,37,37)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #D1BEAC

#D1BEAC
(209,190,172)
#D5C3B3
(213,195,179)
#D9C8BA
(217,200,186)
#DDCDC1
(221,205,193)
#E1D2C8
(225,210,200)
#E5D7CF
(229,215,207)
#E9DCD6
(233,220,214)
#EDE1DD
(237,225,221)
#F1E6E4
(241,230,228)
#F5EBEB
(245,235,235)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BEAC; }

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

This text font color is #D1BEAC.


Background Color

.myBgColor { background-color: #D1BEAC; }

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

This div background color is #D1BEAC.


Border color

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

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

This div border color is #D1BEAC.


Opacity

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

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

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

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

This text has shadow with #D1BEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BEAC on black background.


Color preview on white background

This text has color #D1BEAC on white background.



Black color preview on #D1BEAC background

This text has black color on #D1BEAC background.


White color preview on #D1BEAC background

This text has white color on #D1BEAC background.