COLOR #C2AACC

HEX: #C2AACC
RGB: (194,170,204)

Color info

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

RGB color model

#C2AACC color RGB value is (194,170,204).

  • red value is 194;
  • green value is 170;
  • blue value is 204.
RGB:
(194,170,204)
(76%,67%,80%)

RGB channels and saturation

R 194 of 255 = 76%
G 170 of 255 = 67%
B 204 of 255 = 80%

194
170
204

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

Portions of RGB colors in percentages

R + G + B =
194 + 170 + 204 = 568 (100%)
R 194 of 568 ~ 34.15%
G 170 of 568 ~ 29.93%
B 204 of 568 ~ 35.92%

%34.15
%29.93
%35.92

CMYK color model

#C2AACC color CMYK value is (5,17,0,20).

  • cyan value is 4.90%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(5,17,0,20)
C5M17Y0K20 
(5%,17%,0%,20%)
(0.05/0.17/0.00/0.20)	

CMYK percentages

%4.9
%16.67
%0
%20

Codes

Color #C2AACC in popluar color models

C2AACC
RGB194170204
HSL282°25.00%73.33%
HSB/HSV282°16.67%80.00%
CMYK4.90%16.67%0.00%
20.00%

Color #C2AACC in popluar number systems.

HEXC2AACC
Decimal194170204
Binary110000101010101011001100
Octal302252314

Shades and tints

Shades of #C2AACC

#C2AACC
(194,170,204)
#B19BBA
(177,155,186)
#A08CA8
(160,140,168)
#8F7D96
(143,125,150)
#7E6E84
(126,110,132)
#6D5F72
(109,95,114)
#5C5060
(92,80,96)
#4B414E
(75,65,78)
#3A323C
(58,50,60)
#29232A
(41,35,42)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #C2AACC

#C2AACC
(194,170,204)
#C7B1D0
(199,177,208)
#CCB8D4
(204,184,212)
#D1BFD8
(209,191,216)
#D6C6DC
(214,198,220)
#DBCDE0
(219,205,224)
#E0D4E4
(224,212,228)
#E5DBE8
(229,219,232)
#EAE2EC
(234,226,236)
#EFE9F0
(239,233,240)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AACC color. Also use rgb(194,170,204) instead hex code.

Text Font Color

.myTextColor { color: #C2AACC; }

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

This text font color is #C2AACC.


Background Color

.myBgColor { background-color: #C2AACC; }

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

This div background color is #C2AACC.


Border color

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

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

This div border color is #C2AACC.


Opacity

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

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

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

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

This text has shadow with #C2AACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AACC on black background.


Color preview on white background

This text has color #C2AACC on white background.



Black color preview on #C2AACC background

This text has black color on #C2AACC background.


White color preview on #C2AACC background

This text has white color on #C2AACC background.