COLOR #D09796

HEX: #D09796
RGB: (208,151,150)

Color info

#D09796 contains red, green and blue colors in about the same proportion. Web safe color of #D09796 is #CC9999 (or #C99).

RGB color model

#D09796 color RGB value is (208,151,150).

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

RGB channels and saturation

R 208 of 255 = 82%
G 151 of 255 = 59%
B 150 of 255 = 59%

208
151
150

R + G + B ~ 67%. #D09796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 151 + 150 = 509 (100%)
R 208 of 509 ~ 40.86%
G 151 of 509 ~ 29.67%
B 150 of 509 ~ 29.47%

%40.86
%29.67
%29.47

CMYK color model

#D09796 color CMYK value is (0,27,28,18).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 27.88%
  • key color value is 18.43%
CMYK:
(0,27,28,18)
C0M27Y28K18 
(0%,27%,28%,18%)
(0.00/0.27/0.28/0.18)	

CMYK percentages

%0
%27.4
%27.88
%18.43

Codes

Color #D09796 in popluar color models

D09796
RGB208151150
HSL38.16%70.20%
HSB/HSV27.88%81.57%
CMYK0.00%27.40%27.88%
18.43%

Color #D09796 in popluar number systems.

HEXD09796
Decimal208151150
Binary110100001001011110010110
Octal320227226

Shades and tints

Shades of #D09796

#D09796
(208,151,150)
#BE8A89
(190,138,137)
#AC7D7C
(172,125,124)
#9A706F
(154,112,111)
#886362
(136,99,98)
#765655
(118,86,85)
#644948
(100,73,72)
#523C3B
(82,60,59)
#402F2E
(64,47,46)
#2E2221
(46,34,33)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #D09796

#D09796
(208,151,150)
#D4A09F
(212,160,159)
#D8A9A8
(216,169,168)
#DCB2B1
(220,178,177)
#E0BBBA
(224,187,186)
#E4C4C3
(228,196,195)
#E8CDCC
(232,205,204)
#ECD6D5
(236,214,213)
#F0DFDE
(240,223,222)
#F4E8E7
(244,232,231)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09796; }

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

This text font color is #D09796.


Background Color

.myBgColor { background-color: #D09796; }

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

This div background color is #D09796.


Border color

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

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

This div border color is #D09796.


Opacity

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

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

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

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

This text has shadow with #D09796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09796 on black background.


Color preview on white background

This text has color #D09796 on white background.



Black color preview on #D09796 background

This text has black color on #D09796 background.


White color preview on #D09796 background

This text has white color on #D09796 background.