COLOR #D19DA3

HEX: #D19DA3 RGB: (209,157,163)

Color info

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

RGB color model

#D19DA3 color RGB value is (209,157,163).

RGB: (209,157,163) (82%, 62%, 64%)

RGB channels and saturation

R 209 of 255 = 82%
G 157 of 255 = 62%
B 163 of 255 = 64%

209
157
163

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

Portions of RGB colors in percentages

R + G + B = 209 + 157 + 163 = 529 (100%)
R 209 of 529 ~ 39.51%
G 157 of 529 ~ 29.68%
B 163 of 529 ~ 30.81'%

%39.51
%29.68
%30.81

CMYK color model

#D19DA3 color CMYK value is (0,25,22,18).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 22.01%
  • key color value is 18.04%

CMYK: (0,25,22,18)
C0M25Y22K18 (0%, 25%, 22%, 18%)
(0.00 / 0.25 / 0.22 / 0.18)

CMYK percentages

%0
%24.88
%22.01
%18.04

Codes

Color #D19DA3 in popluar color models

D1 9D A3
RGB 209 157 163
HSL 353° 36.11% 71.76%
HSB/HSV 353° 24.88% 81.96%
CMYK 0.00% 24.88% 22.01%
18.04%

Color #D19DA3 in popluar number systems.

HEX D1 9D A3
Decimal 209 157 163
Binary 11010001 10011101 10100011
Octal 321 235 243

Shades and tints

Shades of #D19DA3

#D19DA3
(209,157,163)
#BE8F95
(190,143,149)
#AB8187
(171,129,135)
#987379
(152,115,121)
#85656B
(133,101,107)
#72575D
(114,87,93)
#5F494F
(95,73,79)
#4C3B41
(76,59,65)
#392D33
(57,45,51)
#261F25
(38,31,37)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #D19DA3

#D19DA3
(209,157,163)
#D5A5AB
(213,165,171)
#D9ADB3
(217,173,179)
#DDB5BB
(221,181,187)
#E1BDC3
(225,189,195)
#E5C5CB
(229,197,203)
#E9CDD3
(233,205,211)
#EDD5DB
(237,213,219)
#F1DDE3
(241,221,227)
#F5E5EB
(245,229,235)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19DA3 color. Also use rgb(209,157,163) instead hex code.

Text Font Color

.myTextColor { color: #D19DA3; }

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

This text font color is #D19DA3.

Background Color

.myBgColor { background-color: #D19DA3; }

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

This div background color is #D19DA3.

Border color

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

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

This div border color is #D19DA3.

Opacity

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

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

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

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

This text has shadow with #D19DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19DA3.

Preview

Color preview on black background

This text has color #D19DA3 on black background.


Color preview on white background

This text has color #D19DA3 on white background.


Black color preview on #D19DA3 background

This text has black color on #D19DA3 background.


White color preview on #D19DA3 background

This text has white color on #D19DA3 background.


Related colors

Complementary color

Complementary color for #hex is #2E625C.


I love getcolorcode.com

Triadic colors

1 #A3D19D and #9DA3D1 with #D19DA3 are triadic colors.

2 #A39DD1 and #9DD1A3 with #D19DA3 are triadic colors.