COLOR #D18989

HEX: #D18989
RGB: (209,137,137)

Color info

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

RGB color model

#D18989 color RGB value is (209,137,137).

  • red value is 209;
  • green value is 137;
  • blue value is 137.
RGB:
(209,137,137)
(82%,54%,54%)

RGB channels and saturation

R 209 of 255 = 82%
G 137 of 255 = 54%
B 137 of 255 = 54%

209
137
137

R + G + B ~ 63%. #D18989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 137 + 137 = 483 (100%)
R 209 of 483 ~ 43.27%
G 137 of 483 ~ 28.36%
B 137 of 483 ~ 28.36%

%43.27
%28.36
%28.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.45%
  • yellow value is 34.45%
  • key color value is 18.04%
CMYK:
(0,34,34,18)
C0M34Y34K18 
(0%,34%,34%,18%)
(0.00/0.34/0.34/0.18)	

CMYK percentages

%0
%34.45
%34.45
%18.04

Codes

Color #D18989 in popluar color models

D18989
RGB209137137
HSL43.90%67.84%
HSB/HSV34.45%81.96%
CMYK0.00%34.45%34.45%
18.04%

Color #D18989 in popluar number systems.

HEXD18989
Decimal209137137
Binary110100011000100110001001
Octal321211211

Shades and tints

Shades of #D18989

#D18989
(209,137,137)
#BE7D7D
(190,125,125)
#AB7171
(171,113,113)
#986565
(152,101,101)
#855959
(133,89,89)
#724D4D
(114,77,77)
#5F4141
(95,65,65)
#4C3535
(76,53,53)
#392929
(57,41,41)
#261D1D
(38,29,29)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #D18989

#D18989
(209,137,137)
#D59393
(213,147,147)
#D99D9D
(217,157,157)
#DDA7A7
(221,167,167)
#E1B1B1
(225,177,177)
#E5BBBB
(229,187,187)
#E9C5C5
(233,197,197)
#EDCFCF
(237,207,207)
#F1D9D9
(241,217,217)
#F5E3E3
(245,227,227)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18989 color. Also use rgb(209,137,137) instead hex code.

Text Font Color

.myTextColor { color: #D18989; }

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

This text font color is #D18989.


Background Color

.myBgColor { background-color: #D18989; }

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

This div background color is #D18989.


Border color

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

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

This div border color is #D18989.


Opacity

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

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

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

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

This text has shadow with #D18989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18989 on black background.


Color preview on white background

This text has color #D18989 on white background.



Black color preview on #D18989 background

This text has black color on #D18989 background.


White color preview on #D18989 background

This text has white color on #D18989 background.