COLOR #C2ABF5

HEX: #C2ABF5
RGB: (194,171,245)

Color info

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

RGB color model

#C2ABF5 color RGB value is (194,171,245).

  • red value is 194;
  • green value is 171;
  • blue value is 245.
RGB:
(194,171,245)
(76%,67%,96%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 245 of 255 = 96%

194
171
245

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

Portions of RGB colors in percentages

R + G + B =
194 + 171 + 245 = 610 (100%)
R 194 of 610 ~ 31.8%
G 171 of 610 ~ 28.03%
B 245 of 610 ~ 40.16%

%31.8
%28.03
%40.16

CMYK color model

#C2ABF5 color CMYK value is (21,30,0,4).

  • cyan value is 20.82%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(21,30,0,4)
C21M30Y0K4 
(21%,30%,0%,4%)
(0.21/0.30/0.00/0.04)	

CMYK percentages

%20.82
%30.2
%0
%3.92

Codes

Color #C2ABF5 in popluar color models

C2ABF5
RGB194171245
HSL259°78.72%81.57%
HSB/HSV259°30.20%96.08%
CMYK20.82%30.20%0.00%
3.92%

Color #C2ABF5 in popluar number systems.

HEXC2ABF5
Decimal194171245
Binary110000101010101111110101
Octal302253365

Shades and tints

Shades of #C2ABF5

#C2ABF5
(194,171,245)
#B19CDF
(177,156,223)
#A08DC9
(160,141,201)
#8F7EB3
(143,126,179)
#7E6F9D
(126,111,157)
#6D6087
(109,96,135)
#5C5171
(92,81,113)
#4B425B
(75,66,91)
#3A3345
(58,51,69)
#29242F
(41,36,47)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #C2ABF5

#C2ABF5
(194,171,245)
#C7B2F5
(199,178,245)
#CCB9F5
(204,185,245)
#D1C0F5
(209,192,245)
#D6C7F5
(214,199,245)
#DBCEF5
(219,206,245)
#E0D5F5
(224,213,245)
#E5DCF5
(229,220,245)
#EAE3F5
(234,227,245)
#EFEAF5
(239,234,245)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2ABF5 color. Also use rgb(194,171,245) instead hex code.

Text Font Color

.myTextColor { color: #C2ABF5; }

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

This text font color is #C2ABF5.


Background Color

.myBgColor { background-color: #C2ABF5; }

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

This div background color is #C2ABF5.


Border color

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

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

This div border color is #C2ABF5.


Opacity

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

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

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

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

This text has shadow with #C2ABF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ABF5 on black background.


Color preview on white background

This text has color #C2ABF5 on white background.



Black color preview on #C2ABF5 background

This text has black color on #C2ABF5 background.


White color preview on #C2ABF5 background

This text has white color on #C2ABF5 background.