COLOR #C6C4C8

HEX: #C6C4C8
RGB: (198,196,200)

Color info

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

RGB color model

#C6C4C8 color RGB value is (198,196,200).

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

RGB channels and saturation

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

198
196
200

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

Portions of RGB colors in percentages

R + G + B =
198 + 196 + 200 = 594 (100%)
R 198 of 594 ~ 33.33%
G 196 of 594 ~ 33%
B 200 of 594 ~ 33.67%

%33.33
%33
%33.67

CMYK color model

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

  • cyan value is 1.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(1,2,0,22)
C1M2Y0K22 
(1%,2%,0%,22%)
(0.01/0.02/0.00/0.22)	

CMYK percentages

%1
%2
%0
%21.57

Codes

Color #C6C4C8 in popluar color models

C6C4C8
RGB198196200
HSL270°3.51%77.65%
HSB/HSV270°2.00%78.43%
CMYK1.00%2.00%0.00%
21.57%

Color #C6C4C8 in popluar number systems.

HEXC6C4C8
Decimal198196200
Binary110001101100010011001000
Octal306304310

Shades and tints

Shades of #C6C4C8

#C6C4C8
(198,196,200)
#B4B3B6
(180,179,182)
#A2A2A4
(162,162,164)
#909192
(144,145,146)
#7E8080
(126,128,128)
#6C6F6E
(108,111,110)
#5A5E5C
(90,94,92)
#484D4A
(72,77,74)
#363C38
(54,60,56)
#242B26
(36,43,38)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #C6C4C8

#C6C4C8
(198,196,200)
#CBC9CD
(203,201,205)
#D0CED2
(208,206,210)
#D5D3D7
(213,211,215)
#DAD8DC
(218,216,220)
#DFDDE1
(223,221,225)
#E4E2E6
(228,226,230)
#E9E7EB
(233,231,235)
#EEECF0
(238,236,240)
#F3F1F5
(243,241,245)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C4C8; }

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

This text font color is #C6C4C8.


Background Color

.myBgColor { background-color: #C6C4C8; }

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

This div background color is #C6C4C8.


Border color

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

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

This div border color is #C6C4C8.


Opacity

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

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

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

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

This text has shadow with #C6C4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C4C8 on black background.


Color preview on white background

This text has color #C6C4C8 on white background.



Black color preview on #C6C4C8 background

This text has black color on #C6C4C8 background.


White color preview on #C6C4C8 background

This text has white color on #C6C4C8 background.