COLOR #C3A6EC

HEX: #C3A6EC RGB: (195,166,236)

Color info

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

RGB color model

#C3A6EC color RGB value is (195,166,236).

RGB: (195,166,236) (76%, 65%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 166 of 255 = 65%
B 236 of 255 = 93%

195
166
236

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

Portions of RGB colors in percentages

R + G + B = 195 + 166 + 236 = 597 (100%)
R 195 of 597 ~ 32.66%
G 166 of 597 ~ 27.81%
B 236 of 597 ~ 39.53'%

%32.66
%27.81
%39.53

CMYK color model

#C3A6EC color CMYK value is (17,30,0,7).

  • cyan value is 17.37%
  • magenta value is 29.66%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (17,30,0,7)
C17M30Y0K7 (17%, 30%, 0%, 7%)
(0.17 / 0.30 / 0.00 / 0.07)

CMYK percentages

%17.37
%29.66
%0
%7.45

Codes

Color #C3A6EC in popluar color models

C3 A6 EC
RGB 195 166 236
HSL 265° 64.81% 78.82%
HSB/HSV 265° 29.66% 92.55%
CMYK 17.37% 29.66% 0.00%
7.45%

Color #C3A6EC in popluar number systems.

HEX C3 A6 EC
Decimal 195 166 236
Binary 11000011 10100110 11101100
Octal 303 246 354

Shades and tints

Shades of #C3A6EC

#C3A6EC
(195,166,236)
#B297D7
(178,151,215)
#A188C2
(161,136,194)
#9079AD
(144,121,173)
#7F6A98
(127,106,152)
#6E5B83
(110,91,131)
#5D4C6E
(93,76,110)
#4C3D59
(76,61,89)
#3B2E44
(59,46,68)
#2A1F2F
(42,31,47)
#19101A
(25,16,26)
#000000
(0,0,0)

Tints of #C3A6EC

#C3A6EC
(195,166,236)
#C8AEED
(200,174,237)
#CDB6EE
(205,182,238)
#D2BEEF
(210,190,239)
#D7C6F0
(215,198,240)
#DCCEF1
(220,206,241)
#E1D6F2
(225,214,242)
#E6DEF3
(230,222,243)
#EBE6F4
(235,230,244)
#F0EEF5
(240,238,245)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A6EC color. Also use rgb(195,166,236) instead hex code.

Text Font Color

.myTextColor { color: #C3A6EC; }

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

This text font color is #C3A6EC.

Background Color

.myBgColor { background-color: #C3A6EC; }

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

This div background color is #C3A6EC.

Border color

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

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

This div border color is #C3A6EC.

Opacity

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

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

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

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

This text has shadow with #C3A6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A6EC.

Preview

Color preview on black background

This text has color #C3A6EC on black background.


Color preview on white background

This text has color #C3A6EC on white background.


Black color preview on #C3A6EC background

This text has black color on #C3A6EC background.


White color preview on #C3A6EC background

This text has white color on #C3A6EC background.


Related colors

Complementary color

Complementary color for #hex is #3C5913.


I love getcolorcode.com

Triadic colors

1 #ECC3A6 and #A6ECC3 with #C3A6EC are triadic colors.

2 #ECA6C3 and #A6C3EC with #C3A6EC are triadic colors.