COLOR #C2A8BA

HEX: #C2A8BA
RGB: (194,168,186)

Color info

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

RGB color model

#C2A8BA color RGB value is (194,168,186).

  • red value is 194;
  • green value is 168;
  • blue value is 186.
RGB:
(194,168,186)
(76%,66%,73%)

RGB channels and saturation

R 194 of 255 = 76%
G 168 of 255 = 66%
B 186 of 255 = 73%

194
168
186

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

Portions of RGB colors in percentages

R + G + B =
194 + 168 + 186 = 548 (100%)
R 194 of 548 ~ 35.4%
G 168 of 548 ~ 30.66%
B 186 of 548 ~ 33.94%

%35.4
%30.66
%33.94

CMYK color model

#C2A8BA color CMYK value is (0,13,4,24).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 4.12%
  • key color value is 23.92%
CMYK:
(0,13,4,24)
C0M13Y4K24 
(0%,13%,4%,24%)
(0.00/0.13/0.04/0.24)	

CMYK percentages

%0
%13.4
%4.12
%23.92

Codes

Color #C2A8BA in popluar color models

C2A8BA
RGB194168186
HSL318°17.57%70.98%
HSB/HSV318°13.40%76.08%
CMYK0.00%13.40%4.12%
23.92%

Color #C2A8BA in popluar number systems.

HEXC2A8BA
Decimal194168186
Binary110000101010100010111010
Octal302250272

Shades and tints

Shades of #C2A8BA

#C2A8BA
(194,168,186)
#B199AA
(177,153,170)
#A08A9A
(160,138,154)
#8F7B8A
(143,123,138)
#7E6C7A
(126,108,122)
#6D5D6A
(109,93,106)
#5C4E5A
(92,78,90)
#4B3F4A
(75,63,74)
#3A303A
(58,48,58)
#29212A
(41,33,42)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #C2A8BA

#C2A8BA
(194,168,186)
#C7AFC0
(199,175,192)
#CCB6C6
(204,182,198)
#D1BDCC
(209,189,204)
#D6C4D2
(214,196,210)
#DBCBD8
(219,203,216)
#E0D2DE
(224,210,222)
#E5D9E4
(229,217,228)
#EAE0EA
(234,224,234)
#EFE7F0
(239,231,240)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A8BA color. Also use rgb(194,168,186) instead hex code.

Text Font Color

.myTextColor { color: #C2A8BA; }

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

This text font color is #C2A8BA.


Background Color

.myBgColor { background-color: #C2A8BA; }

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

This div background color is #C2A8BA.


Border color

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

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

This div border color is #C2A8BA.


Opacity

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

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

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

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

This text has shadow with #C2A8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A8BA on black background.


Color preview on white background

This text has color #C2A8BA on white background.



Black color preview on #C2A8BA background

This text has black color on #C2A8BA background.


White color preview on #C2A8BA background

This text has white color on #C2A8BA background.