COLOR #D19794

HEX: #D19794
RGB: (209,151,148)

Color info

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

RGB color model

#D19794 color RGB value is (209,151,148).

  • red value is 209;
  • green value is 151;
  • blue value is 148.
RGB:
(209,151,148)
(82%,59%,58%)

RGB channels and saturation

R 209 of 255 = 82%
G 151 of 255 = 59%
B 148 of 255 = 58%

209
151
148

R + G + B ~ 66%. #D19794 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 151 + 148 = 508 (100%)
R 209 of 508 ~ 41.14%
G 151 of 508 ~ 29.72%
B 148 of 508 ~ 29.13%

%41.14
%29.72
%29.13

CMYK color model

#D19794 color CMYK value is (0,28,29,18).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 29.19%
  • key color value is 18.04%
CMYK:
(0,28,29,18)
C0M28Y29K18 
(0%,28%,29%,18%)
(0.00/0.28/0.29/0.18)	

CMYK percentages

%0
%27.75
%29.19
%18.04

Codes

Color #D19794 in popluar color models

D19794
RGB209151148
HSL39.87%70.00%
HSB/HSV29.19%81.96%
CMYK0.00%27.75%29.19%
18.04%

Color #D19794 in popluar number systems.

HEXD19794
Decimal209151148
Binary110100011001011110010100
Octal321227224

Shades and tints

Shades of #D19794

#D19794
(209,151,148)
#BE8A87
(190,138,135)
#AB7D7A
(171,125,122)
#98706D
(152,112,109)
#856360
(133,99,96)
#725653
(114,86,83)
#5F4946
(95,73,70)
#4C3C39
(76,60,57)
#392F2C
(57,47,44)
#26221F
(38,34,31)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #D19794

#D19794
(209,151,148)
#D5A09D
(213,160,157)
#D9A9A6
(217,169,166)
#DDB2AF
(221,178,175)
#E1BBB8
(225,187,184)
#E5C4C1
(229,196,193)
#E9CDCA
(233,205,202)
#EDD6D3
(237,214,211)
#F1DFDC
(241,223,220)
#F5E8E5
(245,232,229)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19794; }

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

This text font color is #D19794.


Background Color

.myBgColor { background-color: #D19794; }

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

This div background color is #D19794.


Border color

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

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

This div border color is #D19794.


Opacity

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

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

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

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

This text has shadow with #D19794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19794 on black background.


Color preview on white background

This text has color #D19794 on white background.



Black color preview on #D19794 background

This text has black color on #D19794 background.


White color preview on #D19794 background

This text has white color on #D19794 background.