COLOR #C2ACC7

HEX: #C2ACC7
RGB: (194,172,199)

Color info

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

RGB color model

#C2ACC7 color RGB value is (194,172,199).

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

RGB channels and saturation

R 194 of 255 = 76%
G 172 of 255 = 67%
B 199 of 255 = 78%

194
172
199

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

Portions of RGB colors in percentages

R + G + B =
194 + 172 + 199 = 565 (100%)
R 194 of 565 ~ 34.34%
G 172 of 565 ~ 30.44%
B 199 of 565 ~ 35.22%

%34.34
%30.44
%35.22

CMYK color model

#C2ACC7 color CMYK value is (3,14,0,22).

  • cyan value is 2.51%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(3,14,0,22)
C3M14Y0K22 
(3%,14%,0%,22%)
(0.03/0.14/0.00/0.22)	

CMYK percentages

%2.51
%13.57
%0
%21.96

Codes

Color #C2ACC7 in popluar color models

C2ACC7
RGB194172199
HSL289°19.42%72.75%
HSB/HSV289°13.57%78.04%
CMYK2.51%13.57%0.00%
21.96%

Color #C2ACC7 in popluar number systems.

HEXC2ACC7
Decimal194172199
Binary110000101010110011000111
Octal302254307

Shades and tints

Shades of #C2ACC7

#C2ACC7
(194,172,199)
#B19DB5
(177,157,181)
#A08EA3
(160,142,163)
#8F7F91
(143,127,145)
#7E707F
(126,112,127)
#6D616D
(109,97,109)
#5C525B
(92,82,91)
#4B4349
(75,67,73)
#3A3437
(58,52,55)
#292525
(41,37,37)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #C2ACC7

#C2ACC7
(194,172,199)
#C7B3CC
(199,179,204)
#CCBAD1
(204,186,209)
#D1C1D6
(209,193,214)
#D6C8DB
(214,200,219)
#DBCFE0
(219,207,224)
#E0D6E5
(224,214,229)
#E5DDEA
(229,221,234)
#EAE4EF
(234,228,239)
#EFEBF4
(239,235,244)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ACC7; }

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

This text font color is #C2ACC7.


Background Color

.myBgColor { background-color: #C2ACC7; }

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

This div background color is #C2ACC7.


Border color

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

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

This div border color is #C2ACC7.


Opacity

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

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

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

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

This text has shadow with #C2ACC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ACC7 on black background.


Color preview on white background

This text has color #C2ACC7 on white background.



Black color preview on #C2ACC7 background

This text has black color on #C2ACC7 background.


White color preview on #C2ACC7 background

This text has white color on #C2ACC7 background.