COLOR #C6C8C5

HEX: #C6C8C5
RGB: (198,200,197)

Color info

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

RGB color model

#C6C8C5 color RGB value is (198,200,197).

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

RGB channels and saturation

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

198
200
197

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

Portions of RGB colors in percentages

R + G + B =
198 + 200 + 197 = 595 (100%)
R 198 of 595 ~ 33.28%
G 200 of 595 ~ 33.61%
B 197 of 595 ~ 33.11%

%33.28
%33.61
%33.11

CMYK color model

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

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 1.50%
  • key color value is 21.57%
CMYK:
(1,0,1,22)
C1M0Y1K22 
(1%,0%,1%,22%)
(0.01/0.00/0.01/0.22)	

CMYK percentages

%1
%0
%1.5
%21.57

Codes

Color #C6C8C5 in popluar color models

C6C8C5
RGB198200197
HSL100°2.65%77.84%
HSB/HSV100°1.50%78.43%
CMYK1.00%0.00%1.50%
21.57%

Color #C6C8C5 in popluar number systems.

HEXC6C8C5
Decimal198200197
Binary110001101100100011000101
Octal306310305

Shades and tints

Shades of #C6C8C5

#C6C8C5
(198,200,197)
#B4B6B4
(180,182,180)
#A2A4A3
(162,164,163)
#909292
(144,146,146)
#7E8081
(126,128,129)
#6C6E70
(108,110,112)
#5A5C5F
(90,92,95)
#484A4E
(72,74,78)
#36383D
(54,56,61)
#24262C
(36,38,44)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #C6C8C5

#C6C8C5
(198,200,197)
#CBCDCA
(203,205,202)
#D0D2CF
(208,210,207)
#D5D7D4
(213,215,212)
#DADCD9
(218,220,217)
#DFE1DE
(223,225,222)
#E4E6E3
(228,230,227)
#E9EBE8
(233,235,232)
#EEF0ED
(238,240,237)
#F3F5F2
(243,245,242)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C8C5; }

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

This text font color is #C6C8C5.


Background Color

.myBgColor { background-color: #C6C8C5; }

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

This div background color is #C6C8C5.


Border color

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

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

This div border color is #C6C8C5.


Opacity

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

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

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

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

This text has shadow with #C6C8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C8C5 on black background.


Color preview on white background

This text has color #C6C8C5 on white background.



Black color preview on #C6C8C5 background

This text has black color on #C6C8C5 background.


White color preview on #C6C8C5 background

This text has white color on #C6C8C5 background.