COLOR #D19F94

HEX: #D19F94 RGB: (209,159,148)

Color info

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

RGB color model

#D19F94 color RGB value is (209,159,148).

RGB: (209,159,148) (82%, 62%, 58%)

RGB channels and saturation

R 209 of 255 = 82%
G 159 of 255 = 62%
B 148 of 255 = 58%

209
159
148

R + G + B ~ 67%. #D19F94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 159 + 148 = 516 (100%)
R 209 of 516 ~ 40.5%
G 159 of 516 ~ 30.81%
B 148 of 516 ~ 28.68'%

%40.5
%30.81
%28.68

CMYK color model

#D19F94 color CMYK value is (0,24,29,18).

  • cyan value is 0.00%
  • magenta value is 23.92%
  • yellow value is 29.19%
  • key color value is 18.04%

CMYK: (0,24,29,18)
C0M24Y29K18 (0%, 24%, 29%, 18%)
(0.00 / 0.24 / 0.29 / 0.18)

CMYK percentages

%0
%23.92
%29.19
%18.04

Codes

Color #D19F94 in popluar color models

D1 9F 94
RGB 209 159 148
HSL 11° 39.87% 70.00%
HSB/HSV 11° 29.19% 81.96%
CMYK 0.00% 23.92% 29.19%
18.04%

Color #D19F94 in popluar number systems.

HEX D1 9F 94
Decimal 209 159 148
Binary 11010001 10011111 10010100
Octal 321 237 224

Shades and tints

Shades of #D19F94

#D19F94
(209,159,148)
#BE9187
(190,145,135)
#AB837A
(171,131,122)
#98756D
(152,117,109)
#856760
(133,103,96)
#725953
(114,89,83)
#5F4B46
(95,75,70)
#4C3D39
(76,61,57)
#392F2C
(57,47,44)
#26211F
(38,33,31)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #D19F94

#D19F94
(209,159,148)
#D5A79D
(213,167,157)
#D9AFA6
(217,175,166)
#DDB7AF
(221,183,175)
#E1BFB8
(225,191,184)
#E5C7C1
(229,199,193)
#E9CFCA
(233,207,202)
#EDD7D3
(237,215,211)
#F1DFDC
(241,223,220)
#F5E7E5
(245,231,229)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19F94 color. Also use rgb(209,159,148) instead hex code.

Text Font Color

.myTextColor { color: #D19F94; }

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

This text font color is #D19F94.

Background Color

.myBgColor { background-color: #D19F94; }

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

This div background color is #D19F94.

Border color

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

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

This div border color is #D19F94.

Opacity

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

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

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

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

This text has shadow with #D19F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19F94.

Preview

Color preview on black background

This text has color #D19F94 on black background.


Color preview on white background

This text has color #D19F94 on white background.


Black color preview on #D19F94 background

This text has black color on #D19F94 background.


White color preview on #D19F94 background

This text has white color on #D19F94 background.


Related colors

Complementary color

Complementary color for #hex is #2E606B.


I love getcolorcode.com

Triadic colors

1 #94D19F and #9F94D1 with #D19F94 are triadic colors.

2 #949FD1 and #9FD194 with #D19F94 are triadic colors.