COLOR #D18E91

HEX: #D18E91
RGB: (209,142,145)

Color info

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

RGB color model

#D18E91 color RGB value is (209,142,145).

  • red value is 209;
  • green value is 142;
  • blue value is 145.
RGB:
(209,142,145)
(82%,56%,57%)

RGB channels and saturation

R 209 of 255 = 82%
G 142 of 255 = 56%
B 145 of 255 = 57%

209
142
145

R + G + B ~ 65%. #D18E91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 142 + 145 = 496 (100%)
R 209 of 496 ~ 42.14%
G 142 of 496 ~ 28.63%
B 145 of 496 ~ 29.23%

%42.14
%28.63
%29.23

CMYK color model

#D18E91 color CMYK value is (0,32,31,18).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 30.62%
  • key color value is 18.04%
CMYK:
(0,32,31,18)
C0M32Y31K18 
(0%,32%,31%,18%)
(0.00/0.32/0.31/0.18)	

CMYK percentages

%0
%32.06
%30.62
%18.04

Codes

Color #D18E91 in popluar color models

D18E91
RGB209142145
HSL357°42.14%68.82%
HSB/HSV357°32.06%81.96%
CMYK0.00%32.06%30.62%
18.04%

Color #D18E91 in popluar number systems.

HEXD18E91
Decimal209142145
Binary110100011000111010010001
Octal321216221

Shades and tints

Shades of #D18E91

#D18E91
(209,142,145)
#BE8284
(190,130,132)
#AB7677
(171,118,119)
#986A6A
(152,106,106)
#855E5D
(133,94,93)
#725250
(114,82,80)
#5F4643
(95,70,67)
#4C3A36
(76,58,54)
#392E29
(57,46,41)
#26221C
(38,34,28)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #D18E91

#D18E91
(209,142,145)
#D5989B
(213,152,155)
#D9A2A5
(217,162,165)
#DDACAF
(221,172,175)
#E1B6B9
(225,182,185)
#E5C0C3
(229,192,195)
#E9CACD
(233,202,205)
#EDD4D7
(237,212,215)
#F1DEE1
(241,222,225)
#F5E8EB
(245,232,235)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18E91; }

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

This text font color is #D18E91.


Background Color

.myBgColor { background-color: #D18E91; }

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

This div background color is #D18E91.


Border color

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

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

This div border color is #D18E91.


Opacity

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

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

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

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

This text has shadow with #D18E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18E91 on black background.


Color preview on white background

This text has color #D18E91 on white background.



Black color preview on #D18E91 background

This text has black color on #D18E91 background.


White color preview on #D18E91 background

This text has white color on #D18E91 background.