COLOR #C19EB7

HEX: #C19EB7
RGB: (193,158,183)

Color info

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

RGB color model

#C19EB7 color RGB value is (193,158,183).

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

RGB channels and saturation

R 193 of 255 = 76%
G 158 of 255 = 62%
B 183 of 255 = 72%

193
158
183

R + G + B ~ 70%. #C19EB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 158 + 183 = 534 (100%)
R 193 of 534 ~ 36.14%
G 158 of 534 ~ 29.59%
B 183 of 534 ~ 34.27%

%36.14
%29.59
%34.27

CMYK color model

#C19EB7 color CMYK value is (0,18,5,24).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 5.18%
  • key color value is 24.31%
CMYK:
(0,18,5,24)
C0M18Y5K24 
(0%,18%,5%,24%)
(0.00/0.18/0.05/0.24)	

CMYK percentages

%0
%18.13
%5.18
%24.31

Codes

Color #C19EB7 in popluar color models

C19EB7
RGB193158183
HSL317°22.01%68.82%
HSB/HSV317°18.13%75.69%
CMYK0.00%18.13%5.18%
24.31%

Color #C19EB7 in popluar number systems.

HEXC19EB7
Decimal193158183
Binary110000011001111010110111
Octal301236267

Shades and tints

Shades of #C19EB7

#C19EB7
(193,158,183)
#B090A7
(176,144,167)
#9F8297
(159,130,151)
#8E7487
(142,116,135)
#7D6677
(125,102,119)
#6C5867
(108,88,103)
#5B4A57
(91,74,87)
#4A3C47
(74,60,71)
#392E37
(57,46,55)
#282027
(40,32,39)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #C19EB7

#C19EB7
(193,158,183)
#C6A6BD
(198,166,189)
#CBAEC3
(203,174,195)
#D0B6C9
(208,182,201)
#D5BECF
(213,190,207)
#DAC6D5
(218,198,213)
#DFCEDB
(223,206,219)
#E4D6E1
(228,214,225)
#E9DEE7
(233,222,231)
#EEE6ED
(238,230,237)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19EB7; }

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

This text font color is #C19EB7.


Background Color

.myBgColor { background-color: #C19EB7; }

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

This div background color is #C19EB7.


Border color

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

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

This div border color is #C19EB7.


Opacity

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

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

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

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

This text has shadow with #C19EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19EB7 on black background.


Color preview on white background

This text has color #C19EB7 on white background.



Black color preview on #C19EB7 background

This text has black color on #C19EB7 background.


White color preview on #C19EB7 background

This text has white color on #C19EB7 background.