COLOR #D1BEAB

HEX: #D1BEAB RGB: (209,190,171)

Color info

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

RGB color model

#D1BEAB color RGB value is (209,190,171).

RGB: (209,190,171) (82%, 75%, 67%)

RGB channels and saturation

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

209
190
171

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

Portions of RGB colors in percentages

R + G + B = 209 + 190 + 171 = 570 (100%)
R 209 of 570 ~ 36.67%
G 190 of 570 ~ 33.33%
B 171 of 570 ~ 30'%

%36.67
%33.33
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 18.18%
  • 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
%18.18
%18.04

Codes

Color #D1BEAB in popluar color models

D1 BE AB
RGB 209 190 171
HSL 30° 29.23% 74.51%
HSB/HSV 30° 18.18% 81.96%
CMYK 0.00% 9.09% 18.18%
18.04%

Color #D1BEAB in popluar number systems.

HEX D1 BE AB
Decimal 209 190 171
Binary 11010001 10111110 10101011
Octal 321 276 253

Shades and tints

Shades of #D1BEAB

#D1BEAB
(209,190,171)
#BEAD9C
(190,173,156)
#AB9C8D
(171,156,141)
#988B7E
(152,139,126)
#857A6F
(133,122,111)
#726960
(114,105,96)
#5F5851
(95,88,81)
#4C4742
(76,71,66)
#393633
(57,54,51)
#262524
(38,37,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #D1BEAB

#D1BEAB
(209,190,171)
#D5C3B2
(213,195,178)
#D9C8B9
(217,200,185)
#DDCDC0
(221,205,192)
#E1D2C7
(225,210,199)
#E5D7CE
(229,215,206)
#E9DCD5
(233,220,213)
#EDE1DC
(237,225,220)
#F1E6E3
(241,230,227)
#F5EBEA
(245,235,234)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BEAB; }

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

This text font color is #D1BEAB.

Background Color

.myBgColor { background-color: #D1BEAB; }

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

This div background color is #D1BEAB.

Border color

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

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

This div border color is #D1BEAB.

Opacity

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

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

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

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

This text has shadow with #D1BEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BEAB.

Preview

Color preview on black background

This text has color #D1BEAB on black background.


Color preview on white background

This text has color #D1BEAB on white background.


Black color preview on #D1BEAB background

This text has black color on #D1BEAB background.


White color preview on #D1BEAB background

This text has white color on #D1BEAB background.


Related colors

Complementary color

Complementary color for #hex is #2E4154.


I love getcolorcode.com

Triadic colors

1 #ABD1BE and #BEABD1 with #D1BEAB are triadic colors.

2 #ABBED1 and #BED1AB with #D1BEAB are triadic colors.