COLOR #D18EC4

HEX: #D18EC4
RGB: (209,142,196)

Color info

#D18EC4 contains mainly red and blue colors. Web safe color of #D18EC4 is #CC99CC (or #C9C).

RGB color model

#D18EC4 color RGB value is (209,142,196).

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

RGB channels and saturation

R 209 of 255 = 82%
G 142 of 255 = 56%
B 196 of 255 = 77%

209
142
196

R + G + B ~ 72%. #D18EC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 142 + 196 = 547 (100%)
R 209 of 547 ~ 38.21%
G 142 of 547 ~ 25.96%
B 196 of 547 ~ 35.83%

%38.21
%25.96
%35.83

CMYK color model

#D18EC4 color CMYK value is (0,32,6,18).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 6.22%
  • key color value is 18.04%
CMYK:
(0,32,6,18)
C0M32Y6K18 
(0%,32%,6%,18%)
(0.00/0.32/0.06/0.18)	

CMYK percentages

%0
%32.06
%6.22
%18.04

Codes

Color #D18EC4 in popluar color models

D18EC4
RGB209142196
HSL312°42.14%68.82%
HSB/HSV312°32.06%81.96%
CMYK0.00%32.06%6.22%
18.04%

Color #D18EC4 in popluar number systems.

HEXD18EC4
Decimal209142196
Binary110100011000111011000100
Octal321216304

Shades and tints

Shades of #D18EC4

#D18EC4
(209,142,196)
#BE82B3
(190,130,179)
#AB76A2
(171,118,162)
#986A91
(152,106,145)
#855E80
(133,94,128)
#72526F
(114,82,111)
#5F465E
(95,70,94)
#4C3A4D
(76,58,77)
#392E3C
(57,46,60)
#26222B
(38,34,43)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #D18EC4

#D18EC4
(209,142,196)
#D598C9
(213,152,201)
#D9A2CE
(217,162,206)
#DDACD3
(221,172,211)
#E1B6D8
(225,182,216)
#E5C0DD
(229,192,221)
#E9CAE2
(233,202,226)
#EDD4E7
(237,212,231)
#F1DEEC
(241,222,236)
#F5E8F1
(245,232,241)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18EC4; }

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

This text font color is #D18EC4.


Background Color

.myBgColor { background-color: #D18EC4; }

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

This div background color is #D18EC4.


Border color

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

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

This div border color is #D18EC4.


Opacity

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

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

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

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

This text has shadow with #D18EC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18EC4 on black background.


Color preview on white background

This text has color #D18EC4 on white background.



Black color preview on #D18EC4 background

This text has black color on #D18EC4 background.


White color preview on #D18EC4 background

This text has white color on #D18EC4 background.