COLOR #D89090

HEX: #D89090
RGB: (216,144,144)

Color info

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

RGB color model

#D89090 color RGB value is (216,144,144).

  • red value is 216;
  • green value is 144;
  • blue value is 144.
RGB:
(216,144,144)
(85%,56%,56%)

RGB channels and saturation

R 216 of 255 = 85%
G 144 of 255 = 56%
B 144 of 255 = 56%

216
144
144

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

Portions of RGB colors in percentages

R + G + B =
216 + 144 + 144 = 504 (100%)
R 216 of 504 ~ 42.86%
G 144 of 504 ~ 28.57%
B 144 of 504 ~ 28.57%

%42.86
%28.57
%28.57

CMYK color model

#D89090 color CMYK value is (0,33,33,15).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 33.33%
  • key color value is 15.29%
CMYK:
(0,33,33,15)
C0M33Y33K15 
(0%,33%,33%,15%)
(0.00/0.33/0.33/0.15)	

CMYK percentages

%0
%33.33
%33.33
%15.29

Codes

Color #D89090 in popluar color models

D89090
RGB216144144
HSL48.00%70.59%
HSB/HSV33.33%84.71%
CMYK0.00%33.33%33.33%
15.29%

Color #D89090 in popluar number systems.

HEXD89090
Decimal216144144
Binary110110001001000010010000
Octal330220220

Shades and tints

Shades of #D89090

#D89090
(216,144,144)
#C58383
(197,131,131)
#B27676
(178,118,118)
#9F6969
(159,105,105)
#8C5C5C
(140,92,92)
#794F4F
(121,79,79)
#664242
(102,66,66)
#533535
(83,53,53)
#402828
(64,40,40)
#2D1B1B
(45,27,27)
#1A0E0E
(26,14,14)
#000000
(0,0,0)

Tints of #D89090

#D89090
(216,144,144)
#DB9A9A
(219,154,154)
#DEA4A4
(222,164,164)
#E1AEAE
(225,174,174)
#E4B8B8
(228,184,184)
#E7C2C2
(231,194,194)
#EACCCC
(234,204,204)
#EDD6D6
(237,214,214)
#F0E0E0
(240,224,224)
#F3EAEA
(243,234,234)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89090; }

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

This text font color is #D89090.


Background Color

.myBgColor { background-color: #D89090; }

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

This div background color is #D89090.


Border color

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

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

This div border color is #D89090.


Opacity

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

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

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

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

This text has shadow with #D89090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89090 on black background.


Color preview on white background

This text has color #D89090 on white background.



Black color preview on #D89090 background

This text has black color on #D89090 background.


White color preview on #D89090 background

This text has white color on #D89090 background.