COLOR #D19A9C

HEX: #D19A9C RGB: (209,154,156)

Color info

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

RGB color model

#D19A9C color RGB value is (209,154,156).

RGB: (209,154,156) (82%, 60%, 61%)

RGB channels and saturation

R 209 of 255 = 82%
G 154 of 255 = 60%
B 156 of 255 = 61%

209
154
156

R + G + B ~ 68%. #D19A9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 154 + 156 = 519 (100%)
R 209 of 519 ~ 40.27%
G 154 of 519 ~ 29.67%
B 156 of 519 ~ 30.06'%

%40.27
%29.67
%30.06

CMYK color model

#D19A9C color CMYK value is (0,26,25,18).

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

CMYK: (0,26,25,18)
C0M26Y25K18 (0%, 26%, 25%, 18%)
(0.00 / 0.26 / 0.25 / 0.18)

CMYK percentages

%0
%26.32
%25.36
%18.04

Codes

Color #D19A9C in popluar color models

D1 9A 9C
RGB 209 154 156
HSL 358° 37.41% 71.18%
HSB/HSV 358° 26.32% 81.96%
CMYK 0.00% 26.32% 25.36%
18.04%

Color #D19A9C in popluar number systems.

HEX D1 9A 9C
Decimal 209 154 156
Binary 11010001 10011010 10011100
Octal 321 232 234

Shades and tints

Shades of #D19A9C

#D19A9C
(209,154,156)
#BE8C8E
(190,140,142)
#AB7E80
(171,126,128)
#987072
(152,112,114)
#856264
(133,98,100)
#725456
(114,84,86)
#5F4648
(95,70,72)
#4C383A
(76,56,58)
#392A2C
(57,42,44)
#261C1E
(38,28,30)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #D19A9C

#D19A9C
(209,154,156)
#D5A3A5
(213,163,165)
#D9ACAE
(217,172,174)
#DDB5B7
(221,181,183)
#E1BEC0
(225,190,192)
#E5C7C9
(229,199,201)
#E9D0D2
(233,208,210)
#EDD9DB
(237,217,219)
#F1E2E4
(241,226,228)
#F5EBED
(245,235,237)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19A9C; }

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

This text font color is #D19A9C.

Background Color

.myBgColor { background-color: #D19A9C; }

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

This div background color is #D19A9C.

Border color

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

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

This div border color is #D19A9C.

Opacity

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

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

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

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

This text has shadow with #D19A9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19A9C.

Preview

Color preview on black background

This text has color #D19A9C on black background.


Color preview on white background

This text has color #D19A9C on white background.


Black color preview on #D19A9C background

This text has black color on #D19A9C background.


White color preview on #D19A9C background

This text has white color on #D19A9C background.


Related colors

Complementary color

Complementary color for #hex is #2E6563.


I love getcolorcode.com

Triadic colors

1 #9CD19A and #9A9CD1 with #D19A9C are triadic colors.

2 #9C9AD1 and #9AD19C with #D19A9C are triadic colors.