COLOR #C2A6D7

HEX: #C2A6D7
RGB: (194,166,215)

Color info

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

RGB color model

#C2A6D7 color RGB value is (194,166,215).

  • red value is 194;
  • green value is 166;
  • blue value is 215.
RGB:
(194,166,215)
(76%,65%,84%)

RGB channels and saturation

R 194 of 255 = 76%
G 166 of 255 = 65%
B 215 of 255 = 84%

194
166
215

R + G + B ~ 75%. #C2A6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 166 + 215 = 575 (100%)
R 194 of 575 ~ 33.74%
G 166 of 575 ~ 28.87%
B 215 of 575 ~ 37.39%

%33.74
%28.87
%37.39

CMYK color model

#C2A6D7 color CMYK value is (10,23,0,16).

  • cyan value is 9.77%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(10,23,0,16)
C10M23Y0K16 
(10%,23%,0%,16%)
(0.10/0.23/0.00/0.16)	

CMYK percentages

%9.77
%22.79
%0
%15.69

Codes

Color #C2A6D7 in popluar color models

C2A6D7
RGB194166215
HSL274°37.98%74.71%
HSB/HSV274°22.79%84.31%
CMYK9.77%22.79%0.00%
15.69%

Color #C2A6D7 in popluar number systems.

HEXC2A6D7
Decimal194166215
Binary110000101010011011010111
Octal302246327

Shades and tints

Shades of #C2A6D7

#C2A6D7
(194,166,215)
#B197C4
(177,151,196)
#A088B1
(160,136,177)
#8F799E
(143,121,158)
#7E6A8B
(126,106,139)
#6D5B78
(109,91,120)
#5C4C65
(92,76,101)
#4B3D52
(75,61,82)
#3A2E3F
(58,46,63)
#291F2C
(41,31,44)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #C2A6D7

#C2A6D7
(194,166,215)
#C7AEDA
(199,174,218)
#CCB6DD
(204,182,221)
#D1BEE0
(209,190,224)
#D6C6E3
(214,198,227)
#DBCEE6
(219,206,230)
#E0D6E9
(224,214,233)
#E5DEEC
(229,222,236)
#EAE6EF
(234,230,239)
#EFEEF2
(239,238,242)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A6D7 color. Also use rgb(194,166,215) instead hex code.

Text Font Color

.myTextColor { color: #C2A6D7; }

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

This text font color is #C2A6D7.


Background Color

.myBgColor { background-color: #C2A6D7; }

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

This div background color is #C2A6D7.


Border color

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

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

This div border color is #C2A6D7.


Opacity

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

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

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

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

This text has shadow with #C2A6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A6D7 on black background.


Color preview on white background

This text has color #C2A6D7 on white background.



Black color preview on #C2A6D7 background

This text has black color on #C2A6D7 background.


White color preview on #C2A6D7 background

This text has white color on #C2A6D7 background.