COLOR #D18EB2

HEX: #D18EB2
RGB: (209,142,178)

Color info

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

RGB color model

#D18EB2 color RGB value is (209,142,178).

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

RGB channels and saturation

R 209 of 255 = 82%
G 142 of 255 = 56%
B 178 of 255 = 70%

209
142
178

R + G + B ~ 69%. #D18EB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 142 + 178 = 529 (100%)
R 209 of 529 ~ 39.51%
G 142 of 529 ~ 26.84%
B 178 of 529 ~ 33.65%

%39.51
%26.84
%33.65

CMYK color model

#D18EB2 color CMYK value is (0,32,15,18).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 14.83%
  • key color value is 18.04%
CMYK:
(0,32,15,18)
C0M32Y15K18 
(0%,32%,15%,18%)
(0.00/0.32/0.15/0.18)	

CMYK percentages

%0
%32.06
%14.83
%18.04

Codes

Color #D18EB2 in popluar color models

D18EB2
RGB209142178
HSL328°42.14%68.82%
HSB/HSV328°32.06%81.96%
CMYK0.00%32.06%14.83%
18.04%

Color #D18EB2 in popluar number systems.

HEXD18EB2
Decimal209142178
Binary110100011000111010110010
Octal321216262

Shades and tints

Shades of #D18EB2

#D18EB2
(209,142,178)
#BE82A2
(190,130,162)
#AB7692
(171,118,146)
#986A82
(152,106,130)
#855E72
(133,94,114)
#725262
(114,82,98)
#5F4652
(95,70,82)
#4C3A42
(76,58,66)
#392E32
(57,46,50)
#262222
(38,34,34)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #D18EB2

#D18EB2
(209,142,178)
#D598B9
(213,152,185)
#D9A2C0
(217,162,192)
#DDACC7
(221,172,199)
#E1B6CE
(225,182,206)
#E5C0D5
(229,192,213)
#E9CADC
(233,202,220)
#EDD4E3
(237,212,227)
#F1DEEA
(241,222,234)
#F5E8F1
(245,232,241)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18EB2; }

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

This text font color is #D18EB2.


Background Color

.myBgColor { background-color: #D18EB2; }

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

This div background color is #D18EB2.


Border color

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

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

This div border color is #D18EB2.


Opacity

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

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

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

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

This text has shadow with #D18EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18EB2 on black background.


Color preview on white background

This text has color #D18EB2 on white background.



Black color preview on #D18EB2 background

This text has black color on #D18EB2 background.


White color preview on #D18EB2 background

This text has white color on #D18EB2 background.