COLOR #C7C5C5

HEX: #C7C5C5 RGB: (199,197,197)

Color info

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

RGB color model

#C7C5C5 color RGB value is (199,197,197).

RGB: (199,197,197) (78%, 77%, 77%)

RGB channels and saturation

R 199 of 255 = 78%
G 197 of 255 = 77%
B 197 of 255 = 77%

199
197
197

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

Portions of RGB colors in percentages

R + G + B = 199 + 197 + 197 = 593 (100%)
R 199 of 593 ~ 33.56%
G 197 of 593 ~ 33.22%
B 197 of 593 ~ 33.22'%

%33.56
%33.22
%33.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 1.01%
  • key color value is 21.96%

CMYK: (0,1,1,22)
C0M1Y1K22 (0%, 1%, 1%, 22%)
(0.00 / 0.01 / 0.01 / 0.22)

CMYK percentages

%0
%1.01
%1.01
%21.96

Codes

Color #C7C5C5 in popluar color models

C7 C5 C5
RGB 199 197 197
HSL 1.75% 77.65%
HSB/HSV 1.01% 78.04%
CMYK 0.00% 1.01% 1.01%
21.96%

Color #C7C5C5 in popluar number systems.

HEX C7 C5 C5
Decimal 199 197 197
Binary 11000111 11000101 11000101
Octal 307 305 305

Shades and tints

Shades of #C7C5C5

#C7C5C5
(199,197,197)
#B5B4B4
(181,180,180)
#A3A3A3
(163,163,163)
#919292
(145,146,146)
#7F8181
(127,129,129)
#6D7070
(109,112,112)
#5B5F5F
(91,95,95)
#494E4E
(73,78,78)
#373D3D
(55,61,61)
#252C2C
(37,44,44)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #C7C5C5

#C7C5C5
(199,197,197)
#CCCACA
(204,202,202)
#D1CFCF
(209,207,207)
#D6D4D4
(214,212,212)
#DBD9D9
(219,217,217)
#E0DEDE
(224,222,222)
#E5E3E3
(229,227,227)
#EAE8E8
(234,232,232)
#EFEDED
(239,237,237)
#F4F2F2
(244,242,242)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C5C5; }

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

This text font color is #C7C5C5.

Background Color

.myBgColor { background-color: #C7C5C5; }

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

This div background color is #C7C5C5.

Border color

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

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

This div border color is #C7C5C5.

Opacity

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

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

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

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

This text has shadow with #C7C5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C5C5.

Preview

Color preview on black background

This text has color #C7C5C5 on black background.


Color preview on white background

This text has color #C7C5C5 on white background.


Black color preview on #C7C5C5 background

This text has black color on #C7C5C5 background.


White color preview on #C7C5C5 background

This text has white color on #C7C5C5 background.


Related colors

Complementary color

Complementary color for #hex is #383A3A.


I love getcolorcode.com