COLOR #C6CAC9

HEX: #C6CAC9
RGB: (198,202,201)

Color info

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

RGB color model

#C6CAC9 color RGB value is (198,202,201).

  • red value is 198;
  • green value is 202;
  • blue value is 201.
RGB:
(198,202,201)
(78%,79%,79%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 201 of 255 = 79%

198
202
201

R + G + B ~ 79%. #C6CAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 202 + 201 = 601 (100%)
R 198 of 601 ~ 32.95%
G 202 of 601 ~ 33.61%
B 201 of 601 ~ 33.44%

%32.95
%33.61
%33.44

CMYK color model

#C6CAC9 color CMYK value is (2,0,0,21).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 20.78%
CMYK:
(2,0,0,21)
C2M0Y0K21 
(2%,0%,0%,21%)
(0.02/0.00/0.00/0.21)	

CMYK percentages

%1.98
%0
%0.5
%20.78

Codes

Color #C6CAC9 in popluar color models

C6CAC9
RGB198202201
HSL165°3.64%78.43%
HSB/HSV165°1.98%79.22%
CMYK1.98%0.00%0.50%
20.78%

Color #C6CAC9 in popluar number systems.

HEXC6CAC9
Decimal198202201
Binary110001101100101011001001
Octal306312311

Shades and tints

Shades of #C6CAC9

#C6CAC9
(198,202,201)
#B4B8B7
(180,184,183)
#A2A6A5
(162,166,165)
#909493
(144,148,147)
#7E8281
(126,130,129)
#6C706F
(108,112,111)
#5A5E5D
(90,94,93)
#484C4B
(72,76,75)
#363A39
(54,58,57)
#242827
(36,40,39)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #C6CAC9

#C6CAC9
(198,202,201)
#CBCECD
(203,206,205)
#D0D2D1
(208,210,209)
#D5D6D5
(213,214,213)
#DADAD9
(218,218,217)
#DFDEDD
(223,222,221)
#E4E2E1
(228,226,225)
#E9E6E5
(233,230,229)
#EEEAE9
(238,234,233)
#F3EEED
(243,238,237)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CAC9 color. Also use rgb(198,202,201) instead hex code.

Text Font Color

.myTextColor { color: #C6CAC9; }

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

This text font color is #C6CAC9.


Background Color

.myBgColor { background-color: #C6CAC9; }

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

This div background color is #C6CAC9.


Border color

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

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

This div border color is #C6CAC9.


Opacity

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

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

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

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

This text has shadow with #C6CAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CAC9 on black background.


Color preview on white background

This text has color #C6CAC9 on white background.



Black color preview on #C6CAC9 background

This text has black color on #C6CAC9 background.


White color preview on #C6CAC9 background

This text has white color on #C6CAC9 background.