COLOR #C6C7C5

HEX: #C6C7C5
RGB: (198,199,197)

Color info

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

RGB color model

#C6C7C5 color RGB value is (198,199,197).

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

RGB channels and saturation

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

198
199
197

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

Portions of RGB colors in percentages

R + G + B =
198 + 199 + 197 = 594 (100%)
R 198 of 594 ~ 33.33%
G 199 of 594 ~ 33.5%
B 197 of 594 ~ 33.16%

%33.33
%33.5
%33.16

CMYK color model

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

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 21.96%
CMYK:
(1,0,1,22)
C1M0Y1K22 
(1%,0%,1%,22%)
(0.01/0.00/0.01/0.22)	

CMYK percentages

%0.5
%0
%1.01
%21.96

Codes

Color #C6C7C5 in popluar color models

C6C7C5
RGB198199197
HSL90°1.75%77.65%
HSB/HSV90°1.01%78.04%
CMYK0.50%0.00%1.01%
21.96%

Color #C6C7C5 in popluar number systems.

HEXC6C7C5
Decimal198199197
Binary110001101100011111000101
Octal306307305

Shades and tints

Shades of #C6C7C5

#C6C7C5
(198,199,197)
#B4B5B4
(180,181,180)
#A2A3A3
(162,163,163)
#909192
(144,145,146)
#7E7F81
(126,127,129)
#6C6D70
(108,109,112)
#5A5B5F
(90,91,95)
#48494E
(72,73,78)
#36373D
(54,55,61)
#24252C
(36,37,44)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #C6C7C5

#C6C7C5
(198,199,197)
#CBCCCA
(203,204,202)
#D0D1CF
(208,209,207)
#D5D6D4
(213,214,212)
#DADBD9
(218,219,217)
#DFE0DE
(223,224,222)
#E4E5E3
(228,229,227)
#E9EAE8
(233,234,232)
#EEEFED
(238,239,237)
#F3F4F2
(243,244,242)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C7C5; }

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

This text font color is #C6C7C5.


Background Color

.myBgColor { background-color: #C6C7C5; }

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

This div background color is #C6C7C5.


Border color

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

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

This div border color is #C6C7C5.


Opacity

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

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

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

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

This text has shadow with #C6C7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C7C5 on black background.


Color preview on white background

This text has color #C6C7C5 on white background.



Black color preview on #C6C7C5 background

This text has black color on #C6C7C5 background.


White color preview on #C6C7C5 background

This text has white color on #C6C7C5 background.