COLOR #D4AB91

HEX: #D4AB91 RGB: (212,171,145)

Color info

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

RGB color model

#D4AB91 color RGB value is (212,171,145).

RGB: (212,171,145) (83%, 67%, 57%)

RGB channels and saturation

R 212 of 255 = 83%
G 171 of 255 = 67%
B 145 of 255 = 57%

212
171
145

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

Portions of RGB colors in percentages

R + G + B = 212 + 171 + 145 = 528 (100%)
R 212 of 528 ~ 40.15%
G 171 of 528 ~ 32.39%
B 145 of 528 ~ 27.46'%

%40.15
%32.39
%27.46

CMYK color model

#D4AB91 color CMYK value is (0,19,32,17).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 31.60%
  • key color value is 16.86%

CMYK: (0,19,32,17)
C0M19Y32K17 (0%, 19%, 32%, 17%)
(0.00 / 0.19 / 0.32 / 0.17)

CMYK percentages

%0
%19.34
%31.6
%16.86

Codes

Color #D4AB91 in popluar color models

D4 AB 91
RGB 212 171 145
HSL 23° 43.79% 70.00%
HSB/HSV 23° 31.60% 83.14%
CMYK 0.00% 19.34% 31.60%
16.86%

Color #D4AB91 in popluar number systems.

HEX D4 AB 91
Decimal 212 171 145
Binary 11010100 10101011 10010001
Octal 324 253 221

Shades and tints

Shades of #D4AB91

#D4AB91
(212,171,145)
#C19C84
(193,156,132)
#AE8D77
(174,141,119)
#9B7E6A
(155,126,106)
#886F5D
(136,111,93)
#756050
(117,96,80)
#625143
(98,81,67)
#4F4236
(79,66,54)
#3C3329
(60,51,41)
#29241C
(41,36,28)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #D4AB91

#D4AB91
(212,171,145)
#D7B29B
(215,178,155)
#DAB9A5
(218,185,165)
#DDC0AF
(221,192,175)
#E0C7B9
(224,199,185)
#E3CEC3
(227,206,195)
#E6D5CD
(230,213,205)
#E9DCD7
(233,220,215)
#ECE3E1
(236,227,225)
#EFEAEB
(239,234,235)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AB91 color. Also use rgb(212,171,145) instead hex code.

Text Font Color

.myTextColor { color: #D4AB91; }

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

This text font color is #D4AB91.

Background Color

.myBgColor { background-color: #D4AB91; }

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

This div background color is #D4AB91.

Border color

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

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

This div border color is #D4AB91.

Opacity

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

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

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

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

This text has shadow with #D4AB91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4AB91.

Preview

Color preview on black background

This text has color #D4AB91 on black background.


Color preview on white background

This text has color #D4AB91 on white background.


Black color preview on #D4AB91 background

This text has black color on #D4AB91 background.


White color preview on #D4AB91 background

This text has white color on #D4AB91 background.


Related colors

Complementary color

Complementary color for #hex is #2B546E.


I love getcolorcode.com

Triadic colors

1 #91D4AB and #AB91D4 with #D4AB91 are triadic colors.

2 #91ABD4 and #ABD491 with #D4AB91 are triadic colors.