COLOR #C19BEA

HEX: #C19BEA
RGB: (193,155,234)

Color info

#C19BEA contains mainly red and blue colors. Web safe color of #C19BEA is #CC99FF (or #C9F).

RGB color model

#C19BEA color RGB value is (193,155,234).

  • red value is 193;
  • green value is 155;
  • blue value is 234.
RGB:
(193,155,234)
(76%,61%,92%)

RGB channels and saturation

R 193 of 255 = 76%
G 155 of 255 = 61%
B 234 of 255 = 92%

193
155
234

R + G + B ~ 76%. #C19BEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 155 + 234 = 582 (100%)
R 193 of 582 ~ 33.16%
G 155 of 582 ~ 26.63%
B 234 of 582 ~ 40.21%

%33.16
%26.63
%40.21

CMYK color model

#C19BEA color CMYK value is (18,34,0,8).

  • cyan value is 17.52%
  • magenta value is 33.76%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(18,34,0,8)
C18M34Y0K8 
(18%,34%,0%,8%)
(0.18/0.34/0.00/0.08)	

CMYK percentages

%17.52
%33.76
%0
%8.24

Codes

Color #C19BEA in popluar color models

C19BEA
RGB193155234
HSL269°65.29%76.27%
HSB/HSV269°33.76%91.76%
CMYK17.52%33.76%0.00%
8.24%

Color #C19BEA in popluar number systems.

HEXC19BEA
Decimal193155234
Binary110000011001101111101010
Octal301233352

Shades and tints

Shades of #C19BEA

#C19BEA
(193,155,234)
#B08DD5
(176,141,213)
#9F7FC0
(159,127,192)
#8E71AB
(142,113,171)
#7D6396
(125,99,150)
#6C5581
(108,85,129)
#5B476C
(91,71,108)
#4A3957
(74,57,87)
#392B42
(57,43,66)
#281D2D
(40,29,45)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #C19BEA

#C19BEA
(193,155,234)
#C6A4EB
(198,164,235)
#CBADEC
(203,173,236)
#D0B6ED
(208,182,237)
#D5BFEE
(213,191,238)
#DAC8EF
(218,200,239)
#DFD1F0
(223,209,240)
#E4DAF1
(228,218,241)
#E9E3F2
(233,227,242)
#EEECF3
(238,236,243)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19BEA color. Also use rgb(193,155,234) instead hex code.

Text Font Color

.myTextColor { color: #C19BEA; }

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

This text font color is #C19BEA.


Background Color

.myBgColor { background-color: #C19BEA; }

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

This div background color is #C19BEA.


Border color

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

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

This div border color is #C19BEA.


Opacity

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

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

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

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

This text has shadow with #C19BEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19BEA on black background.


Color preview on white background

This text has color #C19BEA on white background.



Black color preview on #C19BEA background

This text has black color on #C19BEA background.


White color preview on #C19BEA background

This text has white color on #C19BEA background.