COLOR #D18BE6

HEX: #D18BE6
RGB: (209,139,230)

Color info

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

RGB color model

#D18BE6 color RGB value is (209,139,230).

  • red value is 209;
  • green value is 139;
  • blue value is 230.
RGB:
(209,139,230)
(82%,55%,90%)

RGB channels and saturation

R 209 of 255 = 82%
G 139 of 255 = 55%
B 230 of 255 = 90%

209
139
230

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

Portions of RGB colors in percentages

R + G + B =
209 + 139 + 230 = 578 (100%)
R 209 of 578 ~ 36.16%
G 139 of 578 ~ 24.05%
B 230 of 578 ~ 39.79%

%36.16
%24.05
%39.79

CMYK color model

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

  • cyan value is 9.13%
  • magenta value is 39.57%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(9,40,0,10)
C9M40Y0K10 
(9%,40%,0%,10%)
(0.09/0.40/0.00/0.10)	

CMYK percentages

%9.13
%39.57
%0
%9.8

Codes

Color #D18BE6 in popluar color models

D18BE6
RGB209139230
HSL286°64.54%72.35%
HSB/HSV286°39.57%90.20%
CMYK9.13%39.57%0.00%
9.80%

Color #D18BE6 in popluar number systems.

HEXD18BE6
Decimal209139230
Binary110100011000101111100110
Octal321213346

Shades and tints

Shades of #D18BE6

#D18BE6
(209,139,230)
#BE7FD2
(190,127,210)
#AB73BE
(171,115,190)
#9867AA
(152,103,170)
#855B96
(133,91,150)
#724F82
(114,79,130)
#5F436E
(95,67,110)
#4C375A
(76,55,90)
#392B46
(57,43,70)
#261F32
(38,31,50)
#13131E
(19,19,30)
#000000
(0,0,0)

Tints of #D18BE6

#D18BE6
(209,139,230)
#D595E8
(213,149,232)
#D99FEA
(217,159,234)
#DDA9EC
(221,169,236)
#E1B3EE
(225,179,238)
#E5BDF0
(229,189,240)
#E9C7F2
(233,199,242)
#EDD1F4
(237,209,244)
#F1DBF6
(241,219,246)
#F5E5F8
(245,229,248)
#F9EFFA
(249,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18BE6 color. Also use rgb(209,139,230) instead hex code.

Text Font Color

.myTextColor { color: #D18BE6; }

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

This text font color is #D18BE6.


Background Color

.myBgColor { background-color: #D18BE6; }

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

This div background color is #D18BE6.


Border color

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

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

This div border color is #D18BE6.


Opacity

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

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

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

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

This text has shadow with #D18BE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18BE6 on black background.


Color preview on white background

This text has color #D18BE6 on white background.



Black color preview on #D18BE6 background

This text has black color on #D18BE6 background.


White color preview on #D18BE6 background

This text has white color on #D18BE6 background.