COLOR #C4C5C5

HEX: #C4C5C5 RGB: (196,197,197)

Color info

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

RGB color model

#C4C5C5 color RGB value is (196,197,197).

RGB: (196,197,197) (77%, 77%, 77%)

RGB channels and saturation

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

196
197
197

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

Portions of RGB colors in percentages

R + G + B = 196 + 197 + 197 = 590 (100%)
R 196 of 590 ~ 33.22%
G 197 of 590 ~ 33.39%
B 197 of 590 ~ 33.39'%

%33.22
%33.39
%33.39

CMYK color model

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

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (1,0,0,23)
C1M0Y0K23 (1%, 0%, 0%, 23%)
(0.01 / 0.00 / 0.00 / 0.23)

CMYK percentages

%0.51
%0
%0
%22.75

Codes

Color #C4C5C5 in popluar color models

C4 C5 C5
RGB 196 197 197
HSL 180° 0.85% 77.06%
HSB/HSV 180° 0.51% 77.25%
CMYK 0.51% 0.00% 0.00%
22.75%

Color #C4C5C5 in popluar number systems.

HEX C4 C5 C5
Decimal 196 197 197
Binary 11000100 11000101 11000101
Octal 304 305 305

Shades and tints

Shades of #C4C5C5

#C4C5C5
(196,197,197)
#B3B4B4
(179,180,180)
#A2A3A3
(162,163,163)
#919292
(145,146,146)
#808181
(128,129,129)
#6F7070
(111,112,112)
#5E5F5F
(94,95,95)
#4D4E4E
(77,78,78)
#3C3D3D
(60,61,61)
#2B2C2C
(43,44,44)
#1A1B1B
(26,27,27)
#000000
(0,0,0)

Tints of #C4C5C5

#C4C5C5
(196,197,197)
#C9CACA
(201,202,202)
#CECFCF
(206,207,207)
#D3D4D4
(211,212,212)
#D8D9D9
(216,217,217)
#DDDEDE
(221,222,222)
#E2E3E3
(226,227,227)
#E7E8E8
(231,232,232)
#ECEDED
(236,237,237)
#F1F2F2
(241,242,242)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C5C5; }

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

This text font color is #C4C5C5.

Background Color

.myBgColor { background-color: #C4C5C5; }

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

This div background color is #C4C5C5.

Border color

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

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

This div border color is #C4C5C5.

Opacity

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

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

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

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

This text has shadow with #C4C5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C5C5.

Preview

Color preview on black background

This text has color #C4C5C5 on black background.


Color preview on white background

This text has color #C4C5C5 on white background.


Black color preview on #C4C5C5 background

This text has black color on #C4C5C5 background.


White color preview on #C4C5C5 background

This text has white color on #C4C5C5 background.


Related colors

Complementary color

Complementary color for #hex is #3B3A3A.


I love getcolorcode.com