COLOR #D18E9A

HEX: #D18E9A
RGB: (209,142,154)

Color info

#D18E9A contains mainly red and blue colors. Web safe color of #D18E9A is #CC9999 (or #C99).

RGB color model

#D18E9A color RGB value is (209,142,154).

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

RGB channels and saturation

R 209 of 255 = 82%
G 142 of 255 = 56%
B 154 of 255 = 60%

209
142
154

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

Portions of RGB colors in percentages

R + G + B =
209 + 142 + 154 = 505 (100%)
R 209 of 505 ~ 41.39%
G 142 of 505 ~ 28.12%
B 154 of 505 ~ 30.5%

%41.39
%28.12
%30.5

CMYK color model

#D18E9A color CMYK value is (0,32,26,18).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 26.32%
  • key color value is 18.04%
CMYK:
(0,32,26,18)
C0M32Y26K18 
(0%,32%,26%,18%)
(0.00/0.32/0.26/0.18)	

CMYK percentages

%0
%32.06
%26.32
%18.04

Codes

Color #D18E9A in popluar color models

D18E9A
RGB209142154
HSL349°42.14%68.82%
HSB/HSV349°32.06%81.96%
CMYK0.00%32.06%26.32%
18.04%

Color #D18E9A in popluar number systems.

HEXD18E9A
Decimal209142154
Binary110100011000111010011010
Octal321216232

Shades and tints

Shades of #D18E9A

#D18E9A
(209,142,154)
#BE828C
(190,130,140)
#AB767E
(171,118,126)
#986A70
(152,106,112)
#855E62
(133,94,98)
#725254
(114,82,84)
#5F4646
(95,70,70)
#4C3A38
(76,58,56)
#392E2A
(57,46,42)
#26221C
(38,34,28)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #D18E9A

#D18E9A
(209,142,154)
#D598A3
(213,152,163)
#D9A2AC
(217,162,172)
#DDACB5
(221,172,181)
#E1B6BE
(225,182,190)
#E5C0C7
(229,192,199)
#E9CAD0
(233,202,208)
#EDD4D9
(237,212,217)
#F1DEE2
(241,222,226)
#F5E8EB
(245,232,235)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18E9A; }

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

This text font color is #D18E9A.


Background Color

.myBgColor { background-color: #D18E9A; }

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

This div background color is #D18E9A.


Border color

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

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

This div border color is #D18E9A.


Opacity

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

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

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

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

This text has shadow with #D18E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18E9A on black background.


Color preview on white background

This text has color #D18E9A on white background.



Black color preview on #D18E9A background

This text has black color on #D18E9A background.


White color preview on #D18E9A background

This text has white color on #D18E9A background.