COLOR #C5C8C4

HEX: #C5C8C4
RGB: (197,200,196)

Color info

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

RGB color model

#C5C8C4 color RGB value is (197,200,196).

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

RGB channels and saturation

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

197
200
196

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

Portions of RGB colors in percentages

R + G + B =
197 + 200 + 196 = 593 (100%)
R 197 of 593 ~ 33.22%
G 200 of 593 ~ 33.73%
B 196 of 593 ~ 33.05%

%33.22
%33.73
%33.05

CMYK color model

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

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 21.57%
CMYK:
(1,0,2,22)
C1M0Y2K22 
(1%,0%,2%,22%)
(0.01/0.00/0.02/0.22)	

CMYK percentages

%1.5
%0
%2
%21.57

Codes

Color #C5C8C4 in popluar color models

C5C8C4
RGB197200196
HSL105°3.51%77.65%
HSB/HSV105°2.00%78.43%
CMYK1.50%0.00%2.00%
21.57%

Color #C5C8C4 in popluar number systems.

HEXC5C8C4
Decimal197200196
Binary110001011100100011000100
Octal305310304

Shades and tints

Shades of #C5C8C4

#C5C8C4
(197,200,196)
#B4B6B3
(180,182,179)
#A3A4A2
(163,164,162)
#929291
(146,146,145)
#818080
(129,128,128)
#706E6F
(112,110,111)
#5F5C5E
(95,92,94)
#4E4A4D
(78,74,77)
#3D383C
(61,56,60)
#2C262B
(44,38,43)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #C5C8C4

#C5C8C4
(197,200,196)
#CACDC9
(202,205,201)
#CFD2CE
(207,210,206)
#D4D7D3
(212,215,211)
#D9DCD8
(217,220,216)
#DEE1DD
(222,225,221)
#E3E6E2
(227,230,226)
#E8EBE7
(232,235,231)
#EDF0EC
(237,240,236)
#F2F5F1
(242,245,241)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C8C4; }

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

This text font color is #C5C8C4.


Background Color

.myBgColor { background-color: #C5C8C4; }

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

This div background color is #C5C8C4.


Border color

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

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

This div border color is #C5C8C4.


Opacity

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

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

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

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

This text has shadow with #C5C8C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C8C4 on black background.


Color preview on white background

This text has color #C5C8C4 on white background.



Black color preview on #C5C8C4 background

This text has black color on #C5C8C4 background.


White color preview on #C5C8C4 background

This text has white color on #C5C8C4 background.