COLOR #C5C8C9

HEX: #C5C8C9
RGB: (197,200,201)

Color info

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

RGB color model

#C5C8C9 color RGB value is (197,200,201).

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

RGB channels and saturation

R 197 of 255 = 77%
G 200 of 255 = 78%
B 201 of 255 = 79%

197
200
201

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

Portions of RGB colors in percentages

R + G + B =
197 + 200 + 201 = 598 (100%)
R 197 of 598 ~ 32.94%
G 200 of 598 ~ 33.44%
B 201 of 598 ~ 33.61%

%32.94
%33.44
%33.61

CMYK color model

#C5C8C9 color CMYK value is (2,0,0,21).

  • cyan value is 1.99%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(2,0,0,21)
C2M0Y0K21 
(2%,0%,0%,21%)
(0.02/0.00/0.00/0.21)	

CMYK percentages

%1.99
%0.5
%0
%21.18

Codes

Color #C5C8C9 in popluar color models

C5C8C9
RGB197200201
HSL195°3.57%78.04%
HSB/HSV195°1.99%78.82%
CMYK1.99%0.50%0.00%
21.18%

Color #C5C8C9 in popluar number systems.

HEXC5C8C9
Decimal197200201
Binary110001011100100011001001
Octal305310311

Shades and tints

Shades of #C5C8C9

#C5C8C9
(197,200,201)
#B4B6B7
(180,182,183)
#A3A4A5
(163,164,165)
#929293
(146,146,147)
#818081
(129,128,129)
#706E6F
(112,110,111)
#5F5C5D
(95,92,93)
#4E4A4B
(78,74,75)
#3D3839
(61,56,57)
#2C2627
(44,38,39)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #C5C8C9

#C5C8C9
(197,200,201)
#CACDCD
(202,205,205)
#CFD2D1
(207,210,209)
#D4D7D5
(212,215,213)
#D9DCD9
(217,220,217)
#DEE1DD
(222,225,221)
#E3E6E1
(227,230,225)
#E8EBE5
(232,235,229)
#EDF0E9
(237,240,233)
#F2F5ED
(242,245,237)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C8C9; }

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

This text font color is #C5C8C9.


Background Color

.myBgColor { background-color: #C5C8C9; }

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

This div background color is #C5C8C9.


Border color

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

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

This div border color is #C5C8C9.


Opacity

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

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

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

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

This text has shadow with #C5C8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C8C9 on black background.


Color preview on white background

This text has color #C5C8C9 on white background.



Black color preview on #C5C8C9 background

This text has black color on #C5C8C9 background.


White color preview on #C5C8C9 background

This text has white color on #C5C8C9 background.