COLOR #D4A6B3

HEX: #D4A6B3 RGB: (212,166,179)

Color info

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

RGB color model

#D4A6B3 color RGB value is (212,166,179).

RGB: (212,166,179) (83%, 65%, 70%)

RGB channels and saturation

R 212 of 255 = 83%
G 166 of 255 = 65%
B 179 of 255 = 70%

212
166
179

R + G + B ~ 73%. #D4A6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 166 + 179 = 557 (100%)
R 212 of 557 ~ 38.06%
G 166 of 557 ~ 29.8%
B 179 of 557 ~ 32.14'%

%38.06
%29.8
%32.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 15.57%
  • key color value is 16.86%

CMYK: (0,22,16,17)
C0M22Y16K17 (0%, 22%, 16%, 17%)
(0.00 / 0.22 / 0.16 / 0.17)

CMYK percentages

%0
%21.7
%15.57
%16.86

Codes

Color #D4A6B3 in popluar color models

D4 A6 B3
RGB 212 166 179
HSL 343° 34.85% 74.12%
HSB/HSV 343° 21.70% 83.14%
CMYK 0.00% 21.70% 15.57%
16.86%

Color #D4A6B3 in popluar number systems.

HEX D4 A6 B3
Decimal 212 166 179
Binary 11010100 10100110 10110011
Octal 324 246 263

Shades and tints

Shades of #D4A6B3

#D4A6B3
(212,166,179)
#C197A3
(193,151,163)
#AE8893
(174,136,147)
#9B7983
(155,121,131)
#886A73
(136,106,115)
#755B63
(117,91,99)
#624C53
(98,76,83)
#4F3D43
(79,61,67)
#3C2E33
(60,46,51)
#291F23
(41,31,35)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #D4A6B3

#D4A6B3
(212,166,179)
#D7AEB9
(215,174,185)
#DAB6BF
(218,182,191)
#DDBEC5
(221,190,197)
#E0C6CB
(224,198,203)
#E3CED1
(227,206,209)
#E6D6D7
(230,214,215)
#E9DEDD
(233,222,221)
#ECE6E3
(236,230,227)
#EFEEE9
(239,238,233)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A6B3 color. Also use rgb(212,166,179) instead hex code.

Text Font Color

.myTextColor { color: #D4A6B3; }

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

This text font color is #D4A6B3.

Background Color

.myBgColor { background-color: #D4A6B3; }

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

This div background color is #D4A6B3.

Border color

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

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

This div border color is #D4A6B3.

Opacity

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

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

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

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

This text has shadow with #D4A6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A6B3.

Preview

Color preview on black background

This text has color #D4A6B3 on black background.


Color preview on white background

This text has color #D4A6B3 on white background.


Black color preview on #D4A6B3 background

This text has black color on #D4A6B3 background.


White color preview on #D4A6B3 background

This text has white color on #D4A6B3 background.


Related colors

Complementary color

Complementary color for #hex is #2B594C.


I love getcolorcode.com

Triadic colors

1 #B3D4A6 and #A6B3D4 with #D4A6B3 are triadic colors.

2 #B3A6D4 and #A6D4B3 with #D4A6B3 are triadic colors.