COLOR #C19FBA

HEX: #C19FBA
RGB: (193,159,186)

Color info

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

RGB color model

#C19FBA color RGB value is (193,159,186).

  • red value is 193;
  • green value is 159;
  • blue value is 186.
RGB:
(193,159,186)
(76%,62%,73%)

RGB channels and saturation

R 193 of 255 = 76%
G 159 of 255 = 62%
B 186 of 255 = 73%

193
159
186

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

Portions of RGB colors in percentages

R + G + B =
193 + 159 + 186 = 538 (100%)
R 193 of 538 ~ 35.87%
G 159 of 538 ~ 29.55%
B 186 of 538 ~ 34.57%

%35.87
%29.55
%34.57

CMYK color model

#C19FBA color CMYK value is (0,18,4,24).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 3.63%
  • key color value is 24.31%
CMYK:
(0,18,4,24)
C0M18Y4K24 
(0%,18%,4%,24%)
(0.00/0.18/0.04/0.24)	

CMYK percentages

%0
%17.62
%3.63
%24.31

Codes

Color #C19FBA in popluar color models

C19FBA
RGB193159186
HSL312°21.52%69.02%
HSB/HSV312°17.62%75.69%
CMYK0.00%17.62%3.63%
24.31%

Color #C19FBA in popluar number systems.

HEXC19FBA
Decimal193159186
Binary110000011001111110111010
Octal301237272

Shades and tints

Shades of #C19FBA

#C19FBA
(193,159,186)
#B091AA
(176,145,170)
#9F839A
(159,131,154)
#8E758A
(142,117,138)
#7D677A
(125,103,122)
#6C596A
(108,89,106)
#5B4B5A
(91,75,90)
#4A3D4A
(74,61,74)
#392F3A
(57,47,58)
#28212A
(40,33,42)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #C19FBA

#C19FBA
(193,159,186)
#C6A7C0
(198,167,192)
#CBAFC6
(203,175,198)
#D0B7CC
(208,183,204)
#D5BFD2
(213,191,210)
#DAC7D8
(218,199,216)
#DFCFDE
(223,207,222)
#E4D7E4
(228,215,228)
#E9DFEA
(233,223,234)
#EEE7F0
(238,231,240)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19FBA color. Also use rgb(193,159,186) instead hex code.

Text Font Color

.myTextColor { color: #C19FBA; }

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

This text font color is #C19FBA.


Background Color

.myBgColor { background-color: #C19FBA; }

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

This div background color is #C19FBA.


Border color

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

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

This div border color is #C19FBA.


Opacity

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

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

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

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

This text has shadow with #C19FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19FBA on black background.


Color preview on white background

This text has color #C19FBA on white background.



Black color preview on #C19FBA background

This text has black color on #C19FBA background.


White color preview on #C19FBA background

This text has white color on #C19FBA background.