COLOR #C3AAE1

HEX: #C3AAE1
RGB: (195,170,225)

Color info

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

RGB color model

#C3AAE1 color RGB value is (195,170,225).

  • red value is 195;
  • green value is 170;
  • blue value is 225.
RGB:
(195,170,225)
(76%,67%,88%)

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 225 of 255 = 88%

195
170
225

R + G + B ~ 77%. #C3AAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 170 + 225 = 590 (100%)
R 195 of 590 ~ 33.05%
G 170 of 590 ~ 28.81%
B 225 of 590 ~ 38.14%

%33.05
%28.81
%38.14

CMYK color model

#C3AAE1 color CMYK value is (13,24,0,12).

  • cyan value is 13.33%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(13,24,0,12)
C13M24Y0K12 
(13%,24%,0%,12%)
(0.13/0.24/0.00/0.12)	

CMYK percentages

%13.33
%24.44
%0
%11.76

Codes

Color #C3AAE1 in popluar color models

C3AAE1
RGB195170225
HSL267°47.83%77.45%
HSB/HSV267°24.44%88.24%
CMYK13.33%24.44%0.00%
11.76%

Color #C3AAE1 in popluar number systems.

HEXC3AAE1
Decimal195170225
Binary110000111010101011100001
Octal303252341

Shades and tints

Shades of #C3AAE1

#C3AAE1
(195,170,225)
#B29BCD
(178,155,205)
#A18CB9
(161,140,185)
#907DA5
(144,125,165)
#7F6E91
(127,110,145)
#6E5F7D
(110,95,125)
#5D5069
(93,80,105)
#4C4155
(76,65,85)
#3B3241
(59,50,65)
#2A232D
(42,35,45)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #C3AAE1

#C3AAE1
(195,170,225)
#C8B1E3
(200,177,227)
#CDB8E5
(205,184,229)
#D2BFE7
(210,191,231)
#D7C6E9
(215,198,233)
#DCCDEB
(220,205,235)
#E1D4ED
(225,212,237)
#E6DBEF
(230,219,239)
#EBE2F1
(235,226,241)
#F0E9F3
(240,233,243)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AAE1 color. Also use rgb(195,170,225) instead hex code.

Text Font Color

.myTextColor { color: #C3AAE1; }

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

This text font color is #C3AAE1.


Background Color

.myBgColor { background-color: #C3AAE1; }

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

This div background color is #C3AAE1.


Border color

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

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

This div border color is #C3AAE1.


Opacity

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

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

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

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

This text has shadow with #C3AAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AAE1 on black background.


Color preview on white background

This text has color #C3AAE1 on white background.



Black color preview on #C3AAE1 background

This text has black color on #C3AAE1 background.


White color preview on #C3AAE1 background

This text has white color on #C3AAE1 background.