COLOR #D09788

HEX: #D09788
RGB: (208,151,136)

Color info

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

RGB color model

#D09788 color RGB value is (208,151,136).

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

RGB channels and saturation

R 208 of 255 = 82%
G 151 of 255 = 59%
B 136 of 255 = 53%

208
151
136

R + G + B ~ 65%. #D09788 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 151 + 136 = 495 (100%)
R 208 of 495 ~ 42.02%
G 151 of 495 ~ 30.51%
B 136 of 495 ~ 27.47%

%42.02
%30.51
%27.47

CMYK color model

#D09788 color CMYK value is (0,27,35,18).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 34.62%
  • key color value is 18.43%
CMYK:
(0,27,35,18)
C0M27Y35K18 
(0%,27%,35%,18%)
(0.00/0.27/0.35/0.18)	

CMYK percentages

%0
%27.4
%34.62
%18.43

Codes

Color #D09788 in popluar color models

D09788
RGB208151136
HSL13°43.37%67.45%
HSB/HSV13°34.62%81.57%
CMYK0.00%27.40%34.62%
18.43%

Color #D09788 in popluar number systems.

HEXD09788
Decimal208151136
Binary110100001001011110001000
Octal320227210

Shades and tints

Shades of #D09788

#D09788
(208,151,136)
#BE8A7C
(190,138,124)
#AC7D70
(172,125,112)
#9A7064
(154,112,100)
#886358
(136,99,88)
#76564C
(118,86,76)
#644940
(100,73,64)
#523C34
(82,60,52)
#402F28
(64,47,40)
#2E221C
(46,34,28)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #D09788

#D09788
(208,151,136)
#D4A092
(212,160,146)
#D8A99C
(216,169,156)
#DCB2A6
(220,178,166)
#E0BBB0
(224,187,176)
#E4C4BA
(228,196,186)
#E8CDC4
(232,205,196)
#ECD6CE
(236,214,206)
#F0DFD8
(240,223,216)
#F4E8E2
(244,232,226)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09788; }

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

This text font color is #D09788.


Background Color

.myBgColor { background-color: #D09788; }

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

This div background color is #D09788.


Border color

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

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

This div border color is #D09788.


Opacity

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

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

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

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

This text has shadow with #D09788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09788 on black background.


Color preview on white background

This text has color #D09788 on white background.



Black color preview on #D09788 background

This text has black color on #D09788 background.


White color preview on #D09788 background

This text has white color on #D09788 background.