COLOR #D19CC0

HEX: #D19CC0
RGB: (209,156,192)

Color info

#D19CC0 contains red, green and blue colors in about the same proportion. Web safe color of #D19CC0 is #CC99CC (or #C9C).

RGB color model

#D19CC0 color RGB value is (209,156,192).

  • red value is 209;
  • green value is 156;
  • blue value is 192.
RGB:
(209,156,192)
(82%,61%,75%)

RGB channels and saturation

R 209 of 255 = 82%
G 156 of 255 = 61%
B 192 of 255 = 75%

209
156
192

R + G + B ~ 73%. #D19CC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 156 + 192 = 557 (100%)
R 209 of 557 ~ 37.52%
G 156 of 557 ~ 28.01%
B 192 of 557 ~ 34.47%

%37.52
%28.01
%34.47

CMYK color model

#D19CC0 color CMYK value is (0,25,8,18).

  • cyan value is 0.00%
  • magenta value is 25.36%
  • yellow value is 8.13%
  • key color value is 18.04%
CMYK:
(0,25,8,18)
C0M25Y8K18 
(0%,25%,8%,18%)
(0.00/0.25/0.08/0.18)	

CMYK percentages

%0
%25.36
%8.13
%18.04

Codes

Color #D19CC0 in popluar color models

D19CC0
RGB209156192
HSL319°36.55%71.57%
HSB/HSV319°25.36%81.96%
CMYK0.00%25.36%8.13%
18.04%

Color #D19CC0 in popluar number systems.

HEXD19CC0
Decimal209156192
Binary110100011001110011000000
Octal321234300

Shades and tints

Shades of #D19CC0

#D19CC0
(209,156,192)
#BE8EAF
(190,142,175)
#AB809E
(171,128,158)
#98728D
(152,114,141)
#85647C
(133,100,124)
#72566B
(114,86,107)
#5F485A
(95,72,90)
#4C3A49
(76,58,73)
#392C38
(57,44,56)
#261E27
(38,30,39)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #D19CC0

#D19CC0
(209,156,192)
#D5A5C5
(213,165,197)
#D9AECA
(217,174,202)
#DDB7CF
(221,183,207)
#E1C0D4
(225,192,212)
#E5C9D9
(229,201,217)
#E9D2DE
(233,210,222)
#EDDBE3
(237,219,227)
#F1E4E8
(241,228,232)
#F5EDED
(245,237,237)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19CC0 color. Also use rgb(209,156,192) instead hex code.

Text Font Color

.myTextColor { color: #D19CC0; }

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

This text font color is #D19CC0.


Background Color

.myBgColor { background-color: #D19CC0; }

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

This div background color is #D19CC0.


Border color

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

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

This div border color is #D19CC0.


Opacity

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

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

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

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

This text has shadow with #D19CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19CC0 on black background.


Color preview on white background

This text has color #D19CC0 on white background.



Black color preview on #D19CC0 background

This text has black color on #D19CC0 background.


White color preview on #D19CC0 background

This text has white color on #D19CC0 background.