COLOR #C3ACC4

HEX: #C3ACC4
RGB: (195,172,196)

Color info

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

RGB color model

#C3ACC4 color RGB value is (195,172,196).

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

RGB channels and saturation

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

195
172
196

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

Portions of RGB colors in percentages

R + G + B =
195 + 172 + 196 = 563 (100%)
R 195 of 563 ~ 34.64%
G 172 of 563 ~ 30.55%
B 196 of 563 ~ 34.81%

%34.64
%30.55
%34.81

CMYK color model

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

  • cyan value is 0.51%
  • 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

%0.51
%12.24
%0
%23.14

Codes

Color #C3ACC4 in popluar color models

C3ACC4
RGB195172196
HSL298°16.90%72.16%
HSB/HSV298°12.24%76.86%
CMYK0.51%12.24%0.00%
23.14%

Color #C3ACC4 in popluar number systems.

HEXC3ACC4
Decimal195172196
Binary110000111010110011000100
Octal303254304

Shades and tints

Shades of #C3ACC4

#C3ACC4
(195,172,196)
#B29DB3
(178,157,179)
#A18EA2
(161,142,162)
#907F91
(144,127,145)
#7F7080
(127,112,128)
#6E616F
(110,97,111)
#5D525E
(93,82,94)
#4C434D
(76,67,77)
#3B343C
(59,52,60)
#2A252B
(42,37,43)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #C3ACC4

#C3ACC4
(195,172,196)
#C8B3C9
(200,179,201)
#CDBACE
(205,186,206)
#D2C1D3
(210,193,211)
#D7C8D8
(215,200,216)
#DCCFDD
(220,207,221)
#E1D6E2
(225,214,226)
#E6DDE7
(230,221,231)
#EBE4EC
(235,228,236)
#F0EBF1
(240,235,241)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ACC4; }

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

This text font color is #C3ACC4.


Background Color

.myBgColor { background-color: #C3ACC4; }

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

This div background color is #C3ACC4.


Border color

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

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

This div border color is #C3ACC4.


Opacity

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

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

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

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

This text has shadow with #C3ACC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ACC4 on black background.


Color preview on white background

This text has color #C3ACC4 on white background.



Black color preview on #C3ACC4 background

This text has black color on #C3ACC4 background.


White color preview on #C3ACC4 background

This text has white color on #C3ACC4 background.