COLOR #C0A1EC

HEX: #C0A1EC
RGB: (192,161,236)

Color info

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

RGB color model

#C0A1EC color RGB value is (192,161,236).

  • red value is 192;
  • green value is 161;
  • blue value is 236.
RGB:
(192,161,236)
(75%,63%,93%)

RGB channels and saturation

R 192 of 255 = 75%
G 161 of 255 = 63%
B 236 of 255 = 93%

192
161
236

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

Portions of RGB colors in percentages

R + G + B =
192 + 161 + 236 = 589 (100%)
R 192 of 589 ~ 32.6%
G 161 of 589 ~ 27.33%
B 236 of 589 ~ 40.07%

%32.6
%27.33
%40.07

CMYK color model

#C0A1EC color CMYK value is (19,32,0,7).

  • cyan value is 18.64%
  • magenta value is 31.78%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(19,32,0,7)
C19M32Y0K7 
(19%,32%,0%,7%)
(0.19/0.32/0.00/0.07)	

CMYK percentages

%18.64
%31.78
%0
%7.45

Codes

Color #C0A1EC in popluar color models

C0A1EC
RGB192161236
HSL265°66.37%77.84%
HSB/HSV265°31.78%92.55%
CMYK18.64%31.78%0.00%
7.45%

Color #C0A1EC in popluar number systems.

HEXC0A1EC
Decimal192161236
Binary110000001010000111101100
Octal300241354

Shades and tints

Shades of #C0A1EC

#C0A1EC
(192,161,236)
#AF93D7
(175,147,215)
#9E85C2
(158,133,194)
#8D77AD
(141,119,173)
#7C6998
(124,105,152)
#6B5B83
(107,91,131)
#5A4D6E
(90,77,110)
#493F59
(73,63,89)
#383144
(56,49,68)
#27232F
(39,35,47)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #C0A1EC

#C0A1EC
(192,161,236)
#C5A9ED
(197,169,237)
#CAB1EE
(202,177,238)
#CFB9EF
(207,185,239)
#D4C1F0
(212,193,240)
#D9C9F1
(217,201,241)
#DED1F2
(222,209,242)
#E3D9F3
(227,217,243)
#E8E1F4
(232,225,244)
#EDE9F5
(237,233,245)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A1EC color. Also use rgb(192,161,236) instead hex code.

Text Font Color

.myTextColor { color: #C0A1EC; }

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

This text font color is #C0A1EC.


Background Color

.myBgColor { background-color: #C0A1EC; }

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

This div background color is #C0A1EC.


Border color

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

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

This div border color is #C0A1EC.


Opacity

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

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

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

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

This text has shadow with #C0A1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A1EC on black background.


Color preview on white background

This text has color #C0A1EC on white background.



Black color preview on #C0A1EC background

This text has black color on #C0A1EC background.


White color preview on #C0A1EC background

This text has white color on #C0A1EC background.