COLOR #C09AE5

HEX: #C09AE5
RGB: (192,154,229)

Color info

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

RGB color model

#C09AE5 color RGB value is (192,154,229).

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

RGB channels and saturation

R 192 of 255 = 75%
G 154 of 255 = 60%
B 229 of 255 = 90%

192
154
229

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

Portions of RGB colors in percentages

R + G + B =
192 + 154 + 229 = 575 (100%)
R 192 of 575 ~ 33.39%
G 154 of 575 ~ 26.78%
B 229 of 575 ~ 39.83%

%33.39
%26.78
%39.83

CMYK color model

#C09AE5 color CMYK value is (16,33,0,10).

  • cyan value is 16.16%
  • magenta value is 32.75%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(16,33,0,10)
C16M33Y0K10 
(16%,33%,0%,10%)
(0.16/0.33/0.00/0.10)	

CMYK percentages

%16.16
%32.75
%0
%10.2

Codes

Color #C09AE5 in popluar color models

C09AE5
RGB192154229
HSL270°59.06%75.10%
HSB/HSV270°32.75%89.80%
CMYK16.16%32.75%0.00%
10.20%

Color #C09AE5 in popluar number systems.

HEXC09AE5
Decimal192154229
Binary110000001001101011100101
Octal300232345

Shades and tints

Shades of #C09AE5

#C09AE5
(192,154,229)
#AF8CD1
(175,140,209)
#9E7EBD
(158,126,189)
#8D70A9
(141,112,169)
#7C6295
(124,98,149)
#6B5481
(107,84,129)
#5A466D
(90,70,109)
#493859
(73,56,89)
#382A45
(56,42,69)
#271C31
(39,28,49)
#160E1D
(22,14,29)
#000000
(0,0,0)

Tints of #C09AE5

#C09AE5
(192,154,229)
#C5A3E7
(197,163,231)
#CAACE9
(202,172,233)
#CFB5EB
(207,181,235)
#D4BEED
(212,190,237)
#D9C7EF
(217,199,239)
#DED0F1
(222,208,241)
#E3D9F3
(227,217,243)
#E8E2F5
(232,226,245)
#EDEBF7
(237,235,247)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09AE5; }

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

This text font color is #C09AE5.


Background Color

.myBgColor { background-color: #C09AE5; }

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

This div background color is #C09AE5.


Border color

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

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

This div border color is #C09AE5.


Opacity

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

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

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

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

This text has shadow with #C09AE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09AE5 on black background.


Color preview on white background

This text has color #C09AE5 on white background.



Black color preview on #C09AE5 background

This text has black color on #C09AE5 background.


White color preview on #C09AE5 background

This text has white color on #C09AE5 background.