COLOR #C2A6BC

HEX: #C2A6BC RGB: (194,166,188)

Color info

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

RGB color model

#C2A6BC color RGB value is (194,166,188).

RGB: (194,166,188) (76%, 65%, 74%)

RGB channels and saturation

R 194 of 255 = 76%
G 166 of 255 = 65%
B 188 of 255 = 74%

194
166
188

R + G + B ~ 72%. #C2A6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 166 + 188 = 548 (100%)
R 194 of 548 ~ 35.4%
G 166 of 548 ~ 30.29%
B 188 of 548 ~ 34.31'%

%35.4
%30.29
%34.31

CMYK color model

#C2A6BC color CMYK value is (0,14,3,24).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 3.09%
  • key color value is 23.92%
CMYK: (0,14,3,24) C0M14Y3K24 (0%,14%,3%,24%) (0.00/0.14/0.03/0.24) 

CMYK percentages

%0
%14.43
%3.09
%23.92

Codes

Color #C2A6BC in popluar color models

C2 A6 BC
RGB 194 166 188
HSL 313° 18.67% 70.59%
HSB/HSV 313° 14.43% 76.08%
CMYK 0.00% 14.43% 3.09%
23.92%

Color #C2A6BC in popluar number systems.

HEX C2 A6 BC
Decimal 194 166 188
Binary 11000010 10100110 10111100
Octal 302 246 274

Shades and tints

Shades of #C2A6BC

#C2A6BC
(194,166,188)
#B197AB
(177,151,171)
#A0889A
(160,136,154)
#8F7989
(143,121,137)
#7E6A78
(126,106,120)
#6D5B67
(109,91,103)
#5C4C56
(92,76,86)
#4B3D45
(75,61,69)
#3A2E34
(58,46,52)
#291F23
(41,31,35)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #C2A6BC

#C2A6BC
(194,166,188)
#C7AEC2
(199,174,194)
#CCB6C8
(204,182,200)
#D1BECE
(209,190,206)
#D6C6D4
(214,198,212)
#DBCEDA
(219,206,218)
#E0D6E0
(224,214,224)
#E5DEE6
(229,222,230)
#EAE6EC
(234,230,236)
#EFEEF2
(239,238,242)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A6BC; }

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

This text font color is #C2A6BC.

Background Color

.myBgColor { background-color: #C2A6BC; }

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

This div background color is #C2A6BC.

Border color

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

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

This div border color is #C2A6BC.

Opacity

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

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

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

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

This text has shadow with #C2A6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A6BC.

Preview

Color preview on black background

This text has color #C2A6BC on black background.


Color preview on white background

This text has color #C2A6BC on white background.


Black color preview on #C2A6BC background

This text has black color on #C2A6BC background.


White color preview on #C2A6BC background

This text has white color on #C2A6BC background.


Related colors

Complementary color

Complementary color for #hex is #3D5943.


I love getcolorcode.com

Triadic colors

1 #BCC2A6 and #A6BCC2 with #C2A6BC are triadic colors.

2 #BCA6C2 and #A6C2BC with #C2A6BC are triadic colors.