COLOR #C7C0CF

HEX: #C7C0CF
RGB: (199,192,207)

Color info

#C7C0CF contains red, green and blue colors in about the same proportion. Web safe color of #C7C0CF is #CCCCCC (or #CCC).

RGB color model

#C7C0CF color RGB value is (199,192,207).

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

RGB channels and saturation

R 199 of 255 = 78%
G 192 of 255 = 75%
B 207 of 255 = 81%

199
192
207

R + G + B ~ 78%. #C7C0CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 192 + 207 = 598 (100%)
R 199 of 598 ~ 33.28%
G 192 of 598 ~ 32.11%
B 207 of 598 ~ 34.62%

%33.28
%32.11
%34.62

CMYK color model

#C7C0CF color CMYK value is (4,7,0,19).

  • cyan value is 3.86%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(4,7,0,19)
C4M7Y0K19 
(4%,7%,0%,19%)
(0.04/0.07/0.00/0.19)	

CMYK percentages

%3.86
%7.25
%0
%18.82

Codes

Color #C7C0CF in popluar color models

C7C0CF
RGB199192207
HSL268°13.51%78.24%
HSB/HSV268°7.25%81.18%
CMYK3.86%7.25%0.00%
18.82%

Color #C7C0CF in popluar number systems.

HEXC7C0CF
Decimal199192207
Binary110001111100000011001111
Octal307300317

Shades and tints

Shades of #C7C0CF

#C7C0CF
(199,192,207)
#B5AFBD
(181,175,189)
#A39EAB
(163,158,171)
#918D99
(145,141,153)
#7F7C87
(127,124,135)
#6D6B75
(109,107,117)
#5B5A63
(91,90,99)
#494951
(73,73,81)
#37383F
(55,56,63)
#25272D
(37,39,45)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #C7C0CF

#C7C0CF
(199,192,207)
#CCC5D3
(204,197,211)
#D1CAD7
(209,202,215)
#D6CFDB
(214,207,219)
#DBD4DF
(219,212,223)
#E0D9E3
(224,217,227)
#E5DEE7
(229,222,231)
#EAE3EB
(234,227,235)
#EFE8EF
(239,232,239)
#F4EDF3
(244,237,243)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C0CF; }

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

This text font color is #C7C0CF.


Background Color

.myBgColor { background-color: #C7C0CF; }

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

This div background color is #C7C0CF.


Border color

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

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

This div border color is #C7C0CF.


Opacity

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

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

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

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

This text has shadow with #C7C0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C0CF on black background.


Color preview on white background

This text has color #C7C0CF on white background.



Black color preview on #C7C0CF background

This text has black color on #C7C0CF background.


White color preview on #C7C0CF background

This text has white color on #C7C0CF background.