COLOR #C3AAF8

HEX: #C3AAF8 RGB: (195,170,248)

Color info

#C3AAF8 contains mainly red and blue colors. Web safe color of #C3AAF8 is #CC99FF (or #C9F).

RGB color model

#C3AAF8 color RGB value is (195,170,248).

RGB: (195,170,248) (76%, 67%, 97%)

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 248 of 255 = 97%

195
170
248

R + G + B ~ 80%. #C3AAF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 170 + 248 = 613 (100%)
R 195 of 613 ~ 31.81%
G 170 of 613 ~ 27.73%
B 248 of 613 ~ 40.46'%

%31.81
%27.73
%40.46

CMYK color model

#C3AAF8 color CMYK value is (21,31,0,3).

  • cyan value is 21.37%
  • magenta value is 31.45%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (21,31,0,3)
C21M31Y0K3 (21%, 31%, 0%, 3%)
(0.21 / 0.31 / 0.00 / 0.03)

CMYK percentages

%21.37
%31.45
%0
%2.75

Codes

Color #C3AAF8 in popluar color models

C3 AA F8
RGB 195 170 248
HSL 259° 84.78% 81.96%
HSB/HSV 259° 31.45% 97.25%
CMYK 21.37% 31.45% 0.00%
2.75%

Color #C3AAF8 in popluar number systems.

HEX C3 AA F8
Decimal 195 170 248
Binary 11000011 10101010 11111000
Octal 303 252 370

Shades and tints

Shades of #C3AAF8

#C3AAF8
(195,170,248)
#B29BE2
(178,155,226)
#A18CCC
(161,140,204)
#907DB6
(144,125,182)
#7F6EA0
(127,110,160)
#6E5F8A
(110,95,138)
#5D5074
(93,80,116)
#4C415E
(76,65,94)
#3B3248
(59,50,72)
#2A2332
(42,35,50)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #C3AAF8

#C3AAF8
(195,170,248)
#C8B1F8
(200,177,248)
#CDB8F8
(205,184,248)
#D2BFF8
(210,191,248)
#D7C6F8
(215,198,248)
#DCCDF8
(220,205,248)
#E1D4F8
(225,212,248)
#E6DBF8
(230,219,248)
#EBE2F8
(235,226,248)
#F0E9F8
(240,233,248)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AAF8; }

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

This text font color is #C3AAF8.

Background Color

.myBgColor { background-color: #C3AAF8; }

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

This div background color is #C3AAF8.

Border color

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

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

This div border color is #C3AAF8.

Opacity

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

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

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

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

This text has shadow with #C3AAF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AAF8.

Preview

Color preview on black background

This text has color #C3AAF8 on black background.


Color preview on white background

This text has color #C3AAF8 on white background.


Black color preview on #C3AAF8 background

This text has black color on #C3AAF8 background.


White color preview on #C3AAF8 background

This text has white color on #C3AAF8 background.


Related colors

Complementary color

Complementary color for #hex is #3C5507.


I love getcolorcode.com

Triadic colors

1 #F8C3AA and #AAF8C3 with #C3AAF8 are triadic colors.

2 #F8AAC3 and #AAC3F8 with #C3AAF8 are triadic colors.