COLOR #C5C4C1

HEX: #C5C4C1
RGB: (197,196,193)

Color info

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

RGB color model

#C5C4C1 color RGB value is (197,196,193).

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

RGB channels and saturation

R 197 of 255 = 77%
G 196 of 255 = 77%
B 193 of 255 = 76%

197
196
193

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

Portions of RGB colors in percentages

R + G + B =
197 + 196 + 193 = 586 (100%)
R 197 of 586 ~ 33.62%
G 196 of 586 ~ 33.45%
B 193 of 586 ~ 32.94%

%33.62
%33.45
%32.94

CMYK color model

#C5C4C1 color CMYK value is (0,1,2,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 2.03%
  • key color value is 22.75%
CMYK:
(0,1,2,23)
C0M1Y2K23 
(0%,1%,2%,23%)
(0.00/0.01/0.02/0.23)	

CMYK percentages

%0
%0.51
%2.03
%22.75

Codes

Color #C5C4C1 in popluar color models

C5C4C1
RGB197196193
HSL45°3.33%76.47%
HSB/HSV45°2.03%77.25%
CMYK0.00%0.51%2.03%
22.75%

Color #C5C4C1 in popluar number systems.

HEXC5C4C1
Decimal197196193
Binary110001011100010011000001
Octal305304301

Shades and tints

Shades of #C5C4C1

#C5C4C1
(197,196,193)
#B4B3B0
(180,179,176)
#A3A29F
(163,162,159)
#92918E
(146,145,142)
#81807D
(129,128,125)
#706F6C
(112,111,108)
#5F5E5B
(95,94,91)
#4E4D4A
(78,77,74)
#3D3C39
(61,60,57)
#2C2B28
(44,43,40)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #C5C4C1

#C5C4C1
(197,196,193)
#CAC9C6
(202,201,198)
#CFCECB
(207,206,203)
#D4D3D0
(212,211,208)
#D9D8D5
(217,216,213)
#DEDDDA
(222,221,218)
#E3E2DF
(227,226,223)
#E8E7E4
(232,231,228)
#EDECE9
(237,236,233)
#F2F1EE
(242,241,238)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C4C1; }

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

This text font color is #C5C4C1.


Background Color

.myBgColor { background-color: #C5C4C1; }

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

This div background color is #C5C4C1.


Border color

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

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

This div border color is #C5C4C1.


Opacity

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

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

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

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

This text has shadow with #C5C4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C4C1 on black background.


Color preview on white background

This text has color #C5C4C1 on white background.



Black color preview on #C5C4C1 background

This text has black color on #C5C4C1 background.


White color preview on #C5C4C1 background

This text has white color on #C5C4C1 background.