COLOR #C19DA6

HEX: #C19DA6
RGB: (193,157,166)

Color info

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

RGB color model

#C19DA6 color RGB value is (193,157,166).

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

RGB channels and saturation

R 193 of 255 = 76%
G 157 of 255 = 62%
B 166 of 255 = 65%

193
157
166

R + G + B ~ 68%. #C19DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 157 + 166 = 516 (100%)
R 193 of 516 ~ 37.4%
G 157 of 516 ~ 30.43%
B 166 of 516 ~ 32.17%

%37.4
%30.43
%32.17

CMYK color model

#C19DA6 color CMYK value is (0,19,14,24).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 13.99%
  • key color value is 24.31%
CMYK:
(0,19,14,24)
C0M19Y14K24 
(0%,19%,14%,24%)
(0.00/0.19/0.14/0.24)	

CMYK percentages

%0
%18.65
%13.99
%24.31

Codes

Color #C19DA6 in popluar color models

C19DA6
RGB193157166
HSL345°22.50%68.63%
HSB/HSV345°18.65%75.69%
CMYK0.00%18.65%13.99%
24.31%

Color #C19DA6 in popluar number systems.

HEXC19DA6
Decimal193157166
Binary110000011001110110100110
Octal301235246

Shades and tints

Shades of #C19DA6

#C19DA6
(193,157,166)
#B08F97
(176,143,151)
#9F8188
(159,129,136)
#8E7379
(142,115,121)
#7D656A
(125,101,106)
#6C575B
(108,87,91)
#5B494C
(91,73,76)
#4A3B3D
(74,59,61)
#392D2E
(57,45,46)
#281F1F
(40,31,31)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #C19DA6

#C19DA6
(193,157,166)
#C6A5AE
(198,165,174)
#CBADB6
(203,173,182)
#D0B5BE
(208,181,190)
#D5BDC6
(213,189,198)
#DAC5CE
(218,197,206)
#DFCDD6
(223,205,214)
#E4D5DE
(228,213,222)
#E9DDE6
(233,221,230)
#EEE5EE
(238,229,238)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19DA6; }

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

This text font color is #C19DA6.


Background Color

.myBgColor { background-color: #C19DA6; }

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

This div background color is #C19DA6.


Border color

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

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

This div border color is #C19DA6.


Opacity

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

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

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

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

This text has shadow with #C19DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19DA6 on black background.


Color preview on white background

This text has color #C19DA6 on white background.



Black color preview on #C19DA6 background

This text has black color on #C19DA6 background.


White color preview on #C19DA6 background

This text has white color on #C19DA6 background.