COLOR #C2ACB2

HEX: #C2ACB2
RGB: (194,172,178)

Color info

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

RGB color model

#C2ACB2 color RGB value is (194,172,178).

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

RGB channels and saturation

R 194 of 255 = 76%
G 172 of 255 = 67%
B 178 of 255 = 70%

194
172
178

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

Portions of RGB colors in percentages

R + G + B =
194 + 172 + 178 = 544 (100%)
R 194 of 544 ~ 35.66%
G 172 of 544 ~ 31.62%
B 178 of 544 ~ 32.72%

%35.66
%31.62
%32.72

CMYK color model

#C2ACB2 color CMYK value is (0,11,8,24).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 8.25%
  • key color value is 23.92%
CMYK:
(0,11,8,24)
C0M11Y8K24 
(0%,11%,8%,24%)
(0.00/0.11/0.08/0.24)	

CMYK percentages

%0
%11.34
%8.25
%23.92

Codes

Color #C2ACB2 in popluar color models

C2ACB2
RGB194172178
HSL344°15.28%71.76%
HSB/HSV344°11.34%76.08%
CMYK0.00%11.34%8.25%
23.92%

Color #C2ACB2 in popluar number systems.

HEXC2ACB2
Decimal194172178
Binary110000101010110010110010
Octal302254262

Shades and tints

Shades of #C2ACB2

#C2ACB2
(194,172,178)
#B19DA2
(177,157,162)
#A08E92
(160,142,146)
#8F7F82
(143,127,130)
#7E7072
(126,112,114)
#6D6162
(109,97,98)
#5C5252
(92,82,82)
#4B4342
(75,67,66)
#3A3432
(58,52,50)
#292522
(41,37,34)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #C2ACB2

#C2ACB2
(194,172,178)
#C7B3B9
(199,179,185)
#CCBAC0
(204,186,192)
#D1C1C7
(209,193,199)
#D6C8CE
(214,200,206)
#DBCFD5
(219,207,213)
#E0D6DC
(224,214,220)
#E5DDE3
(229,221,227)
#EAE4EA
(234,228,234)
#EFEBF1
(239,235,241)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ACB2; }

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

This text font color is #C2ACB2.


Background Color

.myBgColor { background-color: #C2ACB2; }

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

This div background color is #C2ACB2.


Border color

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

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

This div border color is #C2ACB2.


Opacity

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

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

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

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

This text has shadow with #C2ACB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ACB2 on black background.


Color preview on white background

This text has color #C2ACB2 on white background.



Black color preview on #C2ACB2 background

This text has black color on #C2ACB2 background.


White color preview on #C2ACB2 background

This text has white color on #C2ACB2 background.