COLOR #C09EAE

HEX: #C09EAE
RGB: (192,158,174)

Color info

#C09EAE contains red, green and blue colors in about the same proportion. Web safe color of #C09EAE is #CC9999 (or #C99).

RGB color model

#C09EAE color RGB value is (192,158,174).

  • red value is 192;
  • green value is 158;
  • blue value is 174.
RGB:
(192,158,174)
(75%,62%,68%)

RGB channels and saturation

R 192 of 255 = 75%
G 158 of 255 = 62%
B 174 of 255 = 68%

192
158
174

R + G + B ~ 68%. #C09EAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 158 + 174 = 524 (100%)
R 192 of 524 ~ 36.64%
G 158 of 524 ~ 30.15%
B 174 of 524 ~ 33.21%

%36.64
%30.15
%33.21

CMYK color model

#C09EAE color CMYK value is (0,18,9,25).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 9.38%
  • key color value is 24.71%
CMYK:
(0,18,9,25)
C0M18Y9K25 
(0%,18%,9%,25%)
(0.00/0.18/0.09/0.25)	

CMYK percentages

%0
%17.71
%9.38
%24.71

Codes

Color #C09EAE in popluar color models

C09EAE
RGB192158174
HSL332°21.25%68.63%
HSB/HSV332°17.71%75.29%
CMYK0.00%17.71%9.38%
24.71%

Color #C09EAE in popluar number systems.

HEXC09EAE
Decimal192158174
Binary110000001001111010101110
Octal300236256

Shades and tints

Shades of #C09EAE

#C09EAE
(192,158,174)
#AF909F
(175,144,159)
#9E8290
(158,130,144)
#8D7481
(141,116,129)
#7C6672
(124,102,114)
#6B5863
(107,88,99)
#5A4A54
(90,74,84)
#493C45
(73,60,69)
#382E36
(56,46,54)
#272027
(39,32,39)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #C09EAE

#C09EAE
(192,158,174)
#C5A6B5
(197,166,181)
#CAAEBC
(202,174,188)
#CFB6C3
(207,182,195)
#D4BECA
(212,190,202)
#D9C6D1
(217,198,209)
#DECED8
(222,206,216)
#E3D6DF
(227,214,223)
#E8DEE6
(232,222,230)
#EDE6ED
(237,230,237)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09EAE color. Also use rgb(192,158,174) instead hex code.

Text Font Color

.myTextColor { color: #C09EAE; }

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

This text font color is #C09EAE.


Background Color

.myBgColor { background-color: #C09EAE; }

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

This div background color is #C09EAE.


Border color

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

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

This div border color is #C09EAE.


Opacity

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

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

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

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

This text has shadow with #C09EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09EAE on black background.


Color preview on white background

This text has color #C09EAE on white background.



Black color preview on #C09EAE background

This text has black color on #C09EAE background.


White color preview on #C09EAE background

This text has white color on #C09EAE background.