COLOR #C6C1CC

HEX: #C6C1CC
RGB: (198,193,204)

Color info

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

RGB color model

#C6C1CC color RGB value is (198,193,204).

  • red value is 198;
  • green value is 193;
  • blue value is 204.
RGB:
(198,193,204)
(78%,76%,80%)

RGB channels and saturation

R 198 of 255 = 78%
G 193 of 255 = 76%
B 204 of 255 = 80%

198
193
204

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

Portions of RGB colors in percentages

R + G + B =
198 + 193 + 204 = 595 (100%)
R 198 of 595 ~ 33.28%
G 193 of 595 ~ 32.44%
B 204 of 595 ~ 34.29%

%33.28
%32.44
%34.29

CMYK color model

#C6C1CC color CMYK value is (3,5,0,20).

  • cyan value is 2.94%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(3,5,0,20)
C3M5Y0K20 
(3%,5%,0%,20%)
(0.03/0.05/0.00/0.20)	

CMYK percentages

%2.94
%5.39
%0
%20

Codes

Color #C6C1CC in popluar color models

C6C1CC
RGB198193204
HSL267°9.73%77.84%
HSB/HSV267°5.39%80.00%
CMYK2.94%5.39%0.00%
20.00%

Color #C6C1CC in popluar number systems.

HEXC6C1CC
Decimal198193204
Binary110001101100000111001100
Octal306301314

Shades and tints

Shades of #C6C1CC

#C6C1CC
(198,193,204)
#B4B0BA
(180,176,186)
#A29FA8
(162,159,168)
#908E96
(144,142,150)
#7E7D84
(126,125,132)
#6C6C72
(108,108,114)
#5A5B60
(90,91,96)
#484A4E
(72,74,78)
#36393C
(54,57,60)
#24282A
(36,40,42)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6C1CC

#C6C1CC
(198,193,204)
#CBC6D0
(203,198,208)
#D0CBD4
(208,203,212)
#D5D0D8
(213,208,216)
#DAD5DC
(218,213,220)
#DFDAE0
(223,218,224)
#E4DFE4
(228,223,228)
#E9E4E8
(233,228,232)
#EEE9EC
(238,233,236)
#F3EEF0
(243,238,240)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C1CC color. Also use rgb(198,193,204) instead hex code.

Text Font Color

.myTextColor { color: #C6C1CC; }

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

This text font color is #C6C1CC.


Background Color

.myBgColor { background-color: #C6C1CC; }

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

This div background color is #C6C1CC.


Border color

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

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

This div border color is #C6C1CC.


Opacity

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

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

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

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

This text has shadow with #C6C1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C1CC on black background.


Color preview on white background

This text has color #C6C1CC on white background.



Black color preview on #C6C1CC background

This text has black color on #C6C1CC background.


White color preview on #C6C1CC background

This text has white color on #C6C1CC background.