COLOR #C1A4E9

HEX: #C1A4E9 RGB: (193,164,233)

Color info

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

RGB color model

#C1A4E9 color RGB value is (193,164,233).

RGB: (193,164,233) (76%, 64%, 91%)

RGB channels and saturation

R 193 of 255 = 76%
G 164 of 255 = 64%
B 233 of 255 = 91%

193
164
233

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

Portions of RGB colors in percentages

R + G + B = 193 + 164 + 233 = 590 (100%)
R 193 of 590 ~ 32.71%
G 164 of 590 ~ 27.8%
B 233 of 590 ~ 39.49'%

%32.71
%27.8
%39.49

CMYK color model

#C1A4E9 color CMYK value is (17,30,0,9).

  • cyan value is 17.17%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (17,30,0,9)
C17M30Y0K9 (17%, 30%, 0%, 9%)
(0.17 / 0.30 / 0.00 / 0.09)

CMYK percentages

%17.17
%29.61
%0
%8.63

Codes

Color #C1A4E9 in popluar color models

C1 A4 E9
RGB 193 164 233
HSL 265° 61.06% 77.84%
HSB/HSV 265° 29.61% 91.37%
CMYK 17.17% 29.61% 0.00%
8.63%

Color #C1A4E9 in popluar number systems.

HEX C1 A4 E9
Decimal 193 164 233
Binary 11000001 10100100 11101001
Octal 301 244 351

Shades and tints

Shades of #C1A4E9

#C1A4E9
(193,164,233)
#B096D4
(176,150,212)
#9F88BF
(159,136,191)
#8E7AAA
(142,122,170)
#7D6C95
(125,108,149)
#6C5E80
(108,94,128)
#5B506B
(91,80,107)
#4A4256
(74,66,86)
#393441
(57,52,65)
#28262C
(40,38,44)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #C1A4E9

#C1A4E9
(193,164,233)
#C6ACEB
(198,172,235)
#CBB4ED
(203,180,237)
#D0BCEF
(208,188,239)
#D5C4F1
(213,196,241)
#DACCF3
(218,204,243)
#DFD4F5
(223,212,245)
#E4DCF7
(228,220,247)
#E9E4F9
(233,228,249)
#EEECFB
(238,236,251)
#F3F4FD
(243,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A4E9 color. Also use rgb(193,164,233) instead hex code.

Text Font Color

.myTextColor { color: #C1A4E9; }

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

This text font color is #C1A4E9.

Background Color

.myBgColor { background-color: #C1A4E9; }

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

This div background color is #C1A4E9.

Border color

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

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

This div border color is #C1A4E9.

Opacity

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

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

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

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

This text has shadow with #C1A4E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A4E9.

Preview

Color preview on black background

This text has color #C1A4E9 on black background.


Color preview on white background

This text has color #C1A4E9 on white background.


Black color preview on #C1A4E9 background

This text has black color on #C1A4E9 background.


White color preview on #C1A4E9 background

This text has white color on #C1A4E9 background.


Related colors

Complementary color

Complementary color for #hex is #3E5B16.


I love getcolorcode.com

Triadic colors

1 #E9C1A4 and #A4E9C1 with #C1A4E9 are triadic colors.

2 #E9A4C1 and #A4C1E9 with #C1A4E9 are triadic colors.