COLOR #D18EAA

HEX: #D18EAA RGB: (209,142,170)

Color info

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

RGB color model

#D18EAA color RGB value is (209,142,170).

RGB: (209,142,170) (82%, 56%, 67%)

RGB channels and saturation

R 209 of 255 = 82%
G 142 of 255 = 56%
B 170 of 255 = 67%

209
142
170

R + G + B ~ 68%. #D18EAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 142 + 170 = 521 (100%)
R 209 of 521 ~ 40.12%
G 142 of 521 ~ 27.26%
B 170 of 521 ~ 32.63'%

%40.12
%27.26
%32.63

CMYK color model

#D18EAA color CMYK value is (0,32,19,18).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 18.66%
  • key color value is 18.04%

CMYK: (0,32,19,18)
C0M32Y19K18 (0%, 32%, 19%, 18%)
(0.00 / 0.32 / 0.19 / 0.18)

CMYK percentages

%0
%32.06
%18.66
%18.04

Codes

Color #D18EAA in popluar color models

D1 8E AA
RGB 209 142 170
HSL 335° 42.14% 68.82%
HSB/HSV 335° 32.06% 81.96%
CMYK 0.00% 32.06% 18.66%
18.04%

Color #D18EAA in popluar number systems.

HEX D1 8E AA
Decimal 209 142 170
Binary 11010001 10001110 10101010
Octal 321 216 252

Shades and tints

Shades of #D18EAA

#D18EAA
(209,142,170)
#BE829B
(190,130,155)
#AB768C
(171,118,140)
#986A7D
(152,106,125)
#855E6E
(133,94,110)
#72525F
(114,82,95)
#5F4650
(95,70,80)
#4C3A41
(76,58,65)
#392E32
(57,46,50)
#262223
(38,34,35)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #D18EAA

#D18EAA
(209,142,170)
#D598B1
(213,152,177)
#D9A2B8
(217,162,184)
#DDACBF
(221,172,191)
#E1B6C6
(225,182,198)
#E5C0CD
(229,192,205)
#E9CAD4
(233,202,212)
#EDD4DB
(237,212,219)
#F1DEE2
(241,222,226)
#F5E8E9
(245,232,233)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18EAA; }

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

This text font color is #D18EAA.

Background Color

.myBgColor { background-color: #D18EAA; }

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

This div background color is #D18EAA.

Border color

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

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

This div border color is #D18EAA.

Opacity

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

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

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

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

This text has shadow with #D18EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18EAA.

Preview

Color preview on black background

This text has color #D18EAA on black background.


Color preview on white background

This text has color #D18EAA on white background.


Black color preview on #D18EAA background

This text has black color on #D18EAA background.


White color preview on #D18EAA background

This text has white color on #D18EAA background.


Related colors

Complementary color

Complementary color for #hex is #2E7155.


I love getcolorcode.com

Triadic colors

1 #AAD18E and #8EAAD1 with #D18EAA are triadic colors.

2 #AA8ED1 and #8ED1AA with #D18EAA are triadic colors.