COLOR #C5C7C0

HEX: #C5C7C0
RGB: (197,199,192)

Color info

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

RGB color model

#C5C7C0 color RGB value is (197,199,192).

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

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 192 of 255 = 75%

197
199
192

R + G + B ~ 77%. #C5C7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 199 + 192 = 588 (100%)
R 197 of 588 ~ 33.5%
G 199 of 588 ~ 33.84%
B 192 of 588 ~ 32.65%

%33.5
%33.84
%32.65

CMYK color model

#C5C7C0 color CMYK value is (1,0,4,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 21.96%
CMYK:
(1,0,4,22)
C1M0Y4K22 
(1%,0%,4%,22%)
(0.01/0.00/0.04/0.22)	

CMYK percentages

%1.01
%0
%3.52
%21.96

Codes

Color #C5C7C0 in popluar color models

C5C7C0
RGB197199192
HSL77°5.88%76.67%
HSB/HSV77°3.52%78.04%
CMYK1.01%0.00%3.52%
21.96%

Color #C5C7C0 in popluar number systems.

HEXC5C7C0
Decimal197199192
Binary110001011100011111000000
Octal305307300

Shades and tints

Shades of #C5C7C0

#C5C7C0
(197,199,192)
#B4B5AF
(180,181,175)
#A3A39E
(163,163,158)
#92918D
(146,145,141)
#817F7C
(129,127,124)
#706D6B
(112,109,107)
#5F5B5A
(95,91,90)
#4E4949
(78,73,73)
#3D3738
(61,55,56)
#2C2527
(44,37,39)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #C5C7C0

#C5C7C0
(197,199,192)
#CACCC5
(202,204,197)
#CFD1CA
(207,209,202)
#D4D6CF
(212,214,207)
#D9DBD4
(217,219,212)
#DEE0D9
(222,224,217)
#E3E5DE
(227,229,222)
#E8EAE3
(232,234,227)
#EDEFE8
(237,239,232)
#F2F4ED
(242,244,237)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7C0; }

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

This text font color is #C5C7C0.


Background Color

.myBgColor { background-color: #C5C7C0; }

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

This div background color is #C5C7C0.


Border color

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

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

This div border color is #C5C7C0.


Opacity

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

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

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

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

This text has shadow with #C5C7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C7C0 on black background.


Color preview on white background

This text has color #C5C7C0 on white background.



Black color preview on #C5C7C0 background

This text has black color on #C5C7C0 background.


White color preview on #C5C7C0 background

This text has white color on #C5C7C0 background.