COLOR #D09288

HEX: #D09288
RGB: (208,146,136)

Color info

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

RGB color model

#D09288 color RGB value is (208,146,136).

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

RGB channels and saturation

R 208 of 255 = 82%
G 146 of 255 = 57%
B 136 of 255 = 53%

208
146
136

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

Portions of RGB colors in percentages

R + G + B =
208 + 146 + 136 = 490 (100%)
R 208 of 490 ~ 42.45%
G 146 of 490 ~ 29.8%
B 136 of 490 ~ 27.76%

%42.45
%29.8
%27.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 34.62%
  • key color value is 18.43%
CMYK:
(0,30,35,18)
C0M30Y35K18 
(0%,30%,35%,18%)
(0.00/0.30/0.35/0.18)	

CMYK percentages

%0
%29.81
%34.62
%18.43

Codes

Color #D09288 in popluar color models

D09288
RGB208146136
HSL43.37%67.45%
HSB/HSV34.62%81.57%
CMYK0.00%29.81%34.62%
18.43%

Color #D09288 in popluar number systems.

HEXD09288
Decimal208146136
Binary110100001001001010001000
Octal320222210

Shades and tints

Shades of #D09288

#D09288
(208,146,136)
#BE857C
(190,133,124)
#AC7870
(172,120,112)
#9A6B64
(154,107,100)
#885E58
(136,94,88)
#76514C
(118,81,76)
#644440
(100,68,64)
#523734
(82,55,52)
#402A28
(64,42,40)
#2E1D1C
(46,29,28)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #D09288

#D09288
(208,146,136)
#D49B92
(212,155,146)
#D8A49C
(216,164,156)
#DCADA6
(220,173,166)
#E0B6B0
(224,182,176)
#E4BFBA
(228,191,186)
#E8C8C4
(232,200,196)
#ECD1CE
(236,209,206)
#F0DAD8
(240,218,216)
#F4E3E2
(244,227,226)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09288; }

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

This text font color is #D09288.


Background Color

.myBgColor { background-color: #D09288; }

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

This div background color is #D09288.


Border color

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

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

This div border color is #D09288.


Opacity

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

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

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

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

This text has shadow with #D09288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09288 on black background.


Color preview on white background

This text has color #D09288 on white background.



Black color preview on #D09288 background

This text has black color on #D09288 background.


White color preview on #D09288 background

This text has white color on #D09288 background.