COLOR #D09FB1

HEX: #D09FB1
RGB: (208,159,177)

Color info

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

RGB color model

#D09FB1 color RGB value is (208,159,177).

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

RGB channels and saturation

R 208 of 255 = 82%
G 159 of 255 = 62%
B 177 of 255 = 69%

208
159
177

R + G + B ~ 71%. #D09FB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 159 + 177 = 544 (100%)
R 208 of 544 ~ 38.24%
G 159 of 544 ~ 29.23%
B 177 of 544 ~ 32.54%

%38.24
%29.23
%32.54

CMYK color model

#D09FB1 color CMYK value is (0,24,15,18).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 14.90%
  • key color value is 18.43%
CMYK:
(0,24,15,18)
C0M24Y15K18 
(0%,24%,15%,18%)
(0.00/0.24/0.15/0.18)	

CMYK percentages

%0
%23.56
%14.9
%18.43

Codes

Color #D09FB1 in popluar color models

D09FB1
RGB208159177
HSL338°34.27%71.96%
HSB/HSV338°23.56%81.57%
CMYK0.00%23.56%14.90%
18.43%

Color #D09FB1 in popluar number systems.

HEXD09FB1
Decimal208159177
Binary110100001001111110110001
Octal320237261

Shades and tints

Shades of #D09FB1

#D09FB1
(208,159,177)
#BE91A1
(190,145,161)
#AC8391
(172,131,145)
#9A7581
(154,117,129)
#886771
(136,103,113)
#765961
(118,89,97)
#644B51
(100,75,81)
#523D41
(82,61,65)
#402F31
(64,47,49)
#2E2121
(46,33,33)
#1C1311
(28,19,17)
#000000
(0,0,0)

Tints of #D09FB1

#D09FB1
(208,159,177)
#D4A7B8
(212,167,184)
#D8AFBF
(216,175,191)
#DCB7C6
(220,183,198)
#E0BFCD
(224,191,205)
#E4C7D4
(228,199,212)
#E8CFDB
(232,207,219)
#ECD7E2
(236,215,226)
#F0DFE9
(240,223,233)
#F4E7F0
(244,231,240)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09FB1; }

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

This text font color is #D09FB1.


Background Color

.myBgColor { background-color: #D09FB1; }

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

This div background color is #D09FB1.


Border color

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

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

This div border color is #D09FB1.


Opacity

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

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

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

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

This text has shadow with #D09FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09FB1 on black background.


Color preview on white background

This text has color #D09FB1 on white background.



Black color preview on #D09FB1 background

This text has black color on #D09FB1 background.


White color preview on #D09FB1 background

This text has white color on #D09FB1 background.