COLOR #C19ED6

HEX: #C19ED6
RGB: (193,158,214)

Color info

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

RGB color model

#C19ED6 color RGB value is (193,158,214).

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

RGB channels and saturation

R 193 of 255 = 76%
G 158 of 255 = 62%
B 214 of 255 = 84%

193
158
214

R + G + B ~ 74%. #C19ED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 158 + 214 = 565 (100%)
R 193 of 565 ~ 34.16%
G 158 of 565 ~ 27.96%
B 214 of 565 ~ 37.88%

%34.16
%27.96
%37.88

CMYK color model

#C19ED6 color CMYK value is (10,26,0,16).

  • cyan value is 9.81%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(10,26,0,16)
C10M26Y0K16 
(10%,26%,0%,16%)
(0.10/0.26/0.00/0.16)	

CMYK percentages

%9.81
%26.17
%0
%16.08

Codes

Color #C19ED6 in popluar color models

C19ED6
RGB193158214
HSL278°40.58%72.94%
HSB/HSV278°26.17%83.92%
CMYK9.81%26.17%0.00%
16.08%

Color #C19ED6 in popluar number systems.

HEXC19ED6
Decimal193158214
Binary110000011001111011010110
Octal301236326

Shades and tints

Shades of #C19ED6

#C19ED6
(193,158,214)
#B090C3
(176,144,195)
#9F82B0
(159,130,176)
#8E749D
(142,116,157)
#7D668A
(125,102,138)
#6C5877
(108,88,119)
#5B4A64
(91,74,100)
#4A3C51
(74,60,81)
#392E3E
(57,46,62)
#28202B
(40,32,43)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #C19ED6

#C19ED6
(193,158,214)
#C6A6D9
(198,166,217)
#CBAEDC
(203,174,220)
#D0B6DF
(208,182,223)
#D5BEE2
(213,190,226)
#DAC6E5
(218,198,229)
#DFCEE8
(223,206,232)
#E4D6EB
(228,214,235)
#E9DEEE
(233,222,238)
#EEE6F1
(238,230,241)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19ED6; }

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

This text font color is #C19ED6.


Background Color

.myBgColor { background-color: #C19ED6; }

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

This div background color is #C19ED6.


Border color

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

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

This div border color is #C19ED6.


Opacity

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

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

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

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

This text has shadow with #C19ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19ED6 on black background.


Color preview on white background

This text has color #C19ED6 on white background.



Black color preview on #C19ED6 background

This text has black color on #C19ED6 background.


White color preview on #C19ED6 background

This text has white color on #C19ED6 background.