COLOR #D3A79B

HEX: #D3A79B RGB: (211,167,155)

Color info

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

RGB color model

#D3A79B color RGB value is (211,167,155).

RGB: (211,167,155) (83%, 65%, 61%)

RGB channels and saturation

R 211 of 255 = 83%
G 167 of 255 = 65%
B 155 of 255 = 61%

211
167
155

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

Portions of RGB colors in percentages

R + G + B = 211 + 167 + 155 = 533 (100%)
R 211 of 533 ~ 39.59%
G 167 of 533 ~ 31.33%
B 155 of 533 ~ 29.08'%

%39.59
%31.33
%29.08

CMYK color model

#D3A79B color CMYK value is (0,21,27,17).

  • cyan value is 0.00%
  • magenta value is 20.85%
  • yellow value is 26.54%
  • key color value is 17.25%

CMYK: (0,21,27,17)
C0M21Y27K17 (0%, 21%, 27%, 17%)
(0.00 / 0.21 / 0.27 / 0.17)

CMYK percentages

%0
%20.85
%26.54
%17.25

Codes

Color #D3A79B in popluar color models

D3 A7 9B
RGB 211 167 155
HSL 13° 38.89% 71.76%
HSB/HSV 13° 26.54% 82.75%
CMYK 0.00% 20.85% 26.54%
17.25%

Color #D3A79B in popluar number systems.

HEX D3 A7 9B
Decimal 211 167 155
Binary 11010011 10100111 10011011
Octal 323 247 233

Shades and tints

Shades of #D3A79B

#D3A79B
(211,167,155)
#C0988D
(192,152,141)
#AD897F
(173,137,127)
#9A7A71
(154,122,113)
#876B63
(135,107,99)
#745C55
(116,92,85)
#614D47
(97,77,71)
#4E3E39
(78,62,57)
#3B2F2B
(59,47,43)
#28201D
(40,32,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #D3A79B

#D3A79B
(211,167,155)
#D7AFA4
(215,175,164)
#DBB7AD
(219,183,173)
#DFBFB6
(223,191,182)
#E3C7BF
(227,199,191)
#E7CFC8
(231,207,200)
#EBD7D1
(235,215,209)
#EFDFDA
(239,223,218)
#F3E7E3
(243,231,227)
#F7EFEC
(247,239,236)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A79B; }

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

This text font color is #D3A79B.

Background Color

.myBgColor { background-color: #D3A79B; }

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

This div background color is #D3A79B.

Border color

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

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

This div border color is #D3A79B.

Opacity

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

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

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

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

This text has shadow with #D3A79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3A79B.

Preview

Color preview on black background

This text has color #D3A79B on black background.


Color preview on white background

This text has color #D3A79B on white background.


Black color preview on #D3A79B background

This text has black color on #D3A79B background.


White color preview on #D3A79B background

This text has white color on #D3A79B background.


Related colors

Complementary color

Complementary color for #hex is #2C5864.


I love getcolorcode.com

Triadic colors

1 #9BD3A7 and #A79BD3 with #D3A79B are triadic colors.

2 #9BA7D3 and #A7D39B with #D3A79B are triadic colors.