COLOR #D3AB82

HEX: #D3AB82
RGB: (211,171,130)

Color info

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

RGB color model

#D3AB82 color RGB value is (211,171,130).

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

RGB channels and saturation

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

211
171
130

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

Portions of RGB colors in percentages

R + G + B =
211 + 171 + 130 = 512 (100%)
R 211 of 512 ~ 41.21%
G 171 of 512 ~ 33.4%
B 130 of 512 ~ 25.39%

%41.21
%33.4
%25.39

CMYK color model

#D3AB82 color CMYK value is (0,19,38,17).

  • cyan value is 0.00%
  • magenta value is 18.96%
  • yellow value is 38.39%
  • key color value is 17.25%
CMYK:
(0,19,38,17)
C0M19Y38K17 
(0%,19%,38%,17%)
(0.00/0.19/0.38/0.17)	

CMYK percentages

%0
%18.96
%38.39
%17.25

Codes

Color #D3AB82 in popluar color models

D3AB82
RGB211171130
HSL30°47.93%66.86%
HSB/HSV30°38.39%82.75%
CMYK0.00%18.96%38.39%
17.25%

Color #D3AB82 in popluar number systems.

HEXD3AB82
Decimal211171130
Binary110100111010101110000010
Octal323253202

Shades and tints

Shades of #D3AB82

#D3AB82
(211,171,130)
#C09C77
(192,156,119)
#AD8D6C
(173,141,108)
#9A7E61
(154,126,97)
#876F56
(135,111,86)
#74604B
(116,96,75)
#615140
(97,81,64)
#4E4235
(78,66,53)
#3B332A
(59,51,42)
#28241F
(40,36,31)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #D3AB82

#D3AB82
(211,171,130)
#D7B28D
(215,178,141)
#DBB998
(219,185,152)
#DFC0A3
(223,192,163)
#E3C7AE
(227,199,174)
#E7CEB9
(231,206,185)
#EBD5C4
(235,213,196)
#EFDCCF
(239,220,207)
#F3E3DA
(243,227,218)
#F7EAE5
(247,234,229)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AB82; }

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

This text font color is #D3AB82.


Background Color

.myBgColor { background-color: #D3AB82; }

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

This div background color is #D3AB82.


Border color

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

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

This div border color is #D3AB82.


Opacity

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

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

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

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

This text has shadow with #D3AB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AB82 on black background.


Color preview on white background

This text has color #D3AB82 on white background.



Black color preview on #D3AB82 background

This text has black color on #D3AB82 background.


White color preview on #D3AB82 background

This text has white color on #D3AB82 background.