COLOR #D7A79A

HEX: #D7A79A
RGB: (215,167,154)

Color info

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

RGB color model

#D7A79A color RGB value is (215,167,154).

  • red value is 215;
  • green value is 167;
  • blue value is 154.
RGB:
(215,167,154)
(84%,65%,60%)

RGB channels and saturation

R 215 of 255 = 84%
G 167 of 255 = 65%
B 154 of 255 = 60%

215
167
154

R + G + B ~ 70%. #D7A79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 167 + 154 = 536 (100%)
R 215 of 536 ~ 40.11%
G 167 of 536 ~ 31.16%
B 154 of 536 ~ 28.73%

%40.11
%31.16
%28.73

CMYK color model

#D7A79A color CMYK value is (0,22,28,16).

  • cyan value is 0.00%
  • magenta value is 22.33%
  • yellow value is 28.37%
  • key color value is 15.69%
CMYK:
(0,22,28,16)
C0M22Y28K16 
(0%,22%,28%,16%)
(0.00/0.22/0.28/0.16)	

CMYK percentages

%0
%22.33
%28.37
%15.69

Codes

Color #D7A79A in popluar color models

D7A79A
RGB215167154
HSL13°43.26%72.35%
HSB/HSV13°28.37%84.31%
CMYK0.00%22.33%28.37%
15.69%

Color #D7A79A in popluar number systems.

HEXD7A79A
Decimal215167154
Binary110101111010011110011010
Octal327247232

Shades and tints

Shades of #D7A79A

#D7A79A
(215,167,154)
#C4988C
(196,152,140)
#B1897E
(177,137,126)
#9E7A70
(158,122,112)
#8B6B62
(139,107,98)
#785C54
(120,92,84)
#654D46
(101,77,70)
#523E38
(82,62,56)
#3F2F2A
(63,47,42)
#2C201C
(44,32,28)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #D7A79A

#D7A79A
(215,167,154)
#DAAFA3
(218,175,163)
#DDB7AC
(221,183,172)
#E0BFB5
(224,191,181)
#E3C7BE
(227,199,190)
#E6CFC7
(230,207,199)
#E9D7D0
(233,215,208)
#ECDFD9
(236,223,217)
#EFE7E2
(239,231,226)
#F2EFEB
(242,239,235)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A79A color. Also use rgb(215,167,154) instead hex code.

Text Font Color

.myTextColor { color: #D7A79A; }

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

This text font color is #D7A79A.


Background Color

.myBgColor { background-color: #D7A79A; }

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

This div background color is #D7A79A.


Border color

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

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

This div border color is #D7A79A.


Opacity

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

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

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

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

This text has shadow with #D7A79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A79A on black background.


Color preview on white background

This text has color #D7A79A on white background.



Black color preview on #D7A79A background

This text has black color on #D7A79A background.


White color preview on #D7A79A background

This text has white color on #D7A79A background.