COLOR #C4A6EC

HEX: #C4A6EC RGB: (196,166,236)

Color info

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

RGB color model

#C4A6EC color RGB value is (196,166,236).

RGB: (196,166,236) (77%, 65%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 166 of 255 = 65%
B 236 of 255 = 93%

196
166
236

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

Portions of RGB colors in percentages

R + G + B = 196 + 166 + 236 = 598 (100%)
R 196 of 598 ~ 32.78%
G 166 of 598 ~ 27.76%
B 236 of 598 ~ 39.46'%

%32.78
%27.76
%39.46

CMYK color model

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

  • cyan value is 16.95%
  • 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

%16.95
%29.66
%0
%7.45

Codes

Color #C4A6EC in popluar color models

C4 A6 EC
RGB 196 166 236
HSL 266° 64.81% 78.82%
HSB/HSV 266° 29.66% 92.55%
CMYK 16.95% 29.66% 0.00%
7.45%

Color #C4A6EC in popluar number systems.

HEX C4 A6 EC
Decimal 196 166 236
Binary 11000100 10100110 11101100
Octal 304 246 354

Shades and tints

Shades of #C4A6EC

#C4A6EC
(196,166,236)
#B397D7
(179,151,215)
#A288C2
(162,136,194)
#9179AD
(145,121,173)
#806A98
(128,106,152)
#6F5B83
(111,91,131)
#5E4C6E
(94,76,110)
#4D3D59
(77,61,89)
#3C2E44
(60,46,68)
#2B1F2F
(43,31,47)
#1A101A
(26,16,26)
#000000
(0,0,0)

Tints of #C4A6EC

#C4A6EC
(196,166,236)
#C9AEED
(201,174,237)
#CEB6EE
(206,182,238)
#D3BEEF
(211,190,239)
#D8C6F0
(216,198,240)
#DDCEF1
(221,206,241)
#E2D6F2
(226,214,242)
#E7DEF3
(231,222,243)
#ECE6F4
(236,230,244)
#F1EEF5
(241,238,245)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A6EC; }

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

This text font color is #C4A6EC.

Background Color

.myBgColor { background-color: #C4A6EC; }

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

This div background color is #C4A6EC.

Border color

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

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

This div border color is #C4A6EC.

Opacity

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

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

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

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

This text has shadow with #C4A6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A6EC.

Preview

Color preview on black background

This text has color #C4A6EC on black background.


Color preview on white background

This text has color #C4A6EC on white background.


Black color preview on #C4A6EC background

This text has black color on #C4A6EC background.


White color preview on #C4A6EC background

This text has white color on #C4A6EC background.


Related colors

Complementary color

Complementary color for #hex is #3B5913.


I love getcolorcode.com

Triadic colors

1 #ECC4A6 and #A6ECC4 with #C4A6EC are triadic colors.

2 #ECA6C4 and #A6C4EC with #C4A6EC are triadic colors.