COLOR #C0A9CF

HEX: #C0A9CF
RGB: (192,169,207)

Color info

#C0A9CF contains red, green and blue colors in about the same proportion. Web safe color of #C0A9CF is #CC99CC (or #C9C).

RGB color model

#C0A9CF color RGB value is (192,169,207).

  • red value is 192;
  • green value is 169;
  • blue value is 207.
RGB:
(192,169,207)
(75%,66%,81%)

RGB channels and saturation

R 192 of 255 = 75%
G 169 of 255 = 66%
B 207 of 255 = 81%

192
169
207

R + G + B ~ 74%. #C0A9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 169 + 207 = 568 (100%)
R 192 of 568 ~ 33.8%
G 169 of 568 ~ 29.75%
B 207 of 568 ~ 36.44%

%33.8
%29.75
%36.44

CMYK color model

#C0A9CF color CMYK value is (7,18,0,19).

  • cyan value is 7.25%
  • magenta value is 18.36%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(7,18,0,19)
C7M18Y0K19 
(7%,18%,0%,19%)
(0.07/0.18/0.00/0.19)	

CMYK percentages

%7.25
%18.36
%0
%18.82

Codes

Color #C0A9CF in popluar color models

C0A9CF
RGB192169207
HSL276°28.36%73.73%
HSB/HSV276°18.36%81.18%
CMYK7.25%18.36%0.00%
18.82%

Color #C0A9CF in popluar number systems.

HEXC0A9CF
Decimal192169207
Binary110000001010100111001111
Octal300251317

Shades and tints

Shades of #C0A9CF

#C0A9CF
(192,169,207)
#AF9ABD
(175,154,189)
#9E8BAB
(158,139,171)
#8D7C99
(141,124,153)
#7C6D87
(124,109,135)
#6B5E75
(107,94,117)
#5A4F63
(90,79,99)
#494051
(73,64,81)
#38313F
(56,49,63)
#27222D
(39,34,45)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #C0A9CF

#C0A9CF
(192,169,207)
#C5B0D3
(197,176,211)
#CAB7D7
(202,183,215)
#CFBEDB
(207,190,219)
#D4C5DF
(212,197,223)
#D9CCE3
(217,204,227)
#DED3E7
(222,211,231)
#E3DAEB
(227,218,235)
#E8E1EF
(232,225,239)
#EDE8F3
(237,232,243)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A9CF color. Also use rgb(192,169,207) instead hex code.

Text Font Color

.myTextColor { color: #C0A9CF; }

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

This text font color is #C0A9CF.


Background Color

.myBgColor { background-color: #C0A9CF; }

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

This div background color is #C0A9CF.


Border color

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

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

This div border color is #C0A9CF.


Opacity

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

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

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

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

This text has shadow with #C0A9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A9CF on black background.


Color preview on white background

This text has color #C0A9CF on white background.



Black color preview on #C0A9CF background

This text has black color on #C0A9CF background.


White color preview on #C0A9CF background

This text has white color on #C0A9CF background.