COLOR #D19AA7

HEX: #D19AA7 RGB: (209,154,167)

Color info

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

RGB color model

#D19AA7 color RGB value is (209,154,167).

RGB: (209,154,167) (82%, 60%, 65%)

RGB channels and saturation

R 209 of 255 = 82%
G 154 of 255 = 60%
B 167 of 255 = 65%

209
154
167

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

Portions of RGB colors in percentages

R + G + B = 209 + 154 + 167 = 530 (100%)
R 209 of 530 ~ 39.43%
G 154 of 530 ~ 29.06%
B 167 of 530 ~ 31.51'%

%39.43
%29.06
%31.51

CMYK color model

#D19AA7 color CMYK value is (0,26,20,18).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 20.10%
  • key color value is 18.04%

CMYK: (0,26,20,18)
C0M26Y20K18 (0%, 26%, 20%, 18%)
(0.00 / 0.26 / 0.20 / 0.18)

CMYK percentages

%0
%26.32
%20.1
%18.04

Codes

Color #D19AA7 in popluar color models

D1 9A A7
RGB 209 154 167
HSL 346° 37.41% 71.18%
HSB/HSV 346° 26.32% 81.96%
CMYK 0.00% 26.32% 20.10%
18.04%

Color #D19AA7 in popluar number systems.

HEX D1 9A A7
Decimal 209 154 167
Binary 11010001 10011010 10100111
Octal 321 232 247

Shades and tints

Shades of #D19AA7

#D19AA7
(209,154,167)
#BE8C98
(190,140,152)
#AB7E89
(171,126,137)
#98707A
(152,112,122)
#85626B
(133,98,107)
#72545C
(114,84,92)
#5F464D
(95,70,77)
#4C383E
(76,56,62)
#392A2F
(57,42,47)
#261C20
(38,28,32)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #D19AA7

#D19AA7
(209,154,167)
#D5A3AF
(213,163,175)
#D9ACB7
(217,172,183)
#DDB5BF
(221,181,191)
#E1BEC7
(225,190,199)
#E5C7CF
(229,199,207)
#E9D0D7
(233,208,215)
#EDD9DF
(237,217,223)
#F1E2E7
(241,226,231)
#F5EBEF
(245,235,239)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19AA7; }

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

This text font color is #D19AA7.

Background Color

.myBgColor { background-color: #D19AA7; }

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

This div background color is #D19AA7.

Border color

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

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

This div border color is #D19AA7.

Opacity

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

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

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

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

This text has shadow with #D19AA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19AA7.

Preview

Color preview on black background

This text has color #D19AA7 on black background.


Color preview on white background

This text has color #D19AA7 on white background.


Black color preview on #D19AA7 background

This text has black color on #D19AA7 background.


White color preview on #D19AA7 background

This text has white color on #D19AA7 background.


Related colors

Complementary color

Complementary color for #hex is #2E6558.


I love getcolorcode.com

Triadic colors

1 #A7D19A and #9AA7D1 with #D19AA7 are triadic colors.

2 #A79AD1 and #9AD1A7 with #D19AA7 are triadic colors.