COLOR #D09F9B

HEX: #D09F9B
RGB: (208,159,155)

Color info

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

RGB color model

#D09F9B color RGB value is (208,159,155).

  • red value is 208;
  • green value is 159;
  • blue value is 155.
RGB:
(208,159,155)
(82%,62%,61%)

RGB channels and saturation

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

208
159
155

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

Portions of RGB colors in percentages

R + G + B =
208 + 159 + 155 = 522 (100%)
R 208 of 522 ~ 39.85%
G 159 of 522 ~ 30.46%
B 155 of 522 ~ 29.69%

%39.85
%30.46
%29.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 25.48%
  • key color value is 18.43%
CMYK:
(0,24,25,18)
C0M24Y25K18 
(0%,24%,25%,18%)
(0.00/0.24/0.25/0.18)	

CMYK percentages

%0
%23.56
%25.48
%18.43

Codes

Color #D09F9B in popluar color models

D09F9B
RGB208159155
HSL36.05%71.18%
HSB/HSV25.48%81.57%
CMYK0.00%23.56%25.48%
18.43%

Color #D09F9B in popluar number systems.

HEXD09F9B
Decimal208159155
Binary110100001001111110011011
Octal320237233

Shades and tints

Shades of #D09F9B

#D09F9B
(208,159,155)
#BE918D
(190,145,141)
#AC837F
(172,131,127)
#9A7571
(154,117,113)
#886763
(136,103,99)
#765955
(118,89,85)
#644B47
(100,75,71)
#523D39
(82,61,57)
#402F2B
(64,47,43)
#2E211D
(46,33,29)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #D09F9B

#D09F9B
(208,159,155)
#D4A7A4
(212,167,164)
#D8AFAD
(216,175,173)
#DCB7B6
(220,183,182)
#E0BFBF
(224,191,191)
#E4C7C8
(228,199,200)
#E8CFD1
(232,207,209)
#ECD7DA
(236,215,218)
#F0DFE3
(240,223,227)
#F4E7EC
(244,231,236)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09F9B; }

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

This text font color is #D09F9B.


Background Color

.myBgColor { background-color: #D09F9B; }

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

This div background color is #D09F9B.


Border color

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

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

This div border color is #D09F9B.


Opacity

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

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

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

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

This text has shadow with #D09F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09F9B on black background.


Color preview on white background

This text has color #D09F9B on white background.



Black color preview on #D09F9B background

This text has black color on #D09F9B background.


White color preview on #D09F9B background

This text has white color on #D09F9B background.