COLOR #C3ACC6

HEX: #C3ACC6
RGB: (195,172,198)

Color info

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

RGB color model

#C3ACC6 color RGB value is (195,172,198).

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

RGB channels and saturation

R 195 of 255 = 76%
G 172 of 255 = 67%
B 198 of 255 = 78%

195
172
198

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

Portions of RGB colors in percentages

R + G + B =
195 + 172 + 198 = 565 (100%)
R 195 of 565 ~ 34.51%
G 172 of 565 ~ 30.44%
B 198 of 565 ~ 35.04%

%34.51
%30.44
%35.04

CMYK color model

#C3ACC6 color CMYK value is (2,13,0,22).

  • cyan value is 1.52%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(2,13,0,22)
C2M13Y0K22 
(2%,13%,0%,22%)
(0.02/0.13/0.00/0.22)	

CMYK percentages

%1.52
%13.13
%0
%22.35

Codes

Color #C3ACC6 in popluar color models

C3ACC6
RGB195172198
HSL293°18.57%72.55%
HSB/HSV293°13.13%77.65%
CMYK1.52%13.13%0.00%
22.35%

Color #C3ACC6 in popluar number systems.

HEXC3ACC6
Decimal195172198
Binary110000111010110011000110
Octal303254306

Shades and tints

Shades of #C3ACC6

#C3ACC6
(195,172,198)
#B29DB4
(178,157,180)
#A18EA2
(161,142,162)
#907F90
(144,127,144)
#7F707E
(127,112,126)
#6E616C
(110,97,108)
#5D525A
(93,82,90)
#4C4348
(76,67,72)
#3B3436
(59,52,54)
#2A2524
(42,37,36)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #C3ACC6

#C3ACC6
(195,172,198)
#C8B3CB
(200,179,203)
#CDBAD0
(205,186,208)
#D2C1D5
(210,193,213)
#D7C8DA
(215,200,218)
#DCCFDF
(220,207,223)
#E1D6E4
(225,214,228)
#E6DDE9
(230,221,233)
#EBE4EE
(235,228,238)
#F0EBF3
(240,235,243)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3ACC6 color. Also use rgb(195,172,198) instead hex code.

Text Font Color

.myTextColor { color: #C3ACC6; }

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

This text font color is #C3ACC6.


Background Color

.myBgColor { background-color: #C3ACC6; }

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

This div background color is #C3ACC6.


Border color

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

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

This div border color is #C3ACC6.


Opacity

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

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

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

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

This text has shadow with #C3ACC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ACC6 on black background.


Color preview on white background

This text has color #C3ACC6 on white background.



Black color preview on #C3ACC6 background

This text has black color on #C3ACC6 background.


White color preview on #C3ACC6 background

This text has white color on #C3ACC6 background.