COLOR #C5C4C7

HEX: #C5C4C7
RGB: (197,196,199)

Color info

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

RGB color model

#C5C4C7 color RGB value is (197,196,199).

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

RGB channels and saturation

R 197 of 255 = 77%
G 196 of 255 = 77%
B 199 of 255 = 78%

197
196
199

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

Portions of RGB colors in percentages

R + G + B =
197 + 196 + 199 = 592 (100%)
R 197 of 592 ~ 33.28%
G 196 of 592 ~ 33.11%
B 199 of 592 ~ 33.61%

%33.28
%33.11
%33.61

CMYK color model

#C5C4C7 color CMYK value is (1,2,0,22).

  • cyan value is 1.01%
  • magenta value is 1.51%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(1,2,0,22)
C1M2Y0K22 
(1%,2%,0%,22%)
(0.01/0.02/0.00/0.22)	

CMYK percentages

%1.01
%1.51
%0
%21.96

Codes

Color #C5C4C7 in popluar color models

C5C4C7
RGB197196199
HSL260°2.61%77.45%
HSB/HSV260°1.51%78.04%
CMYK1.01%1.51%0.00%
21.96%

Color #C5C4C7 in popluar number systems.

HEXC5C4C7
Decimal197196199
Binary110001011100010011000111
Octal305304307

Shades and tints

Shades of #C5C4C7

#C5C4C7
(197,196,199)
#B4B3B5
(180,179,181)
#A3A2A3
(163,162,163)
#929191
(146,145,145)
#81807F
(129,128,127)
#706F6D
(112,111,109)
#5F5E5B
(95,94,91)
#4E4D49
(78,77,73)
#3D3C37
(61,60,55)
#2C2B25
(44,43,37)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #C5C4C7

#C5C4C7
(197,196,199)
#CAC9CC
(202,201,204)
#CFCED1
(207,206,209)
#D4D3D6
(212,211,214)
#D9D8DB
(217,216,219)
#DEDDE0
(222,221,224)
#E3E2E5
(227,226,229)
#E8E7EA
(232,231,234)
#EDECEF
(237,236,239)
#F2F1F4
(242,241,244)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C4C7; }

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

This text font color is #C5C4C7.


Background Color

.myBgColor { background-color: #C5C4C7; }

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

This div background color is #C5C4C7.


Border color

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

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

This div border color is #C5C4C7.


Opacity

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

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

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

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

This text has shadow with #C5C4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C4C7 on black background.


Color preview on white background

This text has color #C5C4C7 on white background.



Black color preview on #C5C4C7 background

This text has black color on #C5C4C7 background.


White color preview on #C5C4C7 background

This text has white color on #C5C4C7 background.