COLOR #C09EA8

HEX: #C09EA8
RGB: (192,158,168)

Color info

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

RGB color model

#C09EA8 color RGB value is (192,158,168).

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

RGB channels and saturation

R 192 of 255 = 75%
G 158 of 255 = 62%
B 168 of 255 = 66%

192
158
168

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

Portions of RGB colors in percentages

R + G + B =
192 + 158 + 168 = 518 (100%)
R 192 of 518 ~ 37.07%
G 158 of 518 ~ 30.5%
B 168 of 518 ~ 32.43%

%37.07
%30.5
%32.43

CMYK color model

#C09EA8 color CMYK value is (0,18,13,25).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 12.50%
  • key color value is 24.71%
CMYK:
(0,18,13,25)
C0M18Y13K25 
(0%,18%,13%,25%)
(0.00/0.18/0.13/0.25)	

CMYK percentages

%0
%17.71
%12.5
%24.71

Codes

Color #C09EA8 in popluar color models

C09EA8
RGB192158168
HSL342°21.25%68.63%
HSB/HSV342°17.71%75.29%
CMYK0.00%17.71%12.50%
24.71%

Color #C09EA8 in popluar number systems.

HEXC09EA8
Decimal192158168
Binary110000001001111010101000
Octal300236250

Shades and tints

Shades of #C09EA8

#C09EA8
(192,158,168)
#AF9099
(175,144,153)
#9E828A
(158,130,138)
#8D747B
(141,116,123)
#7C666C
(124,102,108)
#6B585D
(107,88,93)
#5A4A4E
(90,74,78)
#493C3F
(73,60,63)
#382E30
(56,46,48)
#272021
(39,32,33)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #C09EA8

#C09EA8
(192,158,168)
#C5A6AF
(197,166,175)
#CAAEB6
(202,174,182)
#CFB6BD
(207,182,189)
#D4BEC4
(212,190,196)
#D9C6CB
(217,198,203)
#DECED2
(222,206,210)
#E3D6D9
(227,214,217)
#E8DEE0
(232,222,224)
#EDE6E7
(237,230,231)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09EA8; }

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

This text font color is #C09EA8.


Background Color

.myBgColor { background-color: #C09EA8; }

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

This div background color is #C09EA8.


Border color

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

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

This div border color is #C09EA8.


Opacity

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

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

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

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

This text has shadow with #C09EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09EA8 on black background.


Color preview on white background

This text has color #C09EA8 on white background.



Black color preview on #C09EA8 background

This text has black color on #C09EA8 background.


White color preview on #C09EA8 background

This text has white color on #C09EA8 background.