COLOR #C2ABE6

HEX: #C2ABE6
RGB: (194,171,230)

Color info

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

RGB color model

#C2ABE6 color RGB value is (194,171,230).

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

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 230 of 255 = 90%

194
171
230

R + G + B ~ 78%. #C2ABE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 171 + 230 = 595 (100%)
R 194 of 595 ~ 32.61%
G 171 of 595 ~ 28.74%
B 230 of 595 ~ 38.66%

%32.61
%28.74
%38.66

CMYK color model

#C2ABE6 color CMYK value is (16,26,0,10).

  • cyan value is 15.65%
  • magenta value is 25.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(16,26,0,10)
C16M26Y0K10 
(16%,26%,0%,10%)
(0.16/0.26/0.00/0.10)	

CMYK percentages

%15.65
%25.65
%0
%9.8

Codes

Color #C2ABE6 in popluar color models

C2ABE6
RGB194171230
HSL263°54.13%78.63%
HSB/HSV263°25.65%90.20%
CMYK15.65%25.65%0.00%
9.80%

Color #C2ABE6 in popluar number systems.

HEXC2ABE6
Decimal194171230
Binary110000101010101111100110
Octal302253346

Shades and tints

Shades of #C2ABE6

#C2ABE6
(194,171,230)
#B19CD2
(177,156,210)
#A08DBE
(160,141,190)
#8F7EAA
(143,126,170)
#7E6F96
(126,111,150)
#6D6082
(109,96,130)
#5C516E
(92,81,110)
#4B425A
(75,66,90)
#3A3346
(58,51,70)
#292432
(41,36,50)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #C2ABE6

#C2ABE6
(194,171,230)
#C7B2E8
(199,178,232)
#CCB9EA
(204,185,234)
#D1C0EC
(209,192,236)
#D6C7EE
(214,199,238)
#DBCEF0
(219,206,240)
#E0D5F2
(224,213,242)
#E5DCF4
(229,220,244)
#EAE3F6
(234,227,246)
#EFEAF8
(239,234,248)
#F4F1FA
(244,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ABE6; }

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

This text font color is #C2ABE6.


Background Color

.myBgColor { background-color: #C2ABE6; }

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

This div background color is #C2ABE6.


Border color

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

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

This div border color is #C2ABE6.


Opacity

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

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

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

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

This text has shadow with #C2ABE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ABE6 on black background.


Color preview on white background

This text has color #C2ABE6 on white background.



Black color preview on #C2ABE6 background

This text has black color on #C2ABE6 background.


White color preview on #C2ABE6 background

This text has white color on #C2ABE6 background.