COLOR #C2A6AA

HEX: #C2A6AA
RGB: (194,166,170)

Color info

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

RGB color model

#C2A6AA color RGB value is (194,166,170).

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

RGB channels and saturation

R 194 of 255 = 76%
G 166 of 255 = 65%
B 170 of 255 = 67%

194
166
170

R + G + B ~ 69%. #C2A6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 166 + 170 = 530 (100%)
R 194 of 530 ~ 36.6%
G 166 of 530 ~ 31.32%
B 170 of 530 ~ 32.08%

%36.6
%31.32
%32.08

CMYK color model

#C2A6AA color CMYK value is (0,14,12,24).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 12.37%
  • key color value is 23.92%
CMYK:
(0,14,12,24)
C0M14Y12K24 
(0%,14%,12%,24%)
(0.00/0.14/0.12/0.24)	

CMYK percentages

%0
%14.43
%12.37
%23.92

Codes

Color #C2A6AA in popluar color models

C2A6AA
RGB194166170
HSL351°18.67%70.59%
HSB/HSV351°14.43%76.08%
CMYK0.00%14.43%12.37%
23.92%

Color #C2A6AA in popluar number systems.

HEXC2A6AA
Decimal194166170
Binary110000101010011010101010
Octal302246252

Shades and tints

Shades of #C2A6AA

#C2A6AA
(194,166,170)
#B1979B
(177,151,155)
#A0888C
(160,136,140)
#8F797D
(143,121,125)
#7E6A6E
(126,106,110)
#6D5B5F
(109,91,95)
#5C4C50
(92,76,80)
#4B3D41
(75,61,65)
#3A2E32
(58,46,50)
#291F23
(41,31,35)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #C2A6AA

#C2A6AA
(194,166,170)
#C7AEB1
(199,174,177)
#CCB6B8
(204,182,184)
#D1BEBF
(209,190,191)
#D6C6C6
(214,198,198)
#DBCECD
(219,206,205)
#E0D6D4
(224,214,212)
#E5DEDB
(229,222,219)
#EAE6E2
(234,230,226)
#EFEEE9
(239,238,233)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A6AA; }

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

This text font color is #C2A6AA.


Background Color

.myBgColor { background-color: #C2A6AA; }

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

This div background color is #C2A6AA.


Border color

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

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

This div border color is #C2A6AA.


Opacity

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

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

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

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

This text has shadow with #C2A6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A6AA on black background.


Color preview on white background

This text has color #C2A6AA on white background.



Black color preview on #C2A6AA background

This text has black color on #C2A6AA background.


White color preview on #C2A6AA background

This text has white color on #C2A6AA background.