COLOR #C2ABE0

HEX: #C2ABE0
RGB: (194,171,224)

Color info

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

RGB color model

#C2ABE0 color RGB value is (194,171,224).

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

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 224 of 255 = 88%

194
171
224

R + G + B ~ 77%. #C2ABE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 171 + 224 = 589 (100%)
R 194 of 589 ~ 32.94%
G 171 of 589 ~ 29.03%
B 224 of 589 ~ 38.03%

%32.94
%29.03
%38.03

CMYK color model

#C2ABE0 color CMYK value is (13,24,0,12).

  • cyan value is 13.39%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(13,24,0,12)
C13M24Y0K12 
(13%,24%,0%,12%)
(0.13/0.24/0.00/0.12)	

CMYK percentages

%13.39
%23.66
%0
%12.16

Codes

Color #C2ABE0 in popluar color models

C2ABE0
RGB194171224
HSL266°46.09%77.45%
HSB/HSV266°23.66%87.84%
CMYK13.39%23.66%0.00%
12.16%

Color #C2ABE0 in popluar number systems.

HEXC2ABE0
Decimal194171224
Binary110000101010101111100000
Octal302253340

Shades and tints

Shades of #C2ABE0

#C2ABE0
(194,171,224)
#B19CCC
(177,156,204)
#A08DB8
(160,141,184)
#8F7EA4
(143,126,164)
#7E6F90
(126,111,144)
#6D607C
(109,96,124)
#5C5168
(92,81,104)
#4B4254
(75,66,84)
#3A3340
(58,51,64)
#29242C
(41,36,44)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #C2ABE0

#C2ABE0
(194,171,224)
#C7B2E2
(199,178,226)
#CCB9E4
(204,185,228)
#D1C0E6
(209,192,230)
#D6C7E8
(214,199,232)
#DBCEEA
(219,206,234)
#E0D5EC
(224,213,236)
#E5DCEE
(229,220,238)
#EAE3F0
(234,227,240)
#EFEAF2
(239,234,242)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ABE0; }

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

This text font color is #C2ABE0.


Background Color

.myBgColor { background-color: #C2ABE0; }

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

This div background color is #C2ABE0.


Border color

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

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

This div border color is #C2ABE0.


Opacity

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

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

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

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

This text has shadow with #C2ABE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ABE0 on black background.


Color preview on white background

This text has color #C2ABE0 on white background.



Black color preview on #C2ABE0 background

This text has black color on #C2ABE0 background.


White color preview on #C2ABE0 background

This text has white color on #C2ABE0 background.