COLOR #C5CAC8

HEX: #C5CAC8
RGB: (197,202,200)

Color info

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

RGB color model

#C5CAC8 color RGB value is (197,202,200).

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

RGB channels and saturation

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

197
202
200

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

Portions of RGB colors in percentages

R + G + B =
197 + 202 + 200 = 599 (100%)
R 197 of 599 ~ 32.89%
G 202 of 599 ~ 33.72%
B 200 of 599 ~ 33.39%

%32.89
%33.72
%33.39

CMYK color model

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

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 0.99%
  • key color value is 20.78%
CMYK:
(2,0,1,21)
C2M0Y1K21 
(2%,0%,1%,21%)
(0.02/0.00/0.01/0.21)	

CMYK percentages

%2.48
%0
%0.99
%20.78

Codes

Color #C5CAC8 in popluar color models

C5CAC8
RGB197202200
HSL156°4.50%78.24%
HSB/HSV156°2.48%79.22%
CMYK2.48%0.00%0.99%
20.78%

Color #C5CAC8 in popluar number systems.

HEXC5CAC8
Decimal197202200
Binary110001011100101011001000
Octal305312310

Shades and tints

Shades of #C5CAC8

#C5CAC8
(197,202,200)
#B4B8B6
(180,184,182)
#A3A6A4
(163,166,164)
#929492
(146,148,146)
#818280
(129,130,128)
#70706E
(112,112,110)
#5F5E5C
(95,94,92)
#4E4C4A
(78,76,74)
#3D3A38
(61,58,56)
#2C2826
(44,40,38)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5CAC8

#C5CAC8
(197,202,200)
#CACECD
(202,206,205)
#CFD2D2
(207,210,210)
#D4D6D7
(212,214,215)
#D9DADC
(217,218,220)
#DEDEE1
(222,222,225)
#E3E2E6
(227,226,230)
#E8E6EB
(232,230,235)
#EDEAF0
(237,234,240)
#F2EEF5
(242,238,245)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CAC8; }

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

This text font color is #C5CAC8.


Background Color

.myBgColor { background-color: #C5CAC8; }

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

This div background color is #C5CAC8.


Border color

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

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

This div border color is #C5CAC8.


Opacity

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

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

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

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

This text has shadow with #C5CAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CAC8 on black background.


Color preview on white background

This text has color #C5CAC8 on white background.



Black color preview on #C5CAC8 background

This text has black color on #C5CAC8 background.


White color preview on #C5CAC8 background

This text has white color on #C5CAC8 background.