COLOR #D18BD6

HEX: #D18BD6
RGB: (209,139,214)

Color info

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

RGB color model

#D18BD6 color RGB value is (209,139,214).

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

RGB channels and saturation

R 209 of 255 = 82%
G 139 of 255 = 55%
B 214 of 255 = 84%

209
139
214

R + G + B ~ 74%. #D18BD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 139 + 214 = 562 (100%)
R 209 of 562 ~ 37.19%
G 139 of 562 ~ 24.73%
B 214 of 562 ~ 38.08%

%37.19
%24.73
%38.08

CMYK color model

#D18BD6 color CMYK value is (2,35,0,16).

  • cyan value is 2.34%
  • magenta value is 35.05%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(2,35,0,16)
C2M35Y0K16 
(2%,35%,0%,16%)
(0.02/0.35/0.00/0.16)	

CMYK percentages

%2.34
%35.05
%0
%16.08

Codes

Color #D18BD6 in popluar color models

D18BD6
RGB209139214
HSL296°47.77%69.22%
HSB/HSV296°35.05%83.92%
CMYK2.34%35.05%0.00%
16.08%

Color #D18BD6 in popluar number systems.

HEXD18BD6
Decimal209139214
Binary110100011000101111010110
Octal321213326

Shades and tints

Shades of #D18BD6

#D18BD6
(209,139,214)
#BE7FC3
(190,127,195)
#AB73B0
(171,115,176)
#98679D
(152,103,157)
#855B8A
(133,91,138)
#724F77
(114,79,119)
#5F4364
(95,67,100)
#4C3751
(76,55,81)
#392B3E
(57,43,62)
#261F2B
(38,31,43)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #D18BD6

#D18BD6
(209,139,214)
#D595D9
(213,149,217)
#D99FDC
(217,159,220)
#DDA9DF
(221,169,223)
#E1B3E2
(225,179,226)
#E5BDE5
(229,189,229)
#E9C7E8
(233,199,232)
#EDD1EB
(237,209,235)
#F1DBEE
(241,219,238)
#F5E5F1
(245,229,241)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18BD6; }

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

This text font color is #D18BD6.


Background Color

.myBgColor { background-color: #D18BD6; }

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

This div background color is #D18BD6.


Border color

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

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

This div border color is #D18BD6.


Opacity

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

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

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

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

This text has shadow with #D18BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18BD6 on black background.


Color preview on white background

This text has color #D18BD6 on white background.



Black color preview on #D18BD6 background

This text has black color on #D18BD6 background.


White color preview on #D18BD6 background

This text has white color on #D18BD6 background.