COLOR #C2ABBB

HEX: #C2ABBB
RGB: (194,171,187)

Color info

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

RGB color model

#C2ABBB color RGB value is (194,171,187).

  • red value is 194;
  • green value is 171;
  • blue value is 187.
RGB:
(194,171,187)
(76%,67%,73%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 187 of 255 = 73%

194
171
187

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

Portions of RGB colors in percentages

R + G + B =
194 + 171 + 187 = 552 (100%)
R 194 of 552 ~ 35.14%
G 171 of 552 ~ 30.98%
B 187 of 552 ~ 33.88%

%35.14
%30.98
%33.88

CMYK color model

#C2ABBB color CMYK value is (0,12,4,24).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 3.61%
  • key color value is 23.92%
CMYK:
(0,12,4,24)
C0M12Y4K24 
(0%,12%,4%,24%)
(0.00/0.12/0.04/0.24)	

CMYK percentages

%0
%11.86
%3.61
%23.92

Codes

Color #C2ABBB in popluar color models

C2ABBB
RGB194171187
HSL318°15.86%71.57%
HSB/HSV318°11.86%76.08%
CMYK0.00%11.86%3.61%
23.92%

Color #C2ABBB in popluar number systems.

HEXC2ABBB
Decimal194171187
Binary110000101010101110111011
Octal302253273

Shades and tints

Shades of #C2ABBB

#C2ABBB
(194,171,187)
#B19CAA
(177,156,170)
#A08D99
(160,141,153)
#8F7E88
(143,126,136)
#7E6F77
(126,111,119)
#6D6066
(109,96,102)
#5C5155
(92,81,85)
#4B4244
(75,66,68)
#3A3333
(58,51,51)
#292422
(41,36,34)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #C2ABBB

#C2ABBB
(194,171,187)
#C7B2C1
(199,178,193)
#CCB9C7
(204,185,199)
#D1C0CD
(209,192,205)
#D6C7D3
(214,199,211)
#DBCED9
(219,206,217)
#E0D5DF
(224,213,223)
#E5DCE5
(229,220,229)
#EAE3EB
(234,227,235)
#EFEAF1
(239,234,241)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2ABBB color. Also use rgb(194,171,187) instead hex code.

Text Font Color

.myTextColor { color: #C2ABBB; }

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

This text font color is #C2ABBB.


Background Color

.myBgColor { background-color: #C2ABBB; }

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

This div background color is #C2ABBB.


Border color

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

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

This div border color is #C2ABBB.


Opacity

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

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

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

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

This text has shadow with #C2ABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ABBB on black background.


Color preview on white background

This text has color #C2ABBB on white background.



Black color preview on #C2ABBB background

This text has black color on #C2ABBB background.


White color preview on #C2ABBB background

This text has white color on #C2ABBB background.