COLOR #C19ECD

HEX: #C19ECD
RGB: (193,158,205)

Color info

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

RGB color model

#C19ECD color RGB value is (193,158,205).

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

RGB channels and saturation

R 193 of 255 = 76%
G 158 of 255 = 62%
B 205 of 255 = 80%

193
158
205

R + G + B ~ 73%. #C19ECD is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 158 + 205 = 556 (100%)
R 193 of 556 ~ 34.71%
G 158 of 556 ~ 28.42%
B 205 of 556 ~ 36.87%

%34.71
%28.42
%36.87

CMYK color model

#C19ECD color CMYK value is (6,23,0,20).

  • cyan value is 5.85%
  • magenta value is 22.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(6,23,0,20)
C6M23Y0K20 
(6%,23%,0%,20%)
(0.06/0.23/0.00/0.20)	

CMYK percentages

%5.85
%22.93
%0
%19.61

Codes

Color #C19ECD in popluar color models

C19ECD
RGB193158205
HSL285°31.97%71.18%
HSB/HSV285°22.93%80.39%
CMYK5.85%22.93%0.00%
19.61%

Color #C19ECD in popluar number systems.

HEXC19ECD
Decimal193158205
Binary110000011001111011001101
Octal301236315

Shades and tints

Shades of #C19ECD

#C19ECD
(193,158,205)
#B090BB
(176,144,187)
#9F82A9
(159,130,169)
#8E7497
(142,116,151)
#7D6685
(125,102,133)
#6C5873
(108,88,115)
#5B4A61
(91,74,97)
#4A3C4F
(74,60,79)
#392E3D
(57,46,61)
#28202B
(40,32,43)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #C19ECD

#C19ECD
(193,158,205)
#C6A6D1
(198,166,209)
#CBAED5
(203,174,213)
#D0B6D9
(208,182,217)
#D5BEDD
(213,190,221)
#DAC6E1
(218,198,225)
#DFCEE5
(223,206,229)
#E4D6E9
(228,214,233)
#E9DEED
(233,222,237)
#EEE6F1
(238,230,241)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19ECD; }

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

This text font color is #C19ECD.


Background Color

.myBgColor { background-color: #C19ECD; }

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

This div background color is #C19ECD.


Border color

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

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

This div border color is #C19ECD.


Opacity

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

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

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

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

This text has shadow with #C19ECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19ECD on black background.


Color preview on white background

This text has color #C19ECD on white background.



Black color preview on #C19ECD background

This text has black color on #C19ECD background.


White color preview on #C19ECD background

This text has white color on #C19ECD background.