COLOR #C3AAED

HEX: #C3AAED RGB: (195,170,237)

Color info

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

RGB color model

#C3AAED color RGB value is (195,170,237).

RGB: (195,170,237) (76%, 67%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 237 of 255 = 93%

195
170
237

R + G + B ~ 79%. #C3AAED is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 170 + 237 = 602 (100%)
R 195 of 602 ~ 32.39%
G 170 of 602 ~ 28.24%
B 237 of 602 ~ 39.37'%

%32.39
%28.24
%39.37

CMYK color model

#C3AAED color CMYK value is (18,28,0,7).

  • cyan value is 17.72%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (18,28,0,7)
C18M28Y0K7 (18%, 28%, 0%, 7%)
(0.18 / 0.28 / 0.00 / 0.07)

CMYK percentages

%17.72
%28.27
%0
%7.06

Codes

Color #C3AAED in popluar color models

C3 AA ED
RGB 195 170 237
HSL 262° 65.05% 79.80%
HSB/HSV 262° 28.27% 92.94%
CMYK 17.72% 28.27% 0.00%
7.06%

Color #C3AAED in popluar number systems.

HEX C3 AA ED
Decimal 195 170 237
Binary 11000011 10101010 11101101
Octal 303 252 355

Shades and tints

Shades of #C3AAED

#C3AAED
(195,170,237)
#B29BD8
(178,155,216)
#A18CC3
(161,140,195)
#907DAE
(144,125,174)
#7F6E99
(127,110,153)
#6E5F84
(110,95,132)
#5D506F
(93,80,111)
#4C415A
(76,65,90)
#3B3245
(59,50,69)
#2A2330
(42,35,48)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #C3AAED

#C3AAED
(195,170,237)
#C8B1EE
(200,177,238)
#CDB8EF
(205,184,239)
#D2BFF0
(210,191,240)
#D7C6F1
(215,198,241)
#DCCDF2
(220,205,242)
#E1D4F3
(225,212,243)
#E6DBF4
(230,219,244)
#EBE2F5
(235,226,245)
#F0E9F6
(240,233,246)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AAED; }

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

This text font color is #C3AAED.

Background Color

.myBgColor { background-color: #C3AAED; }

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

This div background color is #C3AAED.

Border color

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

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

This div border color is #C3AAED.

Opacity

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

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

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

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

This text has shadow with #C3AAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AAED.

Preview

Color preview on black background

This text has color #C3AAED on black background.


Color preview on white background

This text has color #C3AAED on white background.


Black color preview on #C3AAED background

This text has black color on #C3AAED background.


White color preview on #C3AAED background

This text has white color on #C3AAED background.


Related colors

Complementary color

Complementary color for #hex is #3C5512.


I love getcolorcode.com

Triadic colors

1 #EDC3AA and #AAEDC3 with #C3AAED are triadic colors.

2 #EDAAC3 and #AAC3ED with #C3AAED are triadic colors.