COLOR #D18EBE

HEX: #D18EBE
RGB: (209,142,190)

Color info

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

RGB color model

#D18EBE color RGB value is (209,142,190).

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

RGB channels and saturation

R 209 of 255 = 82%
G 142 of 255 = 56%
B 190 of 255 = 75%

209
142
190

R + G + B ~ 71%. #D18EBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 142 + 190 = 541 (100%)
R 209 of 541 ~ 38.63%
G 142 of 541 ~ 26.25%
B 190 of 541 ~ 35.12%

%38.63
%26.25
%35.12

CMYK color model

#D18EBE color CMYK value is (0,32,9,18).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 9.09%
  • key color value is 18.04%
CMYK:
(0,32,9,18)
C0M32Y9K18 
(0%,32%,9%,18%)
(0.00/0.32/0.09/0.18)	

CMYK percentages

%0
%32.06
%9.09
%18.04

Codes

Color #D18EBE in popluar color models

D18EBE
RGB209142190
HSL317°42.14%68.82%
HSB/HSV317°32.06%81.96%
CMYK0.00%32.06%9.09%
18.04%

Color #D18EBE in popluar number systems.

HEXD18EBE
Decimal209142190
Binary110100011000111010111110
Octal321216276

Shades and tints

Shades of #D18EBE

#D18EBE
(209,142,190)
#BE82AD
(190,130,173)
#AB769C
(171,118,156)
#986A8B
(152,106,139)
#855E7A
(133,94,122)
#725269
(114,82,105)
#5F4658
(95,70,88)
#4C3A47
(76,58,71)
#392E36
(57,46,54)
#262225
(38,34,37)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #D18EBE

#D18EBE
(209,142,190)
#D598C3
(213,152,195)
#D9A2C8
(217,162,200)
#DDACCD
(221,172,205)
#E1B6D2
(225,182,210)
#E5C0D7
(229,192,215)
#E9CADC
(233,202,220)
#EDD4E1
(237,212,225)
#F1DEE6
(241,222,230)
#F5E8EB
(245,232,235)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18EBE; }

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

This text font color is #D18EBE.


Background Color

.myBgColor { background-color: #D18EBE; }

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

This div background color is #D18EBE.


Border color

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

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

This div border color is #D18EBE.


Opacity

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

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

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

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

This text has shadow with #D18EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18EBE on black background.


Color preview on white background

This text has color #D18EBE on white background.



Black color preview on #D18EBE background

This text has black color on #D18EBE background.


White color preview on #D18EBE background

This text has white color on #D18EBE background.