COLOR #D08A90

HEX: #D08A90
RGB: (208,138,144)

Color info

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

RGB color model

#D08A90 color RGB value is (208,138,144).

  • red value is 208;
  • green value is 138;
  • blue value is 144.
RGB:
(208,138,144)
(82%,54%,56%)

RGB channels and saturation

R 208 of 255 = 82%
G 138 of 255 = 54%
B 144 of 255 = 56%

208
138
144

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

Portions of RGB colors in percentages

R + G + B =
208 + 138 + 144 = 490 (100%)
R 208 of 490 ~ 42.45%
G 138 of 490 ~ 28.16%
B 144 of 490 ~ 29.39%

%42.45
%28.16
%29.39

CMYK color model

#D08A90 color CMYK value is (0,34,31,18).

  • cyan value is 0.00%
  • magenta value is 33.65%
  • yellow value is 30.77%
  • key color value is 18.43%
CMYK:
(0,34,31,18)
C0M34Y31K18 
(0%,34%,31%,18%)
(0.00/0.34/0.31/0.18)	

CMYK percentages

%0
%33.65
%30.77
%18.43

Codes

Color #D08A90 in popluar color models

D08A90
RGB208138144
HSL355°42.68%67.84%
HSB/HSV355°33.65%81.57%
CMYK0.00%33.65%30.77%
18.43%

Color #D08A90 in popluar number systems.

HEXD08A90
Decimal208138144
Binary110100001000101010010000
Octal320212220

Shades and tints

Shades of #D08A90

#D08A90
(208,138,144)
#BE7E83
(190,126,131)
#AC7276
(172,114,118)
#9A6669
(154,102,105)
#885A5C
(136,90,92)
#764E4F
(118,78,79)
#644242
(100,66,66)
#523635
(82,54,53)
#402A28
(64,42,40)
#2E1E1B
(46,30,27)
#1C120E
(28,18,14)
#000000
(0,0,0)

Tints of #D08A90

#D08A90
(208,138,144)
#D4949A
(212,148,154)
#D89EA4
(216,158,164)
#DCA8AE
(220,168,174)
#E0B2B8
(224,178,184)
#E4BCC2
(228,188,194)
#E8C6CC
(232,198,204)
#ECD0D6
(236,208,214)
#F0DAE0
(240,218,224)
#F4E4EA
(244,228,234)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08A90 color. Also use rgb(208,138,144) instead hex code.

Text Font Color

.myTextColor { color: #D08A90; }

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

This text font color is #D08A90.


Background Color

.myBgColor { background-color: #D08A90; }

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

This div background color is #D08A90.


Border color

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

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

This div border color is #D08A90.


Opacity

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

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

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

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

This text has shadow with #D08A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08A90 on black background.


Color preview on white background

This text has color #D08A90 on white background.



Black color preview on #D08A90 background

This text has black color on #D08A90 background.


White color preview on #D08A90 background

This text has white color on #D08A90 background.