COLOR #C1A5FB

HEX: #C1A5FB
RGB: (193,165,251)

Color info

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

RGB color model

#C1A5FB color RGB value is (193,165,251).

  • red value is 193;
  • green value is 165;
  • blue value is 251.
RGB:
(193,165,251)
(76%,65%,98%)

RGB channels and saturation

R 193 of 255 = 76%
G 165 of 255 = 65%
B 251 of 255 = 98%

193
165
251

R + G + B ~ 80%. #C1A5FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 165 + 251 = 609 (100%)
R 193 of 609 ~ 31.69%
G 165 of 609 ~ 27.09%
B 251 of 609 ~ 41.22%

%31.69
%27.09
%41.22

CMYK color model

#C1A5FB color CMYK value is (23,34,0,2).

  • cyan value is 23.11%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(23,34,0,2)
C23M34Y0K2 
(23%,34%,0%,2%)
(0.23/0.34/0.00/0.02)	

CMYK percentages

%23.11
%34.26
%0
%1.57

Codes

Color #C1A5FB in popluar color models

C1A5FB
RGB193165251
HSL260°91.49%81.57%
HSB/HSV260°34.26%98.43%
CMYK23.11%34.26%0.00%
1.57%

Color #C1A5FB in popluar number systems.

HEXC1A5FB
Decimal193165251
Binary110000011010010111111011
Octal301245373

Shades and tints

Shades of #C1A5FB

#C1A5FB
(193,165,251)
#B096E5
(176,150,229)
#9F87CF
(159,135,207)
#8E78B9
(142,120,185)
#7D69A3
(125,105,163)
#6C5A8D
(108,90,141)
#5B4B77
(91,75,119)
#4A3C61
(74,60,97)
#392D4B
(57,45,75)
#281E35
(40,30,53)
#170F1F
(23,15,31)
#000000
(0,0,0)

Tints of #C1A5FB

#C1A5FB
(193,165,251)
#C6ADFB
(198,173,251)
#CBB5FB
(203,181,251)
#D0BDFB
(208,189,251)
#D5C5FB
(213,197,251)
#DACDFB
(218,205,251)
#DFD5FB
(223,213,251)
#E4DDFB
(228,221,251)
#E9E5FB
(233,229,251)
#EEEDFB
(238,237,251)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A5FB color. Also use rgb(193,165,251) instead hex code.

Text Font Color

.myTextColor { color: #C1A5FB; }

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

This text font color is #C1A5FB.


Background Color

.myBgColor { background-color: #C1A5FB; }

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

This div background color is #C1A5FB.


Border color

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

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

This div border color is #C1A5FB.


Opacity

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

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

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

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

This text has shadow with #C1A5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A5FB on black background.


Color preview on white background

This text has color #C1A5FB on white background.



Black color preview on #C1A5FB background

This text has black color on #C1A5FB background.


White color preview on #C1A5FB background

This text has white color on #C1A5FB background.