COLOR #C2ACCA

HEX: #C2ACCA
RGB: (194,172,202)

Color info

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

RGB color model

#C2ACCA color RGB value is (194,172,202).

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

RGB channels and saturation

R 194 of 255 = 76%
G 172 of 255 = 67%
B 202 of 255 = 79%

194
172
202

R + G + B ~ 74%. #C2ACCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 172 + 202 = 568 (100%)
R 194 of 568 ~ 34.15%
G 172 of 568 ~ 30.28%
B 202 of 568 ~ 35.56%

%34.15
%30.28
%35.56

CMYK color model

#C2ACCA color CMYK value is (4,15,0,21).

  • cyan value is 3.96%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,15,0,21)
C4M15Y0K21 
(4%,15%,0%,21%)
(0.04/0.15/0.00/0.21)	

CMYK percentages

%3.96
%14.85
%0
%20.78

Codes

Color #C2ACCA in popluar color models

C2ACCA
RGB194172202
HSL284°22.06%73.33%
HSB/HSV284°14.85%79.22%
CMYK3.96%14.85%0.00%
20.78%

Color #C2ACCA in popluar number systems.

HEXC2ACCA
Decimal194172202
Binary110000101010110011001010
Octal302254312

Shades and tints

Shades of #C2ACCA

#C2ACCA
(194,172,202)
#B19DB8
(177,157,184)
#A08EA6
(160,142,166)
#8F7F94
(143,127,148)
#7E7082
(126,112,130)
#6D6170
(109,97,112)
#5C525E
(92,82,94)
#4B434C
(75,67,76)
#3A343A
(58,52,58)
#292528
(41,37,40)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #C2ACCA

#C2ACCA
(194,172,202)
#C7B3CE
(199,179,206)
#CCBAD2
(204,186,210)
#D1C1D6
(209,193,214)
#D6C8DA
(214,200,218)
#DBCFDE
(219,207,222)
#E0D6E2
(224,214,226)
#E5DDE6
(229,221,230)
#EAE4EA
(234,228,234)
#EFEBEE
(239,235,238)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ACCA; }

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

This text font color is #C2ACCA.


Background Color

.myBgColor { background-color: #C2ACCA; }

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

This div background color is #C2ACCA.


Border color

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

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

This div border color is #C2ACCA.


Opacity

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

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

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

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

This text has shadow with #C2ACCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ACCA on black background.


Color preview on white background

This text has color #C2ACCA on white background.



Black color preview on #C2ACCA background

This text has black color on #C2ACCA background.


White color preview on #C2ACCA background

This text has white color on #C2ACCA background.