COLOR #C3AAE5

HEX: #C3AAE5 RGB: (195,170,229)

Color info

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

RGB color model

#C3AAE5 color RGB value is (195,170,229).

RGB: (195,170,229) (76%, 67%, 90%)

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 229 of 255 = 90%

195
170
229

R + G + B ~ 78%. #C3AAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 170 + 229 = 594 (100%)
R 195 of 594 ~ 32.83%
G 170 of 594 ~ 28.62%
B 229 of 594 ~ 38.55'%

%32.83
%28.62
%38.55

CMYK color model

#C3AAE5 color CMYK value is (15,26,0,10).

  • cyan value is 14.85%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (15,26,0,10) C15M26Y0K10 (15%,26%,0%,10%) (0.15/0.26/0.00/0.10) 

CMYK percentages

%14.85
%25.76
%0
%10.2

Codes

Color #C3AAE5 in popluar color models

C3 AA E5
RGB 195 170 229
HSL 265° 53.15% 78.24%
HSB/HSV 265° 25.76% 89.80%
CMYK 14.85% 25.76% 0.00%
10.20%

Color #C3AAE5 in popluar number systems.

HEX C3 AA E5
Decimal 195 170 229
Binary 11000011 10101010 11100101
Octal 303 252 345

Shades and tints

Shades of #C3AAE5

#C3AAE5
(195,170,229)
#B29BD1
(178,155,209)
#A18CBD
(161,140,189)
#907DA9
(144,125,169)
#7F6E95
(127,110,149)
#6E5F81
(110,95,129)
#5D506D
(93,80,109)
#4C4159
(76,65,89)
#3B3245
(59,50,69)
#2A2331
(42,35,49)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #C3AAE5

#C3AAE5
(195,170,229)
#C8B1E7
(200,177,231)
#CDB8E9
(205,184,233)
#D2BFEB
(210,191,235)
#D7C6ED
(215,198,237)
#DCCDEF
(220,205,239)
#E1D4F1
(225,212,241)
#E6DBF3
(230,219,243)
#EBE2F5
(235,226,245)
#F0E9F7
(240,233,247)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AAE5; }

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

This text font color is #C3AAE5.

Background Color

.myBgColor { background-color: #C3AAE5; }

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

This div background color is #C3AAE5.

Border color

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

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

This div border color is #C3AAE5.

Opacity

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

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

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

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

This text has shadow with #C3AAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AAE5.

Preview

Color preview on black background

This text has color #C3AAE5 on black background.


Color preview on white background

This text has color #C3AAE5 on white background.


Black color preview on #C3AAE5 background

This text has black color on #C3AAE5 background.


White color preview on #C3AAE5 background

This text has white color on #C3AAE5 background.


Related colors

Complementary color

Complementary color for #hex is #3C551A.


I love getcolorcode.com

Triadic colors

1 #E5C3AA and #AAE5C3 with #C3AAE5 are triadic colors.

2 #E5AAC3 and #AAC3E5 with #C3AAE5 are triadic colors.