COLOR #C09AE2

HEX: #C09AE2
RGB: (192,154,226)

Color info

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

RGB color model

#C09AE2 color RGB value is (192,154,226).

  • red value is 192;
  • green value is 154;
  • blue value is 226.
RGB:
(192,154,226)
(75%,60%,89%)

RGB channels and saturation

R 192 of 255 = 75%
G 154 of 255 = 60%
B 226 of 255 = 89%

192
154
226

R + G + B ~ 75%. #C09AE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 154 + 226 = 572 (100%)
R 192 of 572 ~ 33.57%
G 154 of 572 ~ 26.92%
B 226 of 572 ~ 39.51%

%33.57
%26.92
%39.51

CMYK color model

#C09AE2 color CMYK value is (15,32,0,11).

  • cyan value is 15.04%
  • magenta value is 31.86%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(15,32,0,11)
C15M32Y0K11 
(15%,32%,0%,11%)
(0.15/0.32/0.00/0.11)	

CMYK percentages

%15.04
%31.86
%0
%11.37

Codes

Color #C09AE2 in popluar color models

C09AE2
RGB192154226
HSL272°55.38%74.51%
HSB/HSV272°31.86%88.63%
CMYK15.04%31.86%0.00%
11.37%

Color #C09AE2 in popluar number systems.

HEXC09AE2
Decimal192154226
Binary110000001001101011100010
Octal300232342

Shades and tints

Shades of #C09AE2

#C09AE2
(192,154,226)
#AF8CCE
(175,140,206)
#9E7EBA
(158,126,186)
#8D70A6
(141,112,166)
#7C6292
(124,98,146)
#6B547E
(107,84,126)
#5A466A
(90,70,106)
#493856
(73,56,86)
#382A42
(56,42,66)
#271C2E
(39,28,46)
#160E1A
(22,14,26)
#000000
(0,0,0)

Tints of #C09AE2

#C09AE2
(192,154,226)
#C5A3E4
(197,163,228)
#CAACE6
(202,172,230)
#CFB5E8
(207,181,232)
#D4BEEA
(212,190,234)
#D9C7EC
(217,199,236)
#DED0EE
(222,208,238)
#E3D9F0
(227,217,240)
#E8E2F2
(232,226,242)
#EDEBF4
(237,235,244)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09AE2 color. Also use rgb(192,154,226) instead hex code.

Text Font Color

.myTextColor { color: #C09AE2; }

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

This text font color is #C09AE2.


Background Color

.myBgColor { background-color: #C09AE2; }

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

This div background color is #C09AE2.


Border color

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

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

This div border color is #C09AE2.


Opacity

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

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

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

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

This text has shadow with #C09AE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09AE2 on black background.


Color preview on white background

This text has color #C09AE2 on white background.



Black color preview on #C09AE2 background

This text has black color on #C09AE2 background.


White color preview on #C09AE2 background

This text has white color on #C09AE2 background.