COLOR #D3BEAB

HEX: #D3BEAB
RGB: (211,190,171)

Color info

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

RGB color model

#D3BEAB color RGB value is (211,190,171).

  • red value is 211;
  • green value is 190;
  • blue value is 171.
RGB:
(211,190,171)
(83%,75%,67%)

RGB channels and saturation

R 211 of 255 = 83%
G 190 of 255 = 75%
B 171 of 255 = 67%

211
190
171

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

Portions of RGB colors in percentages

R + G + B =
211 + 190 + 171 = 572 (100%)
R 211 of 572 ~ 36.89%
G 190 of 572 ~ 33.22%
B 171 of 572 ~ 29.9%

%36.89
%33.22
%29.9

CMYK color model

#D3BEAB color CMYK value is (0,10,19,17).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 18.96%
  • key color value is 17.25%
CMYK:
(0,10,19,17)
C0M10Y19K17 
(0%,10%,19%,17%)
(0.00/0.10/0.19/0.17)	

CMYK percentages

%0
%9.95
%18.96
%17.25

Codes

Color #D3BEAB in popluar color models

D3BEAB
RGB211190171
HSL29°31.25%74.90%
HSB/HSV29°18.96%82.75%
CMYK0.00%9.95%18.96%
17.25%

Color #D3BEAB in popluar number systems.

HEXD3BEAB
Decimal211190171
Binary110100111011111010101011
Octal323276253

Shades and tints

Shades of #D3BEAB

#D3BEAB
(211,190,171)
#C0AD9C
(192,173,156)
#AD9C8D
(173,156,141)
#9A8B7E
(154,139,126)
#877A6F
(135,122,111)
#746960
(116,105,96)
#615851
(97,88,81)
#4E4742
(78,71,66)
#3B3633
(59,54,51)
#282524
(40,37,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #D3BEAB

#D3BEAB
(211,190,171)
#D7C3B2
(215,195,178)
#DBC8B9
(219,200,185)
#DFCDC0
(223,205,192)
#E3D2C7
(227,210,199)
#E7D7CE
(231,215,206)
#EBDCD5
(235,220,213)
#EFE1DC
(239,225,220)
#F3E6E3
(243,230,227)
#F7EBEA
(247,235,234)
#FBF0F1
(251,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BEAB; }

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

This text font color is #D3BEAB.


Background Color

.myBgColor { background-color: #D3BEAB; }

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

This div background color is #D3BEAB.


Border color

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

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

This div border color is #D3BEAB.


Opacity

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

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

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

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

This text has shadow with #D3BEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BEAB on black background.


Color preview on white background

This text has color #D3BEAB on white background.



Black color preview on #D3BEAB background

This text has black color on #D3BEAB background.


White color preview on #D3BEAB background

This text has white color on #D3BEAB background.