COLOR #D19496

HEX: #D19496
RGB: (209,148,150)

Color info

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

RGB color model

#D19496 color RGB value is (209,148,150).

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

RGB channels and saturation

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

209
148
150

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

Portions of RGB colors in percentages

R + G + B =
209 + 148 + 150 = 507 (100%)
R 209 of 507 ~ 41.22%
G 148 of 507 ~ 29.19%
B 150 of 507 ~ 29.59%

%41.22
%29.19
%29.59

CMYK color model

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

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

CMYK percentages

%0
%29.19
%28.23
%18.04

Codes

Color #D19496 in popluar color models

D19496
RGB209148150
HSL358°39.87%70.00%
HSB/HSV358°29.19%81.96%
CMYK0.00%29.19%28.23%
18.04%

Color #D19496 in popluar number systems.

HEXD19496
Decimal209148150
Binary110100011001010010010110
Octal321224226

Shades and tints

Shades of #D19496

#D19496
(209,148,150)
#BE8789
(190,135,137)
#AB7A7C
(171,122,124)
#986D6F
(152,109,111)
#856062
(133,96,98)
#725355
(114,83,85)
#5F4648
(95,70,72)
#4C393B
(76,57,59)
#392C2E
(57,44,46)
#261F21
(38,31,33)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #D19496

#D19496
(209,148,150)
#D59D9F
(213,157,159)
#D9A6A8
(217,166,168)
#DDAFB1
(221,175,177)
#E1B8BA
(225,184,186)
#E5C1C3
(229,193,195)
#E9CACC
(233,202,204)
#EDD3D5
(237,211,213)
#F1DCDE
(241,220,222)
#F5E5E7
(245,229,231)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19496; }

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

This text font color is #D19496.


Background Color

.myBgColor { background-color: #D19496; }

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

This div background color is #D19496.


Border color

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

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

This div border color is #D19496.


Opacity

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

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

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

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

This text has shadow with #D19496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19496 on black background.


Color preview on white background

This text has color #D19496 on white background.



Black color preview on #D19496 background

This text has black color on #D19496 background.


White color preview on #D19496 background

This text has white color on #D19496 background.