COLOR #C5C7CD

HEX: #C5C7CD
RGB: (197,199,205)

Color info

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

RGB color model

#C5C7CD color RGB value is (197,199,205).

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

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 205 of 255 = 80%

197
199
205

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

Portions of RGB colors in percentages

R + G + B =
197 + 199 + 205 = 601 (100%)
R 197 of 601 ~ 32.78%
G 199 of 601 ~ 33.11%
B 205 of 601 ~ 34.11%

%32.78
%33.11
%34.11

CMYK color model

#C5C7CD color CMYK value is (4,3,0,20).

  • cyan value is 3.90%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(4,3,0,20)
C4M3Y0K20 
(4%,3%,0%,20%)
(0.04/0.03/0.00/0.20)	

CMYK percentages

%3.9
%2.93
%0
%19.61

Codes

Color #C5C7CD in popluar color models

C5C7CD
RGB197199205
HSL225°7.41%78.82%
HSB/HSV225°3.90%80.39%
CMYK3.90%2.93%0.00%
19.61%

Color #C5C7CD in popluar number systems.

HEXC5C7CD
Decimal197199205
Binary110001011100011111001101
Octal305307315

Shades and tints

Shades of #C5C7CD

#C5C7CD
(197,199,205)
#B4B5BB
(180,181,187)
#A3A3A9
(163,163,169)
#929197
(146,145,151)
#817F85
(129,127,133)
#706D73
(112,109,115)
#5F5B61
(95,91,97)
#4E494F
(78,73,79)
#3D373D
(61,55,61)
#2C252B
(44,37,43)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #C5C7CD

#C5C7CD
(197,199,205)
#CACCD1
(202,204,209)
#CFD1D5
(207,209,213)
#D4D6D9
(212,214,217)
#D9DBDD
(217,219,221)
#DEE0E1
(222,224,225)
#E3E5E5
(227,229,229)
#E8EAE9
(232,234,233)
#EDEFED
(237,239,237)
#F2F4F1
(242,244,241)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7CD; }

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

This text font color is #C5C7CD.


Background Color

.myBgColor { background-color: #C5C7CD; }

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

This div background color is #C5C7CD.


Border color

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

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

This div border color is #C5C7CD.


Opacity

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

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

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

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

This text has shadow with #C5C7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C7CD on black background.


Color preview on white background

This text has color #C5C7CD on white background.



Black color preview on #C5C7CD background

This text has black color on #C5C7CD background.


White color preview on #C5C7CD background

This text has white color on #C5C7CD background.