COLOR #D18CE9

HEX: #D18CE9
RGB: (209,140,233)

Color info

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

RGB color model

#D18CE9 color RGB value is (209,140,233).

  • red value is 209;
  • green value is 140;
  • blue value is 233.
RGB:
(209,140,233)
(82%,55%,91%)

RGB channels and saturation

R 209 of 255 = 82%
G 140 of 255 = 55%
B 233 of 255 = 91%

209
140
233

R + G + B ~ 76%. #D18CE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 140 + 233 = 582 (100%)
R 209 of 582 ~ 35.91%
G 140 of 582 ~ 24.05%
B 233 of 582 ~ 40.03%

%35.91
%24.05
%40.03

CMYK color model

#D18CE9 color CMYK value is (10,40,0,9).

  • cyan value is 10.30%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(10,40,0,9)
C10M40Y0K9 
(10%,40%,0%,9%)
(0.10/0.40/0.00/0.09)	

CMYK percentages

%10.3
%39.91
%0
%8.63

Codes

Color #D18CE9 in popluar color models

D18CE9
RGB209140233
HSL285°67.88%73.14%
HSB/HSV285°39.91%91.37%
CMYK10.30%39.91%0.00%
8.63%

Color #D18CE9 in popluar number systems.

HEXD18CE9
Decimal209140233
Binary110100011000110011101001
Octal321214351

Shades and tints

Shades of #D18CE9

#D18CE9
(209,140,233)
#BE80D4
(190,128,212)
#AB74BF
(171,116,191)
#9868AA
(152,104,170)
#855C95
(133,92,149)
#725080
(114,80,128)
#5F446B
(95,68,107)
#4C3856
(76,56,86)
#392C41
(57,44,65)
#26202C
(38,32,44)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #D18CE9

#D18CE9
(209,140,233)
#D596EB
(213,150,235)
#D9A0ED
(217,160,237)
#DDAAEF
(221,170,239)
#E1B4F1
(225,180,241)
#E5BEF3
(229,190,243)
#E9C8F5
(233,200,245)
#EDD2F7
(237,210,247)
#F1DCF9
(241,220,249)
#F5E6FB
(245,230,251)
#F9F0FD
(249,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18CE9 color. Also use rgb(209,140,233) instead hex code.

Text Font Color

.myTextColor { color: #D18CE9; }

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

This text font color is #D18CE9.


Background Color

.myBgColor { background-color: #D18CE9; }

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

This div background color is #D18CE9.


Border color

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

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

This div border color is #D18CE9.


Opacity

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

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

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

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

This text has shadow with #D18CE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18CE9 on black background.


Color preview on white background

This text has color #D18CE9 on white background.



Black color preview on #D18CE9 background

This text has black color on #D18CE9 background.


White color preview on #D18CE9 background

This text has white color on #D18CE9 background.