COLOR #D3AB81

HEX: #D3AB81
RGB: (211,171,129)

Color info

#D3AB81 contains mainly red and green colors. Web safe color of #D3AB81 is #CC9999 (or #C99).

RGB color model

#D3AB81 color RGB value is (211,171,129).

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

RGB channels and saturation

R 211 of 255 = 83%
G 171 of 255 = 67%
B 129 of 255 = 51%

211
171
129

R + G + B ~ 67%. #D3AB81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 171 + 129 = 511 (100%)
R 211 of 511 ~ 41.29%
G 171 of 511 ~ 33.46%
B 129 of 511 ~ 25.24%

%41.29
%33.46
%25.24

CMYK color model

#D3AB81 color CMYK value is (0,19,39,17).

  • cyan value is 0.00%
  • magenta value is 18.96%
  • yellow value is 38.86%
  • key color value is 17.25%
CMYK:
(0,19,39,17)
C0M19Y39K17 
(0%,19%,39%,17%)
(0.00/0.19/0.39/0.17)	

CMYK percentages

%0
%18.96
%38.86
%17.25

Codes

Color #D3AB81 in popluar color models

D3AB81
RGB211171129
HSL31°48.24%66.67%
HSB/HSV31°38.86%82.75%
CMYK0.00%18.96%38.86%
17.25%

Color #D3AB81 in popluar number systems.

HEXD3AB81
Decimal211171129
Binary110100111010101110000001
Octal323253201

Shades and tints

Shades of #D3AB81

#D3AB81
(211,171,129)
#C09C76
(192,156,118)
#AD8D6B
(173,141,107)
#9A7E60
(154,126,96)
#876F55
(135,111,85)
#74604A
(116,96,74)
#61513F
(97,81,63)
#4E4234
(78,66,52)
#3B3329
(59,51,41)
#28241E
(40,36,30)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #D3AB81

#D3AB81
(211,171,129)
#D7B28C
(215,178,140)
#DBB997
(219,185,151)
#DFC0A2
(223,192,162)
#E3C7AD
(227,199,173)
#E7CEB8
(231,206,184)
#EBD5C3
(235,213,195)
#EFDCCE
(239,220,206)
#F3E3D9
(243,227,217)
#F7EAE4
(247,234,228)
#FBF1EF
(251,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AB81; }

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

This text font color is #D3AB81.


Background Color

.myBgColor { background-color: #D3AB81; }

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

This div background color is #D3AB81.


Border color

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

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

This div border color is #D3AB81.


Opacity

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

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

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

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

This text has shadow with #D3AB81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AB81 on black background.


Color preview on white background

This text has color #D3AB81 on white background.



Black color preview on #D3AB81 background

This text has black color on #D3AB81 background.


White color preview on #D3AB81 background

This text has white color on #D3AB81 background.