COLOR #D08491

HEX: #D08491
RGB: (208,132,145)

Color info

#D08491 contains mainly red color. Web safe color of #D08491 is #CC9999 (or #C99).

RGB color model

#D08491 color RGB value is (208,132,145).

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

RGB channels and saturation

R 208 of 255 = 82%
G 132 of 255 = 52%
B 145 of 255 = 57%

208
132
145

R + G + B ~ 64%. #D08491 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 132 + 145 = 485 (100%)
R 208 of 485 ~ 42.89%
G 132 of 485 ~ 27.22%
B 145 of 485 ~ 29.9%

%42.89
%27.22
%29.9

CMYK color model

#D08491 color CMYK value is (0,37,30,18).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 30.29%
  • key color value is 18.43%
CMYK:
(0,37,30,18)
C0M37Y30K18 
(0%,37%,30%,18%)
(0.00/0.37/0.30/0.18)	

CMYK percentages

%0
%36.54
%30.29
%18.43

Codes

Color #D08491 in popluar color models

D08491
RGB208132145
HSL350°44.71%66.67%
HSB/HSV350°36.54%81.57%
CMYK0.00%36.54%30.29%
18.43%

Color #D08491 in popluar number systems.

HEXD08491
Decimal208132145
Binary110100001000010010010001
Octal320204221

Shades and tints

Shades of #D08491

#D08491
(208,132,145)
#BE7884
(190,120,132)
#AC6C77
(172,108,119)
#9A606A
(154,96,106)
#88545D
(136,84,93)
#764850
(118,72,80)
#643C43
(100,60,67)
#523036
(82,48,54)
#402429
(64,36,41)
#2E181C
(46,24,28)
#1C0C0F
(28,12,15)
#000000
(0,0,0)

Tints of #D08491

#D08491
(208,132,145)
#D48F9B
(212,143,155)
#D89AA5
(216,154,165)
#DCA5AF
(220,165,175)
#E0B0B9
(224,176,185)
#E4BBC3
(228,187,195)
#E8C6CD
(232,198,205)
#ECD1D7
(236,209,215)
#F0DCE1
(240,220,225)
#F4E7EB
(244,231,235)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08491; }

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

This text font color is #D08491.


Background Color

.myBgColor { background-color: #D08491; }

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

This div background color is #D08491.


Border color

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

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

This div border color is #D08491.


Opacity

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

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

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

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

This text has shadow with #D08491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08491 on black background.


Color preview on white background

This text has color #D08491 on white background.



Black color preview on #D08491 background

This text has black color on #D08491 background.


White color preview on #D08491 background

This text has white color on #D08491 background.