COLOR #D09C88

HEX: #D09C88 RGB: (208,156,136)

Color info

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

RGB color model

#D09C88 color RGB value is (208,156,136).

RGB: (208,156,136) (82%, 61%, 53%)

RGB channels and saturation

R 208 of 255 = 82%
G 156 of 255 = 61%
B 136 of 255 = 53%

208
156
136

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

Portions of RGB colors in percentages

R + G + B = 208 + 156 + 136 = 500 (100%)
R 208 of 500 ~ 41.6%
G 156 of 500 ~ 31.2%
B 136 of 500 ~ 27.2'%

%41.6
%31.2
%27.2

CMYK color model

#D09C88 color CMYK value is (0,25,35,18).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 34.62%
  • key color value is 18.43%

CMYK: (0,25,35,18)
C0M25Y35K18 (0%, 25%, 35%, 18%)
(0.00 / 0.25 / 0.35 / 0.18)

CMYK percentages

%0
%25
%34.62
%18.43

Codes

Color #D09C88 in popluar color models

D0 9C 88
RGB 208 156 136
HSL 17° 43.37% 67.45%
HSB/HSV 17° 34.62% 81.57%
CMYK 0.00% 25.00% 34.62%
18.43%

Color #D09C88 in popluar number systems.

HEX D0 9C 88
Decimal 208 156 136
Binary 11010000 10011100 10001000
Octal 320 234 210

Shades and tints

Shades of #D09C88

#D09C88
(208,156,136)
#BE8E7C
(190,142,124)
#AC8070
(172,128,112)
#9A7264
(154,114,100)
#886458
(136,100,88)
#76564C
(118,86,76)
#644840
(100,72,64)
#523A34
(82,58,52)
#402C28
(64,44,40)
#2E1E1C
(46,30,28)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #D09C88

#D09C88
(208,156,136)
#D4A592
(212,165,146)
#D8AE9C
(216,174,156)
#DCB7A6
(220,183,166)
#E0C0B0
(224,192,176)
#E4C9BA
(228,201,186)
#E8D2C4
(232,210,196)
#ECDBCE
(236,219,206)
#F0E4D8
(240,228,216)
#F4EDE2
(244,237,226)
#F8F6EC
(248,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09C88; }

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

This text font color is #D09C88.

Background Color

.myBgColor { background-color: #D09C88; }

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

This div background color is #D09C88.

Border color

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

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

This div border color is #D09C88.

Opacity

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

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

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

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

This text has shadow with #D09C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09C88.

Preview

Color preview on black background

This text has color #D09C88 on black background.


Color preview on white background

This text has color #D09C88 on white background.


Black color preview on #D09C88 background

This text has black color on #D09C88 background.


White color preview on #D09C88 background

This text has white color on #D09C88 background.


Related colors

Complementary color

Complementary color for #hex is #2F6377.


I love getcolorcode.com

Triadic colors

1 #88D09C and #9C88D0 with #D09C88 are triadic colors.

2 #889CD0 and #9CD088 with #D09C88 are triadic colors.