COLOR #D7ABA1

HEX: #D7ABA1 RGB: (215,171,161)

Color info

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

RGB color model

#D7ABA1 color RGB value is (215,171,161).

RGB: (215,171,161) (84%, 67%, 63%)

RGB channels and saturation

R 215 of 255 = 84%
G 171 of 255 = 67%
B 161 of 255 = 63%

215
171
161

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

Portions of RGB colors in percentages

R + G + B = 215 + 171 + 161 = 547 (100%)
R 215 of 547 ~ 39.31%
G 171 of 547 ~ 31.26%
B 161 of 547 ~ 29.43'%

%39.31
%31.26
%29.43

CMYK color model

#D7ABA1 color CMYK value is (0,20,25,16).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 25.12%
  • key color value is 15.69%

CMYK: (0,20,25,16)
C0M20Y25K16 (0%, 20%, 25%, 16%)
(0.00 / 0.20 / 0.25 / 0.16)

CMYK percentages

%0
%20.47
%25.12
%15.69

Codes

Color #D7ABA1 in popluar color models

D7 AB A1
RGB 215 171 161
HSL 11° 40.30% 73.73%
HSB/HSV 11° 25.12% 84.31%
CMYK 0.00% 20.47% 25.12%
15.69%

Color #D7ABA1 in popluar number systems.

HEX D7 AB A1
Decimal 215 171 161
Binary 11010111 10101011 10100001
Octal 327 253 241

Shades and tints

Shades of #D7ABA1

#D7ABA1
(215,171,161)
#C49C93
(196,156,147)
#B18D85
(177,141,133)
#9E7E77
(158,126,119)
#8B6F69
(139,111,105)
#78605B
(120,96,91)
#65514D
(101,81,77)
#52423F
(82,66,63)
#3F3331
(63,51,49)
#2C2423
(44,36,35)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #D7ABA1

#D7ABA1
(215,171,161)
#DAB2A9
(218,178,169)
#DDB9B1
(221,185,177)
#E0C0B9
(224,192,185)
#E3C7C1
(227,199,193)
#E6CEC9
(230,206,201)
#E9D5D1
(233,213,209)
#ECDCD9
(236,220,217)
#EFE3E1
(239,227,225)
#F2EAE9
(242,234,233)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ABA1; }

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

This text font color is #D7ABA1.

Background Color

.myBgColor { background-color: #D7ABA1; }

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

This div background color is #D7ABA1.

Border color

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

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

This div border color is #D7ABA1.

Opacity

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

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

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

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

This text has shadow with #D7ABA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ABA1.

Preview

Color preview on black background

This text has color #D7ABA1 on black background.


Color preview on white background

This text has color #D7ABA1 on white background.


Black color preview on #D7ABA1 background

This text has black color on #D7ABA1 background.


White color preview on #D7ABA1 background

This text has white color on #D7ABA1 background.


Related colors

Complementary color

Complementary color for #hex is #28545E.


I love getcolorcode.com

Triadic colors

1 #A1D7AB and #ABA1D7 with #D7ABA1 are triadic colors.

2 #A1ABD7 and #ABD7A1 with #D7ABA1 are triadic colors.