COLOR #C2ABF9

HEX: #C2ABF9
RGB: (194,171,249)

Color info

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

RGB color model

#C2ABF9 color RGB value is (194,171,249).

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

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 249 of 255 = 98%

194
171
249

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

Portions of RGB colors in percentages

R + G + B =
194 + 171 + 249 = 614 (100%)
R 194 of 614 ~ 31.6%
G 171 of 614 ~ 27.85%
B 249 of 614 ~ 40.55%

%31.6
%27.85
%40.55

CMYK color model

#C2ABF9 color CMYK value is (22,31,0,2).

  • cyan value is 22.09%
  • magenta value is 31.33%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(22,31,0,2)
C22M31Y0K2 
(22%,31%,0%,2%)
(0.22/0.31/0.00/0.02)	

CMYK percentages

%22.09
%31.33
%0
%2.35

Codes

Color #C2ABF9 in popluar color models

C2ABF9
RGB194171249
HSL258°86.67%82.35%
HSB/HSV258°31.33%97.65%
CMYK22.09%31.33%0.00%
2.35%

Color #C2ABF9 in popluar number systems.

HEXC2ABF9
Decimal194171249
Binary110000101010101111111001
Octal302253371

Shades and tints

Shades of #C2ABF9

#C2ABF9
(194,171,249)
#B19CE3
(177,156,227)
#A08DCD
(160,141,205)
#8F7EB7
(143,126,183)
#7E6FA1
(126,111,161)
#6D608B
(109,96,139)
#5C5175
(92,81,117)
#4B425F
(75,66,95)
#3A3349
(58,51,73)
#292433
(41,36,51)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #C2ABF9

#C2ABF9
(194,171,249)
#C7B2F9
(199,178,249)
#CCB9F9
(204,185,249)
#D1C0F9
(209,192,249)
#D6C7F9
(214,199,249)
#DBCEF9
(219,206,249)
#E0D5F9
(224,213,249)
#E5DCF9
(229,220,249)
#EAE3F9
(234,227,249)
#EFEAF9
(239,234,249)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ABF9; }

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

This text font color is #C2ABF9.


Background Color

.myBgColor { background-color: #C2ABF9; }

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

This div background color is #C2ABF9.


Border color

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

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

This div border color is #C2ABF9.


Opacity

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

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

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

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

This text has shadow with #C2ABF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ABF9 on black background.


Color preview on white background

This text has color #C2ABF9 on white background.



Black color preview on #C2ABF9 background

This text has black color on #C2ABF9 background.


White color preview on #C2ABF9 background

This text has white color on #C2ABF9 background.