COLOR #C2A3A6

HEX: #C2A3A6
RGB: (194,163,166)

Color info

#C2A3A6 contains red, green and blue colors in about the same proportion. Web safe color of #C2A3A6 is #CC9999 (or #C99).

RGB color model

#C2A3A6 color RGB value is (194,163,166).

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

RGB channels and saturation

R 194 of 255 = 76%
G 163 of 255 = 64%
B 166 of 255 = 65%

194
163
166

R + G + B ~ 68%. #C2A3A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 163 + 166 = 523 (100%)
R 194 of 523 ~ 37.09%
G 163 of 523 ~ 31.17%
B 166 of 523 ~ 31.74%

%37.09
%31.17
%31.74

CMYK color model

#C2A3A6 color CMYK value is (0,16,14,24).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 14.43%
  • key color value is 23.92%
CMYK:
(0,16,14,24)
C0M16Y14K24 
(0%,16%,14%,24%)
(0.00/0.16/0.14/0.24)	

CMYK percentages

%0
%15.98
%14.43
%23.92

Codes

Color #C2A3A6 in popluar color models

C2A3A6
RGB194163166
HSL354°20.26%70.00%
HSB/HSV354°15.98%76.08%
CMYK0.00%15.98%14.43%
23.92%

Color #C2A3A6 in popluar number systems.

HEXC2A3A6
Decimal194163166
Binary110000101010001110100110
Octal302243246

Shades and tints

Shades of #C2A3A6

#C2A3A6
(194,163,166)
#B19597
(177,149,151)
#A08788
(160,135,136)
#8F7979
(143,121,121)
#7E6B6A
(126,107,106)
#6D5D5B
(109,93,91)
#5C4F4C
(92,79,76)
#4B413D
(75,65,61)
#3A332E
(58,51,46)
#29251F
(41,37,31)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #C2A3A6

#C2A3A6
(194,163,166)
#C7ABAE
(199,171,174)
#CCB3B6
(204,179,182)
#D1BBBE
(209,187,190)
#D6C3C6
(214,195,198)
#DBCBCE
(219,203,206)
#E0D3D6
(224,211,214)
#E5DBDE
(229,219,222)
#EAE3E6
(234,227,230)
#EFEBEE
(239,235,238)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A3A6; }

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

This text font color is #C2A3A6.


Background Color

.myBgColor { background-color: #C2A3A6; }

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

This div background color is #C2A3A6.


Border color

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

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

This div border color is #C2A3A6.


Opacity

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

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

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

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

This text has shadow with #C2A3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A3A6 on black background.


Color preview on white background

This text has color #C2A3A6 on white background.



Black color preview on #C2A3A6 background

This text has black color on #C2A3A6 background.


White color preview on #C2A3A6 background

This text has white color on #C2A3A6 background.