COLOR #D09D9B

HEX: #D09D9B RGB: (208,157,155)

Color info

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

RGB color model

#D09D9B color RGB value is (208,157,155).

RGB: (208,157,155) (82%, 62%, 61%)

RGB channels and saturation

R 208 of 255 = 82%
G 157 of 255 = 62%
B 155 of 255 = 61%

208
157
155

R + G + B ~ 68%. #D09D9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 157 + 155 = 520 (100%)
R 208 of 520 ~ 40%
G 157 of 520 ~ 30.19%
B 155 of 520 ~ 29.81'%

%40
%30.19
%29.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.52%
  • yellow value is 25.48%
  • key color value is 18.43%

CMYK: (0,25,25,18)
C0M25Y25K18 (0%, 25%, 25%, 18%)
(0.00 / 0.25 / 0.25 / 0.18)

CMYK percentages

%0
%24.52
%25.48
%18.43

Codes

Color #D09D9B in popluar color models

D0 9D 9B
RGB 208 157 155
HSL 36.05% 71.18%
HSB/HSV 25.48% 81.57%
CMYK 0.00% 24.52% 25.48%
18.43%

Color #D09D9B in popluar number systems.

HEX D0 9D 9B
Decimal 208 157 155
Binary 11010000 10011101 10011011
Octal 320 235 233

Shades and tints

Shades of #D09D9B

#D09D9B
(208,157,155)
#BE8F8D
(190,143,141)
#AC817F
(172,129,127)
#9A7371
(154,115,113)
#886563
(136,101,99)
#765755
(118,87,85)
#644947
(100,73,71)
#523B39
(82,59,57)
#402D2B
(64,45,43)
#2E1F1D
(46,31,29)
#1C110F
(28,17,15)
#000000
(0,0,0)

Tints of #D09D9B

#D09D9B
(208,157,155)
#D4A5A4
(212,165,164)
#D8ADAD
(216,173,173)
#DCB5B6
(220,181,182)
#E0BDBF
(224,189,191)
#E4C5C8
(228,197,200)
#E8CDD1
(232,205,209)
#ECD5DA
(236,213,218)
#F0DDE3
(240,221,227)
#F4E5EC
(244,229,236)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09D9B color. Also use rgb(208,157,155) instead hex code.

Text Font Color

.myTextColor { color: #D09D9B; }

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

This text font color is #D09D9B.

Background Color

.myBgColor { background-color: #D09D9B; }

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

This div background color is #D09D9B.

Border color

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

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

This div border color is #D09D9B.

Opacity

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

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

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

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

This text has shadow with #D09D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09D9B.

Preview

Color preview on black background

This text has color #D09D9B on black background.


Color preview on white background

This text has color #D09D9B on white background.


Black color preview on #D09D9B background

This text has black color on #D09D9B background.


White color preview on #D09D9B background

This text has white color on #D09D9B background.


Related colors

Complementary color

Complementary color for #hex is #2F6264.


I love getcolorcode.com

Triadic colors

1 #9BD09D and #9D9BD0 with #D09D9B are triadic colors.

2 #9B9DD0 and #9DD09B with #D09D9B are triadic colors.