COLOR #D19CAF

HEX: #D19CAF
RGB: (209,156,175)

Color info

#D19CAF contains red, green and blue colors in about the same proportion. Web safe color of #D19CAF is #CC9999 (or #C99).

RGB color model

#D19CAF color RGB value is (209,156,175).

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

RGB channels and saturation

R 209 of 255 = 82%
G 156 of 255 = 61%
B 175 of 255 = 69%

209
156
175

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

Portions of RGB colors in percentages

R + G + B =
209 + 156 + 175 = 540 (100%)
R 209 of 540 ~ 38.7%
G 156 of 540 ~ 28.89%
B 175 of 540 ~ 32.41%

%38.7
%28.89
%32.41

CMYK color model

#D19CAF color CMYK value is (0,25,16,18).

  • cyan value is 0.00%
  • magenta value is 25.36%
  • yellow value is 16.27%
  • key color value is 18.04%
CMYK:
(0,25,16,18)
C0M25Y16K18 
(0%,25%,16%,18%)
(0.00/0.25/0.16/0.18)	

CMYK percentages

%0
%25.36
%16.27
%18.04

Codes

Color #D19CAF in popluar color models

D19CAF
RGB209156175
HSL338°36.55%71.57%
HSB/HSV338°25.36%81.96%
CMYK0.00%25.36%16.27%
18.04%

Color #D19CAF in popluar number systems.

HEXD19CAF
Decimal209156175
Binary110100011001110010101111
Octal321234257

Shades and tints

Shades of #D19CAF

#D19CAF
(209,156,175)
#BE8EA0
(190,142,160)
#AB8091
(171,128,145)
#987282
(152,114,130)
#856473
(133,100,115)
#725664
(114,86,100)
#5F4855
(95,72,85)
#4C3A46
(76,58,70)
#392C37
(57,44,55)
#261E28
(38,30,40)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #D19CAF

#D19CAF
(209,156,175)
#D5A5B6
(213,165,182)
#D9AEBD
(217,174,189)
#DDB7C4
(221,183,196)
#E1C0CB
(225,192,203)
#E5C9D2
(229,201,210)
#E9D2D9
(233,210,217)
#EDDBE0
(237,219,224)
#F1E4E7
(241,228,231)
#F5EDEE
(245,237,238)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19CAF; }

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

This text font color is #D19CAF.


Background Color

.myBgColor { background-color: #D19CAF; }

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

This div background color is #D19CAF.


Border color

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

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

This div border color is #D19CAF.


Opacity

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

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

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

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

This text has shadow with #D19CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19CAF on black background.


Color preview on white background

This text has color #D19CAF on white background.



Black color preview on #D19CAF background

This text has black color on #D19CAF background.


White color preview on #D19CAF background

This text has white color on #D19CAF background.