COLOR #D7A98F

HEX: #D7A98F
RGB: (215,169,143)

Color info

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

RGB color model

#D7A98F color RGB value is (215,169,143).

  • red value is 215;
  • green value is 169;
  • blue value is 143.
RGB:
(215,169,143)
(84%,66%,56%)

RGB channels and saturation

R 215 of 255 = 84%
G 169 of 255 = 66%
B 143 of 255 = 56%

215
169
143

R + G + B ~ 69%. #D7A98F is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 169 + 143 = 527 (100%)
R 215 of 527 ~ 40.8%
G 169 of 527 ~ 32.07%
B 143 of 527 ~ 27.13%

%40.8
%32.07
%27.13

CMYK color model

#D7A98F color CMYK value is (0,21,33,16).

  • cyan value is 0.00%
  • magenta value is 21.40%
  • yellow value is 33.49%
  • key color value is 15.69%
CMYK:
(0,21,33,16)
C0M21Y33K16 
(0%,21%,33%,16%)
(0.00/0.21/0.33/0.16)	

CMYK percentages

%0
%21.4
%33.49
%15.69

Codes

Color #D7A98F in popluar color models

D7A98F
RGB215169143
HSL22°47.37%70.20%
HSB/HSV22°33.49%84.31%
CMYK0.00%21.40%33.49%
15.69%

Color #D7A98F in popluar number systems.

HEXD7A98F
Decimal215169143
Binary110101111010100110001111
Octal327251217

Shades and tints

Shades of #D7A98F

#D7A98F
(215,169,143)
#C49A82
(196,154,130)
#B18B75
(177,139,117)
#9E7C68
(158,124,104)
#8B6D5B
(139,109,91)
#785E4E
(120,94,78)
#654F41
(101,79,65)
#524034
(82,64,52)
#3F3127
(63,49,39)
#2C221A
(44,34,26)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #D7A98F

#D7A98F
(215,169,143)
#DAB099
(218,176,153)
#DDB7A3
(221,183,163)
#E0BEAD
(224,190,173)
#E3C5B7
(227,197,183)
#E6CCC1
(230,204,193)
#E9D3CB
(233,211,203)
#ECDAD5
(236,218,213)
#EFE1DF
(239,225,223)
#F2E8E9
(242,232,233)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A98F color. Also use rgb(215,169,143) instead hex code.

Text Font Color

.myTextColor { color: #D7A98F; }

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

This text font color is #D7A98F.


Background Color

.myBgColor { background-color: #D7A98F; }

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

This div background color is #D7A98F.


Border color

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

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

This div border color is #D7A98F.


Opacity

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

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

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

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

This text has shadow with #D7A98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A98F on black background.


Color preview on white background

This text has color #D7A98F on white background.



Black color preview on #D7A98F background

This text has black color on #D7A98F background.


White color preview on #D7A98F background

This text has white color on #D7A98F background.