COLOR #C1A9E5

HEX: #C1A9E5
RGB: (193,169,229)

Color info

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

RGB color model

#C1A9E5 color RGB value is (193,169,229).

  • red value is 193;
  • green value is 169;
  • blue value is 229.
RGB:
(193,169,229)
(76%,66%,90%)

RGB channels and saturation

R 193 of 255 = 76%
G 169 of 255 = 66%
B 229 of 255 = 90%

193
169
229

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

Portions of RGB colors in percentages

R + G + B =
193 + 169 + 229 = 591 (100%)
R 193 of 591 ~ 32.66%
G 169 of 591 ~ 28.6%
B 229 of 591 ~ 38.75%

%32.66
%28.6
%38.75

CMYK color model

#C1A9E5 color CMYK value is (16,26,0,10).

  • cyan value is 15.72%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(16,26,0,10)
C16M26Y0K10 
(16%,26%,0%,10%)
(0.16/0.26/0.00/0.10)	

CMYK percentages

%15.72
%26.2
%0
%10.2

Codes

Color #C1A9E5 in popluar color models

C1A9E5
RGB193169229
HSL264°53.57%78.04%
HSB/HSV264°26.20%89.80%
CMYK15.72%26.20%0.00%
10.20%

Color #C1A9E5 in popluar number systems.

HEXC1A9E5
Decimal193169229
Binary110000011010100111100101
Octal301251345

Shades and tints

Shades of #C1A9E5

#C1A9E5
(193,169,229)
#B09AD1
(176,154,209)
#9F8BBD
(159,139,189)
#8E7CA9
(142,124,169)
#7D6D95
(125,109,149)
#6C5E81
(108,94,129)
#5B4F6D
(91,79,109)
#4A4059
(74,64,89)
#393145
(57,49,69)
#282231
(40,34,49)
#17131D
(23,19,29)
#000000
(0,0,0)

Tints of #C1A9E5

#C1A9E5
(193,169,229)
#C6B0E7
(198,176,231)
#CBB7E9
(203,183,233)
#D0BEEB
(208,190,235)
#D5C5ED
(213,197,237)
#DACCEF
(218,204,239)
#DFD3F1
(223,211,241)
#E4DAF3
(228,218,243)
#E9E1F5
(233,225,245)
#EEE8F7
(238,232,247)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A9E5; }

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

This text font color is #C1A9E5.


Background Color

.myBgColor { background-color: #C1A9E5; }

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

This div background color is #C1A9E5.


Border color

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

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

This div border color is #C1A9E5.


Opacity

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

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

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

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

This text has shadow with #C1A9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A9E5 on black background.


Color preview on white background

This text has color #C1A9E5 on white background.



Black color preview on #C1A9E5 background

This text has black color on #C1A9E5 background.


White color preview on #C1A9E5 background

This text has white color on #C1A9E5 background.