COLOR #C2A6B2

HEX: #C2A6B2
RGB: (194,166,178)

Color info

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

RGB color model

#C2A6B2 color RGB value is (194,166,178).

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

RGB channels and saturation

R 194 of 255 = 76%
G 166 of 255 = 65%
B 178 of 255 = 70%

194
166
178

R + G + B ~ 70%. #C2A6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 166 + 178 = 538 (100%)
R 194 of 538 ~ 36.06%
G 166 of 538 ~ 30.86%
B 178 of 538 ~ 33.09%

%36.06
%30.86
%33.09

CMYK color model

#C2A6B2 color CMYK value is (0,14,8,24).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 8.25%
  • key color value is 23.92%
CMYK:
(0,14,8,24)
C0M14Y8K24 
(0%,14%,8%,24%)
(0.00/0.14/0.08/0.24)	

CMYK percentages

%0
%14.43
%8.25
%23.92

Codes

Color #C2A6B2 in popluar color models

C2A6B2
RGB194166178
HSL334°18.67%70.59%
HSB/HSV334°14.43%76.08%
CMYK0.00%14.43%8.25%
23.92%

Color #C2A6B2 in popluar number systems.

HEXC2A6B2
Decimal194166178
Binary110000101010011010110010
Octal302246262

Shades and tints

Shades of #C2A6B2

#C2A6B2
(194,166,178)
#B197A2
(177,151,162)
#A08892
(160,136,146)
#8F7982
(143,121,130)
#7E6A72
(126,106,114)
#6D5B62
(109,91,98)
#5C4C52
(92,76,82)
#4B3D42
(75,61,66)
#3A2E32
(58,46,50)
#291F22
(41,31,34)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #C2A6B2

#C2A6B2
(194,166,178)
#C7AEB9
(199,174,185)
#CCB6C0
(204,182,192)
#D1BEC7
(209,190,199)
#D6C6CE
(214,198,206)
#DBCED5
(219,206,213)
#E0D6DC
(224,214,220)
#E5DEE3
(229,222,227)
#EAE6EA
(234,230,234)
#EFEEF1
(239,238,241)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A6B2; }

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

This text font color is #C2A6B2.


Background Color

.myBgColor { background-color: #C2A6B2; }

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

This div background color is #C2A6B2.


Border color

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

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

This div border color is #C2A6B2.


Opacity

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

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

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

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

This text has shadow with #C2A6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A6B2 on black background.


Color preview on white background

This text has color #C2A6B2 on white background.



Black color preview on #C2A6B2 background

This text has black color on #C2A6B2 background.


White color preview on #C2A6B2 background

This text has white color on #C2A6B2 background.