COLOR #C1A6E5

HEX: #C1A6E5 RGB: (193,166,229)

Color info

#C1A6E5 contains mainly red and blue colors. Web safe color of #C1A6E5 is #CC99CC (or #C9C).

RGB color model

#C1A6E5 color RGB value is (193,166,229).

RGB: (193,166,229) (76%, 65%, 90%)

RGB channels and saturation

R 193 of 255 = 76%
G 166 of 255 = 65%
B 229 of 255 = 90%

193
166
229

R + G + B ~ 77%. #C1A6E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 166 + 229 = 588 (100%)
R 193 of 588 ~ 32.82%
G 166 of 588 ~ 28.23%
B 229 of 588 ~ 38.95'%

%32.82
%28.23
%38.95

CMYK color model

#C1A6E5 color CMYK value is (16,28,0,10).

  • cyan value is 15.72%
  • magenta value is 27.51%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (16,28,0,10)
C16M28Y0K10 (16%, 28%, 0%, 10%)
(0.16 / 0.28 / 0.00 / 0.10)

CMYK percentages

%15.72
%27.51
%0
%10.2

Codes

Color #C1A6E5 in popluar color models

C1 A6 E5
RGB 193 166 229
HSL 266° 54.78% 77.45%
HSB/HSV 266° 27.51% 89.80%
CMYK 15.72% 27.51% 0.00%
10.20%

Color #C1A6E5 in popluar number systems.

HEX C1 A6 E5
Decimal 193 166 229
Binary 11000001 10100110 11100101
Octal 301 246 345

Shades and tints

Shades of #C1A6E5

#C1A6E5
(193,166,229)
#B097D1
(176,151,209)
#9F88BD
(159,136,189)
#8E79A9
(142,121,169)
#7D6A95
(125,106,149)
#6C5B81
(108,91,129)
#5B4C6D
(91,76,109)
#4A3D59
(74,61,89)
#392E45
(57,46,69)
#281F31
(40,31,49)
#17101D
(23,16,29)
#000000
(0,0,0)

Tints of #C1A6E5

#C1A6E5
(193,166,229)
#C6AEE7
(198,174,231)
#CBB6E9
(203,182,233)
#D0BEEB
(208,190,235)
#D5C6ED
(213,198,237)
#DACEEF
(218,206,239)
#DFD6F1
(223,214,241)
#E4DEF3
(228,222,243)
#E9E6F5
(233,230,245)
#EEEEF7
(238,238,247)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A6E5 color. Also use rgb(193,166,229) instead hex code.

Text Font Color

.myTextColor { color: #C1A6E5; }

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

This text font color is #C1A6E5.

Background Color

.myBgColor { background-color: #C1A6E5; }

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

This div background color is #C1A6E5.

Border color

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

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

This div border color is #C1A6E5.

Opacity

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

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

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

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

This text has shadow with #C1A6E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A6E5.

Preview

Color preview on black background

This text has color #C1A6E5 on black background.


Color preview on white background

This text has color #C1A6E5 on white background.


Black color preview on #C1A6E5 background

This text has black color on #C1A6E5 background.


White color preview on #C1A6E5 background

This text has white color on #C1A6E5 background.


Related colors

Complementary color

Complementary color for #hex is #3E591A.


I love getcolorcode.com

Triadic colors

1 #E5C1A6 and #A6E5C1 with #C1A6E5 are triadic colors.

2 #E5A6C1 and #A6C1E5 with #C1A6E5 are triadic colors.