COLOR #C19EA9

HEX: #C19EA9
RGB: (193,158,169)

Color info

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

RGB color model

#C19EA9 color RGB value is (193,158,169).

  • red value is 193;
  • green value is 158;
  • blue value is 169.
RGB:
(193,158,169)
(76%,62%,66%)

RGB channels and saturation

R 193 of 255 = 76%
G 158 of 255 = 62%
B 169 of 255 = 66%

193
158
169

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

Portions of RGB colors in percentages

R + G + B =
193 + 158 + 169 = 520 (100%)
R 193 of 520 ~ 37.12%
G 158 of 520 ~ 30.38%
B 169 of 520 ~ 32.5%

%37.12
%30.38
%32.5

CMYK color model

#C19EA9 color CMYK value is (0,18,12,24).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 12.44%
  • key color value is 24.31%
CMYK:
(0,18,12,24)
C0M18Y12K24 
(0%,18%,12%,24%)
(0.00/0.18/0.12/0.24)	

CMYK percentages

%0
%18.13
%12.44
%24.31

Codes

Color #C19EA9 in popluar color models

C19EA9
RGB193158169
HSL341°22.01%68.82%
HSB/HSV341°18.13%75.69%
CMYK0.00%18.13%12.44%
24.31%

Color #C19EA9 in popluar number systems.

HEXC19EA9
Decimal193158169
Binary110000011001111010101001
Octal301236251

Shades and tints

Shades of #C19EA9

#C19EA9
(193,158,169)
#B0909A
(176,144,154)
#9F828B
(159,130,139)
#8E747C
(142,116,124)
#7D666D
(125,102,109)
#6C585E
(108,88,94)
#5B4A4F
(91,74,79)
#4A3C40
(74,60,64)
#392E31
(57,46,49)
#282022
(40,32,34)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #C19EA9

#C19EA9
(193,158,169)
#C6A6B0
(198,166,176)
#CBAEB7
(203,174,183)
#D0B6BE
(208,182,190)
#D5BEC5
(213,190,197)
#DAC6CC
(218,198,204)
#DFCED3
(223,206,211)
#E4D6DA
(228,214,218)
#E9DEE1
(233,222,225)
#EEE6E8
(238,230,232)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19EA9 color. Also use rgb(193,158,169) instead hex code.

Text Font Color

.myTextColor { color: #C19EA9; }

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

This text font color is #C19EA9.


Background Color

.myBgColor { background-color: #C19EA9; }

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

This div background color is #C19EA9.


Border color

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

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

This div border color is #C19EA9.


Opacity

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

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

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

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

This text has shadow with #C19EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19EA9 on black background.


Color preview on white background

This text has color #C19EA9 on white background.



Black color preview on #C19EA9 background

This text has black color on #C19EA9 background.


White color preview on #C19EA9 background

This text has white color on #C19EA9 background.