COLOR #C0ABE0

HEX: #C0ABE0
RGB: (192,171,224)

Color info

#C0ABE0 contains red, green and blue colors in about the same proportion. Web safe color of #C0ABE0 is #CC99CC (or #C9C).

RGB color model

#C0ABE0 color RGB value is (192,171,224).

  • red value is 192;
  • green value is 171;
  • blue value is 224.
RGB:
(192,171,224)
(75%,67%,88%)

RGB channels and saturation

R 192 of 255 = 75%
G 171 of 255 = 67%
B 224 of 255 = 88%

192
171
224

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

Portions of RGB colors in percentages

R + G + B =
192 + 171 + 224 = 587 (100%)
R 192 of 587 ~ 32.71%
G 171 of 587 ~ 29.13%
B 224 of 587 ~ 38.16%

%32.71
%29.13
%38.16

CMYK color model

#C0ABE0 color CMYK value is (14,24,0,12).

  • cyan value is 14.29%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(14,24,0,12)
C14M24Y0K12 
(14%,24%,0%,12%)
(0.14/0.24/0.00/0.12)	

CMYK percentages

%14.29
%23.66
%0
%12.16

Codes

Color #C0ABE0 in popluar color models

C0ABE0
RGB192171224
HSL264°46.09%77.45%
HSB/HSV264°23.66%87.84%
CMYK14.29%23.66%0.00%
12.16%

Color #C0ABE0 in popluar number systems.

HEXC0ABE0
Decimal192171224
Binary110000001010101111100000
Octal300253340

Shades and tints

Shades of #C0ABE0

#C0ABE0
(192,171,224)
#AF9CCC
(175,156,204)
#9E8DB8
(158,141,184)
#8D7EA4
(141,126,164)
#7C6F90
(124,111,144)
#6B607C
(107,96,124)
#5A5168
(90,81,104)
#494254
(73,66,84)
#383340
(56,51,64)
#27242C
(39,36,44)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #C0ABE0

#C0ABE0
(192,171,224)
#C5B2E2
(197,178,226)
#CAB9E4
(202,185,228)
#CFC0E6
(207,192,230)
#D4C7E8
(212,199,232)
#D9CEEA
(217,206,234)
#DED5EC
(222,213,236)
#E3DCEE
(227,220,238)
#E8E3F0
(232,227,240)
#EDEAF2
(237,234,242)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0ABE0 color. Also use rgb(192,171,224) instead hex code.

Text Font Color

.myTextColor { color: #C0ABE0; }

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

This text font color is #C0ABE0.


Background Color

.myBgColor { background-color: #C0ABE0; }

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

This div background color is #C0ABE0.


Border color

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

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

This div border color is #C0ABE0.


Opacity

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

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

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

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

This text has shadow with #C0ABE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ABE0 on black background.


Color preview on white background

This text has color #C0ABE0 on white background.



Black color preview on #C0ABE0 background

This text has black color on #C0ABE0 background.


White color preview on #C0ABE0 background

This text has white color on #C0ABE0 background.