COLOR #C2A7E9

HEX: #C2A7E9
RGB: (194,167,233)

Color info

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

RGB color model

#C2A7E9 color RGB value is (194,167,233).

  • red value is 194;
  • green value is 167;
  • blue value is 233.
RGB:
(194,167,233)
(76%,65%,91%)

RGB channels and saturation

R 194 of 255 = 76%
G 167 of 255 = 65%
B 233 of 255 = 91%

194
167
233

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

Portions of RGB colors in percentages

R + G + B =
194 + 167 + 233 = 594 (100%)
R 194 of 594 ~ 32.66%
G 167 of 594 ~ 28.11%
B 233 of 594 ~ 39.23%

%32.66
%28.11
%39.23

CMYK color model

#C2A7E9 color CMYK value is (17,28,0,9).

  • cyan value is 16.74%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(17,28,0,9)
C17M28Y0K9 
(17%,28%,0%,9%)
(0.17/0.28/0.00/0.09)	

CMYK percentages

%16.74
%28.33
%0
%8.63

Codes

Color #C2A7E9 in popluar color models

C2A7E9
RGB194167233
HSL265°60.00%78.43%
HSB/HSV265°28.33%91.37%
CMYK16.74%28.33%0.00%
8.63%

Color #C2A7E9 in popluar number systems.

HEXC2A7E9
Decimal194167233
Binary110000101010011111101001
Octal302247351

Shades and tints

Shades of #C2A7E9

#C2A7E9
(194,167,233)
#B198D4
(177,152,212)
#A089BF
(160,137,191)
#8F7AAA
(143,122,170)
#7E6B95
(126,107,149)
#6D5C80
(109,92,128)
#5C4D6B
(92,77,107)
#4B3E56
(75,62,86)
#3A2F41
(58,47,65)
#29202C
(41,32,44)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #C2A7E9

#C2A7E9
(194,167,233)
#C7AFEB
(199,175,235)
#CCB7ED
(204,183,237)
#D1BFEF
(209,191,239)
#D6C7F1
(214,199,241)
#DBCFF3
(219,207,243)
#E0D7F5
(224,215,245)
#E5DFF7
(229,223,247)
#EAE7F9
(234,231,249)
#EFEFFB
(239,239,251)
#F4F7FD
(244,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A7E9; }

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

This text font color is #C2A7E9.


Background Color

.myBgColor { background-color: #C2A7E9; }

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

This div background color is #C2A7E9.


Border color

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

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

This div border color is #C2A7E9.


Opacity

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

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

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

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

This text has shadow with #C2A7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A7E9 on black background.


Color preview on white background

This text has color #C2A7E9 on white background.



Black color preview on #C2A7E9 background

This text has black color on #C2A7E9 background.


White color preview on #C2A7E9 background

This text has white color on #C2A7E9 background.