COLOR #D09289

HEX: #D09289
RGB: (208,146,137)

Color info

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

RGB color model

#D09289 color RGB value is (208,146,137).

  • red value is 208;
  • green value is 146;
  • blue value is 137.
RGB:
(208,146,137)
(82%,57%,54%)

RGB channels and saturation

R 208 of 255 = 82%
G 146 of 255 = 57%
B 137 of 255 = 54%

208
146
137

R + G + B ~ 64%. #D09289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 146 + 137 = 491 (100%)
R 208 of 491 ~ 42.36%
G 146 of 491 ~ 29.74%
B 137 of 491 ~ 27.9%

%42.36
%29.74
%27.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 34.13%
  • key color value is 18.43%
CMYK:
(0,30,34,18)
C0M30Y34K18 
(0%,30%,34%,18%)
(0.00/0.30/0.34/0.18)	

CMYK percentages

%0
%29.81
%34.13
%18.43

Codes

Color #D09289 in popluar color models

D09289
RGB208146137
HSL43.03%67.65%
HSB/HSV34.13%81.57%
CMYK0.00%29.81%34.13%
18.43%

Color #D09289 in popluar number systems.

HEXD09289
Decimal208146137
Binary110100001001001010001001
Octal320222211

Shades and tints

Shades of #D09289

#D09289
(208,146,137)
#BE857D
(190,133,125)
#AC7871
(172,120,113)
#9A6B65
(154,107,101)
#885E59
(136,94,89)
#76514D
(118,81,77)
#644441
(100,68,65)
#523735
(82,55,53)
#402A29
(64,42,41)
#2E1D1D
(46,29,29)
#1C1011
(28,16,17)
#000000
(0,0,0)

Tints of #D09289

#D09289
(208,146,137)
#D49B93
(212,155,147)
#D8A49D
(216,164,157)
#DCADA7
(220,173,167)
#E0B6B1
(224,182,177)
#E4BFBB
(228,191,187)
#E8C8C5
(232,200,197)
#ECD1CF
(236,209,207)
#F0DAD9
(240,218,217)
#F4E3E3
(244,227,227)
#F8ECED
(248,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09289 color. Also use rgb(208,146,137) instead hex code.

Text Font Color

.myTextColor { color: #D09289; }

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

This text font color is #D09289.


Background Color

.myBgColor { background-color: #D09289; }

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

This div background color is #D09289.


Border color

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

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

This div border color is #D09289.


Opacity

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

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

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

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

This text has shadow with #D09289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09289 on black background.


Color preview on white background

This text has color #D09289 on white background.



Black color preview on #D09289 background

This text has black color on #D09289 background.


White color preview on #D09289 background

This text has white color on #D09289 background.