COLOR #D09594

HEX: #D09594
RGB: (208,149,148)

Color info

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

RGB color model

#D09594 color RGB value is (208,149,148).

  • red value is 208;
  • green value is 149;
  • blue value is 148.
RGB:
(208,149,148)
(82%,58%,58%)

RGB channels and saturation

R 208 of 255 = 82%
G 149 of 255 = 58%
B 148 of 255 = 58%

208
149
148

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

Portions of RGB colors in percentages

R + G + B =
208 + 149 + 148 = 505 (100%)
R 208 of 505 ~ 41.19%
G 149 of 505 ~ 29.5%
B 148 of 505 ~ 29.31%

%41.19
%29.5
%29.31

CMYK color model

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

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

CMYK percentages

%0
%28.37
%28.85
%18.43

Codes

Color #D09594 in popluar color models

D09594
RGB208149148
HSL38.96%69.80%
HSB/HSV28.85%81.57%
CMYK0.00%28.37%28.85%
18.43%

Color #D09594 in popluar number systems.

HEXD09594
Decimal208149148
Binary110100001001010110010100
Octal320225224

Shades and tints

Shades of #D09594

#D09594
(208,149,148)
#BE8887
(190,136,135)
#AC7B7A
(172,123,122)
#9A6E6D
(154,110,109)
#886160
(136,97,96)
#765453
(118,84,83)
#644746
(100,71,70)
#523A39
(82,58,57)
#402D2C
(64,45,44)
#2E201F
(46,32,31)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #D09594

#D09594
(208,149,148)
#D49E9D
(212,158,157)
#D8A7A6
(216,167,166)
#DCB0AF
(220,176,175)
#E0B9B8
(224,185,184)
#E4C2C1
(228,194,193)
#E8CBCA
(232,203,202)
#ECD4D3
(236,212,211)
#F0DDDC
(240,221,220)
#F4E6E5
(244,230,229)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09594 color. Also use rgb(208,149,148) instead hex code.

Text Font Color

.myTextColor { color: #D09594; }

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

This text font color is #D09594.


Background Color

.myBgColor { background-color: #D09594; }

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

This div background color is #D09594.


Border color

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

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

This div border color is #D09594.


Opacity

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

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

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

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

This text has shadow with #D09594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09594 on black background.


Color preview on white background

This text has color #D09594 on white background.



Black color preview on #D09594 background

This text has black color on #D09594 background.


White color preview on #D09594 background

This text has white color on #D09594 background.