COLOR #C2ACB6

HEX: #C2ACB6
RGB: (194,172,182)

Color info

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

RGB color model

#C2ACB6 color RGB value is (194,172,182).

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

RGB channels and saturation

R 194 of 255 = 76%
G 172 of 255 = 67%
B 182 of 255 = 71%

194
172
182

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

Portions of RGB colors in percentages

R + G + B =
194 + 172 + 182 = 548 (100%)
R 194 of 548 ~ 35.4%
G 172 of 548 ~ 31.39%
B 182 of 548 ~ 33.21%

%35.4
%31.39
%33.21

CMYK color model

#C2ACB6 color CMYK value is (0,11,6,24).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 6.19%
  • key color value is 23.92%
CMYK:
(0,11,6,24)
C0M11Y6K24 
(0%,11%,6%,24%)
(0.00/0.11/0.06/0.24)	

CMYK percentages

%0
%11.34
%6.19
%23.92

Codes

Color #C2ACB6 in popluar color models

C2ACB6
RGB194172182
HSL333°15.28%71.76%
HSB/HSV333°11.34%76.08%
CMYK0.00%11.34%6.19%
23.92%

Color #C2ACB6 in popluar number systems.

HEXC2ACB6
Decimal194172182
Binary110000101010110010110110
Octal302254266

Shades and tints

Shades of #C2ACB6

#C2ACB6
(194,172,182)
#B19DA6
(177,157,166)
#A08E96
(160,142,150)
#8F7F86
(143,127,134)
#7E7076
(126,112,118)
#6D6166
(109,97,102)
#5C5256
(92,82,86)
#4B4346
(75,67,70)
#3A3436
(58,52,54)
#292526
(41,37,38)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #C2ACB6

#C2ACB6
(194,172,182)
#C7B3BC
(199,179,188)
#CCBAC2
(204,186,194)
#D1C1C8
(209,193,200)
#D6C8CE
(214,200,206)
#DBCFD4
(219,207,212)
#E0D6DA
(224,214,218)
#E5DDE0
(229,221,224)
#EAE4E6
(234,228,230)
#EFEBEC
(239,235,236)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ACB6; }

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

This text font color is #C2ACB6.


Background Color

.myBgColor { background-color: #C2ACB6; }

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

This div background color is #C2ACB6.


Border color

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

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

This div border color is #C2ACB6.


Opacity

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

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

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

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

This text has shadow with #C2ACB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ACB6 on black background.


Color preview on white background

This text has color #C2ACB6 on white background.



Black color preview on #C2ACB6 background

This text has black color on #C2ACB6 background.


White color preview on #C2ACB6 background

This text has white color on #C2ACB6 background.