COLOR #C3AED6

HEX: #C3AED6
RGB: (195,174,214)

Color info

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

RGB color model

#C3AED6 color RGB value is (195,174,214).

  • red value is 195;
  • green value is 174;
  • blue value is 214.
RGB:
(195,174,214)
(76%,68%,84%)

RGB channels and saturation

R 195 of 255 = 76%
G 174 of 255 = 68%
B 214 of 255 = 84%

195
174
214

R + G + B ~ 76%. #C3AED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 174 + 214 = 583 (100%)
R 195 of 583 ~ 33.45%
G 174 of 583 ~ 29.85%
B 214 of 583 ~ 36.71%

%33.45
%29.85
%36.71

CMYK color model

#C3AED6 color CMYK value is (9,19,0,16).

  • cyan value is 8.88%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(9,19,0,16)
C9M19Y0K16 
(9%,19%,0%,16%)
(0.09/0.19/0.00/0.16)	

CMYK percentages

%8.88
%18.69
%0
%16.08

Codes

Color #C3AED6 in popluar color models

C3AED6
RGB195174214
HSL272°32.79%76.08%
HSB/HSV272°18.69%83.92%
CMYK8.88%18.69%0.00%
16.08%

Color #C3AED6 in popluar number systems.

HEXC3AED6
Decimal195174214
Binary110000111010111011010110
Octal303256326

Shades and tints

Shades of #C3AED6

#C3AED6
(195,174,214)
#B29FC3
(178,159,195)
#A190B0
(161,144,176)
#90819D
(144,129,157)
#7F728A
(127,114,138)
#6E6377
(110,99,119)
#5D5464
(93,84,100)
#4C4551
(76,69,81)
#3B363E
(59,54,62)
#2A272B
(42,39,43)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #C3AED6

#C3AED6
(195,174,214)
#C8B5D9
(200,181,217)
#CDBCDC
(205,188,220)
#D2C3DF
(210,195,223)
#D7CAE2
(215,202,226)
#DCD1E5
(220,209,229)
#E1D8E8
(225,216,232)
#E6DFEB
(230,223,235)
#EBE6EE
(235,230,238)
#F0EDF1
(240,237,241)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AED6 color. Also use rgb(195,174,214) instead hex code.

Text Font Color

.myTextColor { color: #C3AED6; }

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

This text font color is #C3AED6.


Background Color

.myBgColor { background-color: #C3AED6; }

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

This div background color is #C3AED6.


Border color

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

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

This div border color is #C3AED6.


Opacity

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

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

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

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

This text has shadow with #C3AED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AED6 on black background.


Color preview on white background

This text has color #C3AED6 on white background.



Black color preview on #C3AED6 background

This text has black color on #C3AED6 background.


White color preview on #C3AED6 background

This text has white color on #C3AED6 background.