COLOR #C1A9EA

HEX: #C1A9EA
RGB: (193,169,234)

Color info

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

RGB color model

#C1A9EA color RGB value is (193,169,234).

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

RGB channels and saturation

R 193 of 255 = 76%
G 169 of 255 = 66%
B 234 of 255 = 92%

193
169
234

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

Portions of RGB colors in percentages

R + G + B =
193 + 169 + 234 = 596 (100%)
R 193 of 596 ~ 32.38%
G 169 of 596 ~ 28.36%
B 234 of 596 ~ 39.26%

%32.38
%28.36
%39.26

CMYK color model

#C1A9EA color CMYK value is (18,28,0,8).

  • cyan value is 17.52%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(18,28,0,8)
C18M28Y0K8 
(18%,28%,0%,8%)
(0.18/0.28/0.00/0.08)	

CMYK percentages

%17.52
%27.78
%0
%8.24

Codes

Color #C1A9EA in popluar color models

C1A9EA
RGB193169234
HSL262°60.75%79.02%
HSB/HSV262°27.78%91.76%
CMYK17.52%27.78%0.00%
8.24%

Color #C1A9EA in popluar number systems.

HEXC1A9EA
Decimal193169234
Binary110000011010100111101010
Octal301251352

Shades and tints

Shades of #C1A9EA

#C1A9EA
(193,169,234)
#B09AD5
(176,154,213)
#9F8BC0
(159,139,192)
#8E7CAB
(142,124,171)
#7D6D96
(125,109,150)
#6C5E81
(108,94,129)
#5B4F6C
(91,79,108)
#4A4057
(74,64,87)
#393142
(57,49,66)
#28222D
(40,34,45)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #C1A9EA

#C1A9EA
(193,169,234)
#C6B0EB
(198,176,235)
#CBB7EC
(203,183,236)
#D0BEED
(208,190,237)
#D5C5EE
(213,197,238)
#DACCEF
(218,204,239)
#DFD3F0
(223,211,240)
#E4DAF1
(228,218,241)
#E9E1F2
(233,225,242)
#EEE8F3
(238,232,243)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A9EA; }

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

This text font color is #C1A9EA.


Background Color

.myBgColor { background-color: #C1A9EA; }

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

This div background color is #C1A9EA.


Border color

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

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

This div border color is #C1A9EA.


Opacity

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

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

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

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

This text has shadow with #C1A9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A9EA on black background.


Color preview on white background

This text has color #C1A9EA on white background.



Black color preview on #C1A9EA background

This text has black color on #C1A9EA background.


White color preview on #C1A9EA background

This text has white color on #C1A9EA background.