COLOR #C5CAC6

HEX: #C5CAC6
RGB: (197,202,198)

Color info

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

RGB color model

#C5CAC6 color RGB value is (197,202,198).

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

RGB channels and saturation

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

197
202
198

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

Portions of RGB colors in percentages

R + G + B =
197 + 202 + 198 = 597 (100%)
R 197 of 597 ~ 33%
G 202 of 597 ~ 33.84%
B 198 of 597 ~ 33.17%

%33
%33.84
%33.17

CMYK color model

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

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 20.78%
CMYK:
(2,0,2,21)
C2M0Y2K21 
(2%,0%,2%,21%)
(0.02/0.00/0.02/0.21)	

CMYK percentages

%2.48
%0
%1.98
%20.78

Codes

Color #C5CAC6 in popluar color models

C5CAC6
RGB197202198
HSL132°4.50%78.24%
HSB/HSV132°2.48%79.22%
CMYK2.48%0.00%1.98%
20.78%

Color #C5CAC6 in popluar number systems.

HEXC5CAC6
Decimal197202198
Binary110001011100101011000110
Octal305312306

Shades and tints

Shades of #C5CAC6

#C5CAC6
(197,202,198)
#B4B8B4
(180,184,180)
#A3A6A2
(163,166,162)
#929490
(146,148,144)
#81827E
(129,130,126)
#70706C
(112,112,108)
#5F5E5A
(95,94,90)
#4E4C48
(78,76,72)
#3D3A36
(61,58,54)
#2C2824
(44,40,36)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #C5CAC6

#C5CAC6
(197,202,198)
#CACECB
(202,206,203)
#CFD2D0
(207,210,208)
#D4D6D5
(212,214,213)
#D9DADA
(217,218,218)
#DEDEDF
(222,222,223)
#E3E2E4
(227,226,228)
#E8E6E9
(232,230,233)
#EDEAEE
(237,234,238)
#F2EEF3
(242,238,243)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CAC6; }

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

This text font color is #C5CAC6.


Background Color

.myBgColor { background-color: #C5CAC6; }

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

This div background color is #C5CAC6.


Border color

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

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

This div border color is #C5CAC6.


Opacity

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

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

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

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

This text has shadow with #C5CAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CAC6 on black background.


Color preview on white background

This text has color #C5CAC6 on white background.



Black color preview on #C5CAC6 background

This text has black color on #C5CAC6 background.


White color preview on #C5CAC6 background

This text has white color on #C5CAC6 background.