COLOR #C09FA7

HEX: #C09FA7
RGB: (192,159,167)

Color info

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

RGB color model

#C09FA7 color RGB value is (192,159,167).

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

RGB channels and saturation

R 192 of 255 = 75%
G 159 of 255 = 62%
B 167 of 255 = 65%

192
159
167

R + G + B ~ 67%. #C09FA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 159 + 167 = 518 (100%)
R 192 of 518 ~ 37.07%
G 159 of 518 ~ 30.69%
B 167 of 518 ~ 32.24%

%37.07
%30.69
%32.24

CMYK color model

#C09FA7 color CMYK value is (0,17,13,25).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 13.02%
  • key color value is 24.71%
CMYK:
(0,17,13,25)
C0M17Y13K25 
(0%,17%,13%,25%)
(0.00/0.17/0.13/0.25)	

CMYK percentages

%0
%17.19
%13.02
%24.71

Codes

Color #C09FA7 in popluar color models

C09FA7
RGB192159167
HSL345°20.75%68.82%
HSB/HSV345°17.19%75.29%
CMYK0.00%17.19%13.02%
24.71%

Color #C09FA7 in popluar number systems.

HEXC09FA7
Decimal192159167
Binary110000001001111110100111
Octal300237247

Shades and tints

Shades of #C09FA7

#C09FA7
(192,159,167)
#AF9198
(175,145,152)
#9E8389
(158,131,137)
#8D757A
(141,117,122)
#7C676B
(124,103,107)
#6B595C
(107,89,92)
#5A4B4D
(90,75,77)
#493D3E
(73,61,62)
#382F2F
(56,47,47)
#272120
(39,33,32)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #C09FA7

#C09FA7
(192,159,167)
#C5A7AF
(197,167,175)
#CAAFB7
(202,175,183)
#CFB7BF
(207,183,191)
#D4BFC7
(212,191,199)
#D9C7CF
(217,199,207)
#DECFD7
(222,207,215)
#E3D7DF
(227,215,223)
#E8DFE7
(232,223,231)
#EDE7EF
(237,231,239)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09FA7; }

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

This text font color is #C09FA7.


Background Color

.myBgColor { background-color: #C09FA7; }

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

This div background color is #C09FA7.


Border color

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

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

This div border color is #C09FA7.


Opacity

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

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

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

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

This text has shadow with #C09FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09FA7 on black background.


Color preview on white background

This text has color #C09FA7 on white background.



Black color preview on #C09FA7 background

This text has black color on #C09FA7 background.


White color preview on #C09FA7 background

This text has white color on #C09FA7 background.