COLOR #D7AB69

HEX: #D7AB69
RGB: (215,171,105)

Color info

#D7AB69 contains mainly red and green colors. Web safe color of #D7AB69 is #CC9966 (or #C96).

RGB color model

#D7AB69 color RGB value is (215,171,105).

  • red value is 215;
  • green value is 171;
  • blue value is 105.
RGB:
(215,171,105)
(84%,67%,41%)

RGB channels and saturation

R 215 of 255 = 84%
G 171 of 255 = 67%
B 105 of 255 = 41%

215
171
105

R + G + B ~ 64%. #D7AB69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 171 + 105 = 491 (100%)
R 215 of 491 ~ 43.79%
G 171 of 491 ~ 34.83%
B 105 of 491 ~ 21.38%

%43.79
%34.83
%21.38

CMYK color model

#D7AB69 color CMYK value is (0,20,51,16).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 51.16%
  • key color value is 15.69%
CMYK:
(0,20,51,16)
C0M20Y51K16 
(0%,20%,51%,16%)
(0.00/0.20/0.51/0.16)	

CMYK percentages

%0
%20.47
%51.16
%15.69

Codes

Color #D7AB69 in popluar color models

D7AB69
RGB215171105
HSL36°57.89%62.75%
HSB/HSV36°51.16%84.31%
CMYK0.00%20.47%51.16%
15.69%

Color #D7AB69 in popluar number systems.

HEXD7AB69
Decimal215171105
Binary11010111101010111101001
Octal327253151

Shades and tints

Shades of #D7AB69

#D7AB69
(215,171,105)
#C49C60
(196,156,96)
#B18D57
(177,141,87)
#9E7E4E
(158,126,78)
#8B6F45
(139,111,69)
#78603C
(120,96,60)
#655133
(101,81,51)
#52422A
(82,66,42)
#3F3321
(63,51,33)
#2C2418
(44,36,24)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #D7AB69

#D7AB69
(215,171,105)
#DAB276
(218,178,118)
#DDB983
(221,185,131)
#E0C090
(224,192,144)
#E3C79D
(227,199,157)
#E6CEAA
(230,206,170)
#E9D5B7
(233,213,183)
#ECDCC4
(236,220,196)
#EFE3D1
(239,227,209)
#F2EADE
(242,234,222)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7AB69 color. Also use rgb(215,171,105) instead hex code.

Text Font Color

.myTextColor { color: #D7AB69; }

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

This text font color is #D7AB69.


Background Color

.myBgColor { background-color: #D7AB69; }

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

This div background color is #D7AB69.


Border color

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

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

This div border color is #D7AB69.


Opacity

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

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

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

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

This text has shadow with #D7AB69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AB69 on black background.


Color preview on white background

This text has color #D7AB69 on white background.



Black color preview on #D7AB69 background

This text has black color on #D7AB69 background.


White color preview on #D7AB69 background

This text has white color on #D7AB69 background.