COLOR #C5C5C6

HEX: #C5C5C6
RGB: (197,197,198)

Color info

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

RGB color model

#C5C5C6 color RGB value is (197,197,198).

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

RGB channels and saturation

R 197 of 255 = 77%
G 197 of 255 = 77%
B 198 of 255 = 78%

197
197
198

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

Portions of RGB colors in percentages

R + G + B =
197 + 197 + 198 = 592 (100%)
R 197 of 592 ~ 33.28%
G 197 of 592 ~ 33.28%
B 198 of 592 ~ 33.45%

%33.28
%33.28
%33.45

CMYK color model

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

  • cyan value is 0.51%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(1,1,0,22)
C1M1Y0K22 
(1%,1%,0%,22%)
(0.01/0.01/0.00/0.22)	

CMYK percentages

%0.51
%0.51
%0
%22.35

Codes

Color #C5C5C6 in popluar color models

C5C5C6
RGB197197198
HSL240°0.87%77.45%
HSB/HSV240°0.51%77.65%
CMYK0.51%0.51%0.00%
22.35%

Color #C5C5C6 in popluar number systems.

HEXC5C5C6
Decimal197197198
Binary110001011100010111000110
Octal305305306

Shades and tints

Shades of #C5C5C6

#C5C5C6
(197,197,198)
#B4B4B4
(180,180,180)
#A3A3A2
(163,163,162)
#929290
(146,146,144)
#81817E
(129,129,126)
#70706C
(112,112,108)
#5F5F5A
(95,95,90)
#4E4E48
(78,78,72)
#3D3D36
(61,61,54)
#2C2C24
(44,44,36)
#1B1B12
(27,27,18)
#000000
(0,0,0)

Tints of #C5C5C6

#C5C5C6
(197,197,198)
#CACACB
(202,202,203)
#CFCFD0
(207,207,208)
#D4D4D5
(212,212,213)
#D9D9DA
(217,217,218)
#DEDEDF
(222,222,223)
#E3E3E4
(227,227,228)
#E8E8E9
(232,232,233)
#EDEDEE
(237,237,238)
#F2F2F3
(242,242,243)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C5C6; }

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

This text font color is #C5C5C6.


Background Color

.myBgColor { background-color: #C5C5C6; }

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

This div background color is #C5C5C6.


Border color

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

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

This div border color is #C5C5C6.


Opacity

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

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

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

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

This text has shadow with #C5C5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C5C6 on black background.


Color preview on white background

This text has color #C5C5C6 on white background.



Black color preview on #C5C5C6 background

This text has black color on #C5C5C6 background.


White color preview on #C5C5C6 background

This text has white color on #C5C5C6 background.