COLOR #D09891

HEX: #D09891
RGB: (208,152,145)

Color info

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

RGB color model

#D09891 color RGB value is (208,152,145).

  • red value is 208;
  • green value is 152;
  • blue value is 145.
RGB:
(208,152,145)
(82%,60%,57%)

RGB channels and saturation

R 208 of 255 = 82%
G 152 of 255 = 60%
B 145 of 255 = 57%

208
152
145

R + G + B ~ 66%. #D09891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 152 + 145 = 505 (100%)
R 208 of 505 ~ 41.19%
G 152 of 505 ~ 30.1%
B 145 of 505 ~ 28.71%

%41.19
%30.1
%28.71

CMYK color model

#D09891 color CMYK value is (0,27,30,18).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 30.29%
  • key color value is 18.43%
CMYK:
(0,27,30,18)
C0M27Y30K18 
(0%,27%,30%,18%)
(0.00/0.27/0.30/0.18)	

CMYK percentages

%0
%26.92
%30.29
%18.43

Codes

Color #D09891 in popluar color models

D09891
RGB208152145
HSL40.13%69.22%
HSB/HSV30.29%81.57%
CMYK0.00%26.92%30.29%
18.43%

Color #D09891 in popluar number systems.

HEXD09891
Decimal208152145
Binary110100001001100010010001
Octal320230221

Shades and tints

Shades of #D09891

#D09891
(208,152,145)
#BE8B84
(190,139,132)
#AC7E77
(172,126,119)
#9A716A
(154,113,106)
#88645D
(136,100,93)
#765750
(118,87,80)
#644A43
(100,74,67)
#523D36
(82,61,54)
#403029
(64,48,41)
#2E231C
(46,35,28)
#1C160F
(28,22,15)
#000000
(0,0,0)

Tints of #D09891

#D09891
(208,152,145)
#D4A19B
(212,161,155)
#D8AAA5
(216,170,165)
#DCB3AF
(220,179,175)
#E0BCB9
(224,188,185)
#E4C5C3
(228,197,195)
#E8CECD
(232,206,205)
#ECD7D7
(236,215,215)
#F0E0E1
(240,224,225)
#F4E9EB
(244,233,235)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09891 color. Also use rgb(208,152,145) instead hex code.

Text Font Color

.myTextColor { color: #D09891; }

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

This text font color is #D09891.


Background Color

.myBgColor { background-color: #D09891; }

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

This div background color is #D09891.


Border color

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

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

This div border color is #D09891.


Opacity

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

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

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

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

This text has shadow with #D09891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09891 on black background.


Color preview on white background

This text has color #D09891 on white background.



Black color preview on #D09891 background

This text has black color on #D09891 background.


White color preview on #D09891 background

This text has white color on #D09891 background.