COLOR #C3ACCA

HEX: #C3ACCA
RGB: (195,172,202)

Color info

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

RGB color model

#C3ACCA color RGB value is (195,172,202).

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

RGB channels and saturation

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

195
172
202

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

Portions of RGB colors in percentages

R + G + B =
195 + 172 + 202 = 569 (100%)
R 195 of 569 ~ 34.27%
G 172 of 569 ~ 30.23%
B 202 of 569 ~ 35.5%

%34.27
%30.23
%35.5

CMYK color model

#C3ACCA color CMYK value is (3,15,0,21).

  • cyan value is 3.47%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,15,0,21)
C3M15Y0K21 
(3%,15%,0%,21%)
(0.03/0.15/0.00/0.21)	

CMYK percentages

%3.47
%14.85
%0
%20.78

Codes

Color #C3ACCA in popluar color models

C3ACCA
RGB195172202
HSL286°22.06%73.33%
HSB/HSV286°14.85%79.22%
CMYK3.47%14.85%0.00%
20.78%

Color #C3ACCA in popluar number systems.

HEXC3ACCA
Decimal195172202
Binary110000111010110011001010
Octal303254312

Shades and tints

Shades of #C3ACCA

#C3ACCA
(195,172,202)
#B29DB8
(178,157,184)
#A18EA6
(161,142,166)
#907F94
(144,127,148)
#7F7082
(127,112,130)
#6E6170
(110,97,112)
#5D525E
(93,82,94)
#4C434C
(76,67,76)
#3B343A
(59,52,58)
#2A2528
(42,37,40)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #C3ACCA

#C3ACCA
(195,172,202)
#C8B3CE
(200,179,206)
#CDBAD2
(205,186,210)
#D2C1D6
(210,193,214)
#D7C8DA
(215,200,218)
#DCCFDE
(220,207,222)
#E1D6E2
(225,214,226)
#E6DDE6
(230,221,230)
#EBE4EA
(235,228,234)
#F0EBEE
(240,235,238)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ACCA; }

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

This text font color is #C3ACCA.


Background Color

.myBgColor { background-color: #C3ACCA; }

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

This div background color is #C3ACCA.


Border color

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

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

This div border color is #C3ACCA.


Opacity

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

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

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

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

This text has shadow with #C3ACCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ACCA on black background.


Color preview on white background

This text has color #C3ACCA on white background.



Black color preview on #C3ACCA background

This text has black color on #C3ACCA background.


White color preview on #C3ACCA background

This text has white color on #C3ACCA background.