COLOR #C2ABE9

HEX: #C2ABE9 RGB: (194,171,233)

Color info

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

RGB color model

#C2ABE9 color RGB value is (194,171,233).

RGB: (194,171,233) (76%, 67%, 91%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 233 of 255 = 91%

194
171
233

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

Portions of RGB colors in percentages

R + G + B = 194 + 171 + 233 = 598 (100%)
R 194 of 598 ~ 32.44%
G 171 of 598 ~ 28.6%
B 233 of 598 ~ 38.96'%

%32.44
%28.6
%38.96

CMYK color model

#C2ABE9 color CMYK value is (17,27,0,9).

  • cyan value is 16.74%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (17,27,0,9)
C17M27Y0K9 (17%, 27%, 0%, 9%)
(0.17 / 0.27 / 0.00 / 0.09)

CMYK percentages

%16.74
%26.61
%0
%8.63

Codes

Color #C2ABE9 in popluar color models

C2 AB E9
RGB 194 171 233
HSL 262° 58.49% 79.22%
HSB/HSV 262° 26.61% 91.37%
CMYK 16.74% 26.61% 0.00%
8.63%

Color #C2ABE9 in popluar number systems.

HEX C2 AB E9
Decimal 194 171 233
Binary 11000010 10101011 11101001
Octal 302 253 351

Shades and tints

Shades of #C2ABE9

#C2ABE9
(194,171,233)
#B19CD4
(177,156,212)
#A08DBF
(160,141,191)
#8F7EAA
(143,126,170)
#7E6F95
(126,111,149)
#6D6080
(109,96,128)
#5C516B
(92,81,107)
#4B4256
(75,66,86)
#3A3341
(58,51,65)
#29242C
(41,36,44)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #C2ABE9

#C2ABE9
(194,171,233)
#C7B2EB
(199,178,235)
#CCB9ED
(204,185,237)
#D1C0EF
(209,192,239)
#D6C7F1
(214,199,241)
#DBCEF3
(219,206,243)
#E0D5F5
(224,213,245)
#E5DCF7
(229,220,247)
#EAE3F9
(234,227,249)
#EFEAFB
(239,234,251)
#F4F1FD
(244,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ABE9; }

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

This text font color is #C2ABE9.

Background Color

.myBgColor { background-color: #C2ABE9; }

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

This div background color is #C2ABE9.

Border color

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

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

This div border color is #C2ABE9.

Opacity

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

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

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

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

This text has shadow with #C2ABE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ABE9.

Preview

Color preview on black background

This text has color #C2ABE9 on black background.


Color preview on white background

This text has color #C2ABE9 on white background.


Black color preview on #C2ABE9 background

This text has black color on #C2ABE9 background.


White color preview on #C2ABE9 background

This text has white color on #C2ABE9 background.


Related colors

Complementary color

Complementary color for #hex is #3D5416.


I love getcolorcode.com

Triadic colors

1 #E9C2AB and #ABE9C2 with #C2ABE9 are triadic colors.

2 #E9ABC2 and #ABC2E9 with #C2ABE9 are triadic colors.