COLOR #C2A8B3

HEX: #C2A8B3
RGB: (194,168,179)

Color info

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

RGB color model

#C2A8B3 color RGB value is (194,168,179).

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

RGB channels and saturation

R 194 of 255 = 76%
G 168 of 255 = 66%
B 179 of 255 = 70%

194
168
179

R + G + B ~ 71%. #C2A8B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 168 + 179 = 541 (100%)
R 194 of 541 ~ 35.86%
G 168 of 541 ~ 31.05%
B 179 of 541 ~ 33.09%

%35.86
%31.05
%33.09

CMYK color model

#C2A8B3 color CMYK value is (0,13,8,24).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 7.73%
  • key color value is 23.92%
CMYK:
(0,13,8,24)
C0M13Y8K24 
(0%,13%,8%,24%)
(0.00/0.13/0.08/0.24)	

CMYK percentages

%0
%13.4
%7.73
%23.92

Codes

Color #C2A8B3 in popluar color models

C2A8B3
RGB194168179
HSL335°17.57%70.98%
HSB/HSV335°13.40%76.08%
CMYK0.00%13.40%7.73%
23.92%

Color #C2A8B3 in popluar number systems.

HEXC2A8B3
Decimal194168179
Binary110000101010100010110011
Octal302250263

Shades and tints

Shades of #C2A8B3

#C2A8B3
(194,168,179)
#B199A3
(177,153,163)
#A08A93
(160,138,147)
#8F7B83
(143,123,131)
#7E6C73
(126,108,115)
#6D5D63
(109,93,99)
#5C4E53
(92,78,83)
#4B3F43
(75,63,67)
#3A3033
(58,48,51)
#292123
(41,33,35)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #C2A8B3

#C2A8B3
(194,168,179)
#C7AFB9
(199,175,185)
#CCB6BF
(204,182,191)
#D1BDC5
(209,189,197)
#D6C4CB
(214,196,203)
#DBCBD1
(219,203,209)
#E0D2D7
(224,210,215)
#E5D9DD
(229,217,221)
#EAE0E3
(234,224,227)
#EFE7E9
(239,231,233)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A8B3; }

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

This text font color is #C2A8B3.


Background Color

.myBgColor { background-color: #C2A8B3; }

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

This div background color is #C2A8B3.


Border color

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

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

This div border color is #C2A8B3.


Opacity

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

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

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

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

This text has shadow with #C2A8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A8B3 on black background.


Color preview on white background

This text has color #C2A8B3 on white background.



Black color preview on #C2A8B3 background

This text has black color on #C2A8B3 background.


White color preview on #C2A8B3 background

This text has white color on #C2A8B3 background.