COLOR #C19DAF

HEX: #C19DAF
RGB: (193,157,175)

Color info

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

RGB color model

#C19DAF color RGB value is (193,157,175).

  • red value is 193;
  • green value is 157;
  • blue value is 175.
RGB:
(193,157,175)
(76%,62%,69%)

RGB channels and saturation

R 193 of 255 = 76%
G 157 of 255 = 62%
B 175 of 255 = 69%

193
157
175

R + G + B ~ 69%. #C19DAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 157 + 175 = 525 (100%)
R 193 of 525 ~ 36.76%
G 157 of 525 ~ 29.9%
B 175 of 525 ~ 33.33%

%36.76
%29.9
%33.33

CMYK color model

#C19DAF color CMYK value is (0,19,9,24).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 9.33%
  • key color value is 24.31%
CMYK:
(0,19,9,24)
C0M19Y9K24 
(0%,19%,9%,24%)
(0.00/0.19/0.09/0.24)	

CMYK percentages

%0
%18.65
%9.33
%24.31

Codes

Color #C19DAF in popluar color models

C19DAF
RGB193157175
HSL330°22.50%68.63%
HSB/HSV330°18.65%75.69%
CMYK0.00%18.65%9.33%
24.31%

Color #C19DAF in popluar number systems.

HEXC19DAF
Decimal193157175
Binary110000011001110110101111
Octal301235257

Shades and tints

Shades of #C19DAF

#C19DAF
(193,157,175)
#B08FA0
(176,143,160)
#9F8191
(159,129,145)
#8E7382
(142,115,130)
#7D6573
(125,101,115)
#6C5764
(108,87,100)
#5B4955
(91,73,85)
#4A3B46
(74,59,70)
#392D37
(57,45,55)
#281F28
(40,31,40)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #C19DAF

#C19DAF
(193,157,175)
#C6A5B6
(198,165,182)
#CBADBD
(203,173,189)
#D0B5C4
(208,181,196)
#D5BDCB
(213,189,203)
#DAC5D2
(218,197,210)
#DFCDD9
(223,205,217)
#E4D5E0
(228,213,224)
#E9DDE7
(233,221,231)
#EEE5EE
(238,229,238)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19DAF color. Also use rgb(193,157,175) instead hex code.

Text Font Color

.myTextColor { color: #C19DAF; }

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

This text font color is #C19DAF.


Background Color

.myBgColor { background-color: #C19DAF; }

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

This div background color is #C19DAF.


Border color

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

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

This div border color is #C19DAF.


Opacity

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

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

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

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

This text has shadow with #C19DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19DAF on black background.


Color preview on white background

This text has color #C19DAF on white background.



Black color preview on #C19DAF background

This text has black color on #C19DAF background.


White color preview on #C19DAF background

This text has white color on #C19DAF background.