COLOR #C09FAA

HEX: #C09FAA
RGB: (192,159,170)

Color info

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

RGB color model

#C09FAA color RGB value is (192,159,170).

  • red value is 192;
  • green value is 159;
  • blue value is 170.
RGB:
(192,159,170)
(75%,62%,67%)

RGB channels and saturation

R 192 of 255 = 75%
G 159 of 255 = 62%
B 170 of 255 = 67%

192
159
170

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

Portions of RGB colors in percentages

R + G + B =
192 + 159 + 170 = 521 (100%)
R 192 of 521 ~ 36.85%
G 159 of 521 ~ 30.52%
B 170 of 521 ~ 32.63%

%36.85
%30.52
%32.63

CMYK color model

#C09FAA color CMYK value is (0,17,11,25).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 11.46%
  • key color value is 24.71%
CMYK:
(0,17,11,25)
C0M17Y11K25 
(0%,17%,11%,25%)
(0.00/0.17/0.11/0.25)	

CMYK percentages

%0
%17.19
%11.46
%24.71

Codes

Color #C09FAA in popluar color models

C09FAA
RGB192159170
HSL340°20.75%68.82%
HSB/HSV340°17.19%75.29%
CMYK0.00%17.19%11.46%
24.71%

Color #C09FAA in popluar number systems.

HEXC09FAA
Decimal192159170
Binary110000001001111110101010
Octal300237252

Shades and tints

Shades of #C09FAA

#C09FAA
(192,159,170)
#AF919B
(175,145,155)
#9E838C
(158,131,140)
#8D757D
(141,117,125)
#7C676E
(124,103,110)
#6B595F
(107,89,95)
#5A4B50
(90,75,80)
#493D41
(73,61,65)
#382F32
(56,47,50)
#272123
(39,33,35)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #C09FAA

#C09FAA
(192,159,170)
#C5A7B1
(197,167,177)
#CAAFB8
(202,175,184)
#CFB7BF
(207,183,191)
#D4BFC6
(212,191,198)
#D9C7CD
(217,199,205)
#DECFD4
(222,207,212)
#E3D7DB
(227,215,219)
#E8DFE2
(232,223,226)
#EDE7E9
(237,231,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09FAA color. Also use rgb(192,159,170) instead hex code.

Text Font Color

.myTextColor { color: #C09FAA; }

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

This text font color is #C09FAA.


Background Color

.myBgColor { background-color: #C09FAA; }

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

This div background color is #C09FAA.


Border color

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

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

This div border color is #C09FAA.


Opacity

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

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

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

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

This text has shadow with #C09FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09FAA on black background.


Color preview on white background

This text has color #C09FAA on white background.



Black color preview on #C09FAA background

This text has black color on #C09FAA background.


White color preview on #C09FAA background

This text has white color on #C09FAA background.