COLOR #C0A7BD

HEX: #C0A7BD
RGB: (192,167,189)

Color info

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

RGB color model

#C0A7BD color RGB value is (192,167,189).

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

RGB channels and saturation

R 192 of 255 = 75%
G 167 of 255 = 65%
B 189 of 255 = 74%

192
167
189

R + G + B ~ 71%. #C0A7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 167 + 189 = 548 (100%)
R 192 of 548 ~ 35.04%
G 167 of 548 ~ 30.47%
B 189 of 548 ~ 34.49%

%35.04
%30.47
%34.49

CMYK color model

#C0A7BD color CMYK value is (0,13,2,25).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 1.56%
  • key color value is 24.71%
CMYK:
(0,13,2,25)
C0M13Y2K25 
(0%,13%,2%,25%)
(0.00/0.13/0.02/0.25)	

CMYK percentages

%0
%13.02
%1.56
%24.71

Codes

Color #C0A7BD in popluar color models

C0A7BD
RGB192167189
HSL307°16.56%70.39%
HSB/HSV307°13.02%75.29%
CMYK0.00%13.02%1.56%
24.71%

Color #C0A7BD in popluar number systems.

HEXC0A7BD
Decimal192167189
Binary110000001010011110111101
Octal300247275

Shades and tints

Shades of #C0A7BD

#C0A7BD
(192,167,189)
#AF98AC
(175,152,172)
#9E899B
(158,137,155)
#8D7A8A
(141,122,138)
#7C6B79
(124,107,121)
#6B5C68
(107,92,104)
#5A4D57
(90,77,87)
#493E46
(73,62,70)
#382F35
(56,47,53)
#272024
(39,32,36)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #C0A7BD

#C0A7BD
(192,167,189)
#C5AFC3
(197,175,195)
#CAB7C9
(202,183,201)
#CFBFCF
(207,191,207)
#D4C7D5
(212,199,213)
#D9CFDB
(217,207,219)
#DED7E1
(222,215,225)
#E3DFE7
(227,223,231)
#E8E7ED
(232,231,237)
#EDEFF3
(237,239,243)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A7BD; }

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

This text font color is #C0A7BD.


Background Color

.myBgColor { background-color: #C0A7BD; }

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

This div background color is #C0A7BD.


Border color

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

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

This div border color is #C0A7BD.


Opacity

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

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

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

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

This text has shadow with #C0A7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A7BD on black background.


Color preview on white background

This text has color #C0A7BD on white background.



Black color preview on #C0A7BD background

This text has black color on #C0A7BD background.


White color preview on #C0A7BD background

This text has white color on #C0A7BD background.