COLOR #D18CC6

HEX: #D18CC6
RGB: (209,140,198)

Color info

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

RGB color model

#D18CC6 color RGB value is (209,140,198).

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

RGB channels and saturation

R 209 of 255 = 82%
G 140 of 255 = 55%
B 198 of 255 = 78%

209
140
198

R + G + B ~ 72%. #D18CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 140 + 198 = 547 (100%)
R 209 of 547 ~ 38.21%
G 140 of 547 ~ 25.59%
B 198 of 547 ~ 36.2%

%38.21
%25.59
%36.2

CMYK color model

#D18CC6 color CMYK value is (0,33,5,18).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 5.26%
  • key color value is 18.04%
CMYK:
(0,33,5,18)
C0M33Y5K18 
(0%,33%,5%,18%)
(0.00/0.33/0.05/0.18)	

CMYK percentages

%0
%33.01
%5.26
%18.04

Codes

Color #D18CC6 in popluar color models

D18CC6
RGB209140198
HSL310°42.86%68.43%
HSB/HSV310°33.01%81.96%
CMYK0.00%33.01%5.26%
18.04%

Color #D18CC6 in popluar number systems.

HEXD18CC6
Decimal209140198
Binary110100011000110011000110
Octal321214306

Shades and tints

Shades of #D18CC6

#D18CC6
(209,140,198)
#BE80B4
(190,128,180)
#AB74A2
(171,116,162)
#986890
(152,104,144)
#855C7E
(133,92,126)
#72506C
(114,80,108)
#5F445A
(95,68,90)
#4C3848
(76,56,72)
#392C36
(57,44,54)
#262024
(38,32,36)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #D18CC6

#D18CC6
(209,140,198)
#D596CB
(213,150,203)
#D9A0D0
(217,160,208)
#DDAAD5
(221,170,213)
#E1B4DA
(225,180,218)
#E5BEDF
(229,190,223)
#E9C8E4
(233,200,228)
#EDD2E9
(237,210,233)
#F1DCEE
(241,220,238)
#F5E6F3
(245,230,243)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18CC6; }

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

This text font color is #D18CC6.


Background Color

.myBgColor { background-color: #D18CC6; }

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

This div background color is #D18CC6.


Border color

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

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

This div border color is #D18CC6.


Opacity

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

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

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

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

This text has shadow with #D18CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18CC6 on black background.


Color preview on white background

This text has color #D18CC6 on white background.



Black color preview on #D18CC6 background

This text has black color on #D18CC6 background.


White color preview on #D18CC6 background

This text has white color on #D18CC6 background.