COLOR #D18EEB

HEX: #D18EEB
RGB: (209,142,235)

Color info

#D18EEB contains mainly red and blue colors. Web safe color of #D18EEB is #CC99FF (or #C9F).

RGB color model

#D18EEB color RGB value is (209,142,235).

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

RGB channels and saturation

R 209 of 255 = 82%
G 142 of 255 = 56%
B 235 of 255 = 92%

209
142
235

R + G + B ~ 77%. #D18EEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 142 + 235 = 586 (100%)
R 209 of 586 ~ 35.67%
G 142 of 586 ~ 24.23%
B 235 of 586 ~ 40.1%

%35.67
%24.23
%40.1

CMYK color model

#D18EEB color CMYK value is (11,40,0,8).

  • cyan value is 11.06%
  • magenta value is 39.57%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(11,40,0,8)
C11M40Y0K8 
(11%,40%,0%,8%)
(0.11/0.40/0.00/0.08)	

CMYK percentages

%11.06
%39.57
%0
%7.84

Codes

Color #D18EEB in popluar color models

D18EEB
RGB209142235
HSL283°69.92%73.92%
HSB/HSV283°39.57%92.16%
CMYK11.06%39.57%0.00%
7.84%

Color #D18EEB in popluar number systems.

HEXD18EEB
Decimal209142235
Binary110100011000111011101011
Octal321216353

Shades and tints

Shades of #D18EEB

#D18EEB
(209,142,235)
#BE82D6
(190,130,214)
#AB76C1
(171,118,193)
#986AAC
(152,106,172)
#855E97
(133,94,151)
#725282
(114,82,130)
#5F466D
(95,70,109)
#4C3A58
(76,58,88)
#392E43
(57,46,67)
#26222E
(38,34,46)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #D18EEB

#D18EEB
(209,142,235)
#D598EC
(213,152,236)
#D9A2ED
(217,162,237)
#DDACEE
(221,172,238)
#E1B6EF
(225,182,239)
#E5C0F0
(229,192,240)
#E9CAF1
(233,202,241)
#EDD4F2
(237,212,242)
#F1DEF3
(241,222,243)
#F5E8F4
(245,232,244)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18EEB; }

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

This text font color is #D18EEB.


Background Color

.myBgColor { background-color: #D18EEB; }

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

This div background color is #D18EEB.


Border color

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

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

This div border color is #D18EEB.


Opacity

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

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

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

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

This text has shadow with #D18EEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18EEB on black background.


Color preview on white background

This text has color #D18EEB on white background.



Black color preview on #D18EEB background

This text has black color on #D18EEB background.


White color preview on #D18EEB background

This text has white color on #D18EEB background.