COLOR #D18BC2

HEX: #D18BC2
RGB: (209,139,194)

Color info

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

RGB color model

#D18BC2 color RGB value is (209,139,194).

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

RGB channels and saturation

R 209 of 255 = 82%
G 139 of 255 = 55%
B 194 of 255 = 76%

209
139
194

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

Portions of RGB colors in percentages

R + G + B =
209 + 139 + 194 = 542 (100%)
R 209 of 542 ~ 38.56%
G 139 of 542 ~ 25.65%
B 194 of 542 ~ 35.79%

%38.56
%25.65
%35.79

CMYK color model

#D18BC2 color CMYK value is (0,33,7,18).

  • cyan value is 0.00%
  • magenta value is 33.49%
  • yellow value is 7.18%
  • key color value is 18.04%
CMYK:
(0,33,7,18)
C0M33Y7K18 
(0%,33%,7%,18%)
(0.00/0.33/0.07/0.18)	

CMYK percentages

%0
%33.49
%7.18
%18.04

Codes

Color #D18BC2 in popluar color models

D18BC2
RGB209139194
HSL313°43.21%68.24%
HSB/HSV313°33.49%81.96%
CMYK0.00%33.49%7.18%
18.04%

Color #D18BC2 in popluar number systems.

HEXD18BC2
Decimal209139194
Binary110100011000101111000010
Octal321213302

Shades and tints

Shades of #D18BC2

#D18BC2
(209,139,194)
#BE7FB1
(190,127,177)
#AB73A0
(171,115,160)
#98678F
(152,103,143)
#855B7E
(133,91,126)
#724F6D
(114,79,109)
#5F435C
(95,67,92)
#4C374B
(76,55,75)
#392B3A
(57,43,58)
#261F29
(38,31,41)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #D18BC2

#D18BC2
(209,139,194)
#D595C7
(213,149,199)
#D99FCC
(217,159,204)
#DDA9D1
(221,169,209)
#E1B3D6
(225,179,214)
#E5BDDB
(229,189,219)
#E9C7E0
(233,199,224)
#EDD1E5
(237,209,229)
#F1DBEA
(241,219,234)
#F5E5EF
(245,229,239)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18BC2; }

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

This text font color is #D18BC2.


Background Color

.myBgColor { background-color: #D18BC2; }

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

This div background color is #D18BC2.


Border color

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

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

This div border color is #D18BC2.


Opacity

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

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

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

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

This text has shadow with #D18BC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18BC2 on black background.


Color preview on white background

This text has color #D18BC2 on white background.



Black color preview on #D18BC2 background

This text has black color on #D18BC2 background.


White color preview on #D18BC2 background

This text has white color on #D18BC2 background.