COLOR #C2ACC4

HEX: #C2ACC4 RGB: (194,172,196)

Color info

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

RGB color model

#C2ACC4 color RGB value is (194,172,196).

RGB: (194,172,196) (76%, 67%, 77%)

RGB channels and saturation

R 194 of 255 = 76%
G 172 of 255 = 67%
B 196 of 255 = 77%

194
172
196

R + G + B ~ 73%. #C2ACC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 172 + 196 = 562 (100%)
R 194 of 562 ~ 34.52%
G 172 of 562 ~ 30.6%
B 196 of 562 ~ 34.88'%

%34.52
%30.6
%34.88

CMYK color model

#C2ACC4 color CMYK value is (1,12,0,23).

  • cyan value is 1.02%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK: (1,12,0,23) C1M12Y0K23 (1%,12%,0%,23%) (0.01/0.12/0.00/0.23) 

CMYK percentages

%1.02
%12.24
%0
%23.14

Codes

Color #C2ACC4 in popluar color models

C2 AC C4
RGB 194 172 196
HSL 295° 16.90% 72.16%
HSB/HSV 295° 12.24% 76.86%
CMYK 1.02% 12.24% 0.00%
23.14%

Color #C2ACC4 in popluar number systems.

HEX C2 AC C4
Decimal 194 172 196
Binary 11000010 10101100 11000100
Octal 302 254 304

Shades and tints

Shades of #C2ACC4

#C2ACC4
(194,172,196)
#B19DB3
(177,157,179)
#A08EA2
(160,142,162)
#8F7F91
(143,127,145)
#7E7080
(126,112,128)
#6D616F
(109,97,111)
#5C525E
(92,82,94)
#4B434D
(75,67,77)
#3A343C
(58,52,60)
#29252B
(41,37,43)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #C2ACC4

#C2ACC4
(194,172,196)
#C7B3C9
(199,179,201)
#CCBACE
(204,186,206)
#D1C1D3
(209,193,211)
#D6C8D8
(214,200,216)
#DBCFDD
(219,207,221)
#E0D6E2
(224,214,226)
#E5DDE7
(229,221,231)
#EAE4EC
(234,228,236)
#EFEBF1
(239,235,241)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ACC4; }

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

This text font color is #C2ACC4.

Background Color

.myBgColor { background-color: #C2ACC4; }

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

This div background color is #C2ACC4.

Border color

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

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

This div border color is #C2ACC4.

Opacity

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

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

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

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

This text has shadow with #C2ACC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ACC4.

Preview

Color preview on black background

This text has color #C2ACC4 on black background.


Color preview on white background

This text has color #C2ACC4 on white background.


Black color preview on #C2ACC4 background

This text has black color on #C2ACC4 background.


White color preview on #C2ACC4 background

This text has white color on #C2ACC4 background.


Related colors

Complementary color

Complementary color for #hex is #3D533B.


I love getcolorcode.com

Triadic colors

1 #C4C2AC and #ACC4C2 with #C2ACC4 are triadic colors.

2 #C4ACC2 and #ACC2C4 with #C2ACC4 are triadic colors.