COLOR #D19293

HEX: #D19293
RGB: (209,146,147)

Color info

#D19293 contains mainly red color. Web safe color of #D19293 is #CC9999 (or #C99).

RGB color model

#D19293 color RGB value is (209,146,147).

  • red value is 209;
  • green value is 146;
  • blue value is 147.
RGB:
(209,146,147)
(82%,57%,58%)

RGB channels and saturation

R 209 of 255 = 82%
G 146 of 255 = 57%
B 147 of 255 = 58%

209
146
147

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

Portions of RGB colors in percentages

R + G + B =
209 + 146 + 147 = 502 (100%)
R 209 of 502 ~ 41.63%
G 146 of 502 ~ 29.08%
B 147 of 502 ~ 29.28%

%41.63
%29.08
%29.28

CMYK color model

#D19293 color CMYK value is (0,30,30,18).

  • cyan value is 0.00%
  • magenta value is 30.14%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK:
(0,30,30,18)
C0M30Y30K18 
(0%,30%,30%,18%)
(0.00/0.30/0.30/0.18)	

CMYK percentages

%0
%30.14
%29.67
%18.04

Codes

Color #D19293 in popluar color models

D19293
RGB209146147
HSL359°40.65%69.61%
HSB/HSV359°30.14%81.96%
CMYK0.00%30.14%29.67%
18.04%

Color #D19293 in popluar number systems.

HEXD19293
Decimal209146147
Binary110100011001001010010011
Octal321222223

Shades and tints

Shades of #D19293

#D19293
(209,146,147)
#BE8586
(190,133,134)
#AB7879
(171,120,121)
#986B6C
(152,107,108)
#855E5F
(133,94,95)
#725152
(114,81,82)
#5F4445
(95,68,69)
#4C3738
(76,55,56)
#392A2B
(57,42,43)
#261D1E
(38,29,30)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #D19293

#D19293
(209,146,147)
#D59B9C
(213,155,156)
#D9A4A5
(217,164,165)
#DDADAE
(221,173,174)
#E1B6B7
(225,182,183)
#E5BFC0
(229,191,192)
#E9C8C9
(233,200,201)
#EDD1D2
(237,209,210)
#F1DADB
(241,218,219)
#F5E3E4
(245,227,228)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19293 color. Also use rgb(209,146,147) instead hex code.

Text Font Color

.myTextColor { color: #D19293; }

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

This text font color is #D19293.


Background Color

.myBgColor { background-color: #D19293; }

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

This div background color is #D19293.


Border color

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

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

This div border color is #D19293.


Opacity

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

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

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

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

This text has shadow with #D19293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19293 on black background.


Color preview on white background

This text has color #D19293 on white background.



Black color preview on #D19293 background

This text has black color on #D19293 background.


White color preview on #D19293 background

This text has white color on #D19293 background.