COLOR #D09FA0

HEX: #D09FA0
RGB: (208,159,160)

Color info

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

RGB color model

#D09FA0 color RGB value is (208,159,160).

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

RGB channels and saturation

R 208 of 255 = 82%
G 159 of 255 = 62%
B 160 of 255 = 63%

208
159
160

R + G + B ~ 69%. #D09FA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 159 + 160 = 527 (100%)
R 208 of 527 ~ 39.47%
G 159 of 527 ~ 30.17%
B 160 of 527 ~ 30.36%

%39.47
%30.17
%30.36

CMYK color model

#D09FA0 color CMYK value is (0,24,23,18).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 23.08%
  • key color value is 18.43%
CMYK:
(0,24,23,18)
C0M24Y23K18 
(0%,24%,23%,18%)
(0.00/0.24/0.23/0.18)	

CMYK percentages

%0
%23.56
%23.08
%18.43

Codes

Color #D09FA0 in popluar color models

D09FA0
RGB208159160
HSL359°34.27%71.96%
HSB/HSV359°23.56%81.57%
CMYK0.00%23.56%23.08%
18.43%

Color #D09FA0 in popluar number systems.

HEXD09FA0
Decimal208159160
Binary110100001001111110100000
Octal320237240

Shades and tints

Shades of #D09FA0

#D09FA0
(208,159,160)
#BE9192
(190,145,146)
#AC8384
(172,131,132)
#9A7576
(154,117,118)
#886768
(136,103,104)
#76595A
(118,89,90)
#644B4C
(100,75,76)
#523D3E
(82,61,62)
#402F30
(64,47,48)
#2E2122
(46,33,34)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #D09FA0

#D09FA0
(208,159,160)
#D4A7A8
(212,167,168)
#D8AFB0
(216,175,176)
#DCB7B8
(220,183,184)
#E0BFC0
(224,191,192)
#E4C7C8
(228,199,200)
#E8CFD0
(232,207,208)
#ECD7D8
(236,215,216)
#F0DFE0
(240,223,224)
#F4E7E8
(244,231,232)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09FA0; }

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

This text font color is #D09FA0.


Background Color

.myBgColor { background-color: #D09FA0; }

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

This div background color is #D09FA0.


Border color

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

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

This div border color is #D09FA0.


Opacity

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

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

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

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

This text has shadow with #D09FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09FA0 on black background.


Color preview on white background

This text has color #D09FA0 on white background.



Black color preview on #D09FA0 background

This text has black color on #D09FA0 background.


White color preview on #D09FA0 background

This text has white color on #D09FA0 background.