COLOR #D5A7A7

HEX: #D5A7A7
RGB: (213,167,167)

Color info

#D5A7A7 contains red, green and blue colors in about the same proportion. Web safe color of #D5A7A7 is #CC9999 (or #C99).

RGB color model

#D5A7A7 color RGB value is (213,167,167).

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

RGB channels and saturation

R 213 of 255 = 84%
G 167 of 255 = 65%
B 167 of 255 = 65%

213
167
167

R + G + B ~ 71%. #D5A7A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 167 + 167 = 547 (100%)
R 213 of 547 ~ 38.94%
G 167 of 547 ~ 30.53%
B 167 of 547 ~ 30.53%

%38.94
%30.53
%30.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 21.60%
  • key color value is 16.47%
CMYK:
(0,22,22,16)
C0M22Y22K16 
(0%,22%,22%,16%)
(0.00/0.22/0.22/0.16)	

CMYK percentages

%0
%21.6
%21.6
%16.47

Codes

Color #D5A7A7 in popluar color models

D5A7A7
RGB213167167
HSL35.38%74.51%
HSB/HSV21.60%83.53%
CMYK0.00%21.60%21.60%
16.47%

Color #D5A7A7 in popluar number systems.

HEXD5A7A7
Decimal213167167
Binary110101011010011110100111
Octal325247247

Shades and tints

Shades of #D5A7A7

#D5A7A7
(213,167,167)
#C29898
(194,152,152)
#AF8989
(175,137,137)
#9C7A7A
(156,122,122)
#896B6B
(137,107,107)
#765C5C
(118,92,92)
#634D4D
(99,77,77)
#503E3E
(80,62,62)
#3D2F2F
(61,47,47)
#2A2020
(42,32,32)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #D5A7A7

#D5A7A7
(213,167,167)
#D8AFAF
(216,175,175)
#DBB7B7
(219,183,183)
#DEBFBF
(222,191,191)
#E1C7C7
(225,199,199)
#E4CFCF
(228,207,207)
#E7D7D7
(231,215,215)
#EADFDF
(234,223,223)
#EDE7E7
(237,231,231)
#F0EFEF
(240,239,239)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A7A7; }

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

This text font color is #D5A7A7.


Background Color

.myBgColor { background-color: #D5A7A7; }

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

This div background color is #D5A7A7.


Border color

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

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

This div border color is #D5A7A7.


Opacity

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

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

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

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

This text has shadow with #D5A7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A7A7 on black background.


Color preview on white background

This text has color #D5A7A7 on white background.



Black color preview on #D5A7A7 background

This text has black color on #D5A7A7 background.


White color preview on #D5A7A7 background

This text has white color on #D5A7A7 background.