COLOR #C6C8CC

HEX: #C6C8CC RGB: (198,200,204)

Color info

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

RGB color model

#C6C8CC color RGB value is (198,200,204).

RGB: (198,200,204) (78%, 78%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 204 of 255 = 80%

198
200
204

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

Portions of RGB colors in percentages

R + G + B = 198 + 200 + 204 = 602 (100%)
R 198 of 602 ~ 32.89%
G 200 of 602 ~ 33.22%
B 204 of 602 ~ 33.89'%

%32.89
%33.22
%33.89

CMYK color model

#C6C8CC color CMYK value is (3,2,0,20).

  • cyan value is 2.94%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (3,2,0,20) C3M2Y0K20 (3%,2%,0%,20%) (0.03/0.02/0.00/0.20) 

CMYK percentages

%2.94
%1.96
%0
%20

Codes

Color #C6C8CC in popluar color models

C6 C8 CC
RGB 198 200 204
HSL 220° 5.56% 78.82%
HSB/HSV 220° 2.94% 80.00%
CMYK 2.94% 1.96% 0.00%
20.00%

Color #C6C8CC in popluar number systems.

HEX C6 C8 CC
Decimal 198 200 204
Binary 11000110 11001000 11001100
Octal 306 310 314

Shades and tints

Shades of #C6C8CC

#C6C8CC
(198,200,204)
#B4B6BA
(180,182,186)
#A2A4A8
(162,164,168)
#909296
(144,146,150)
#7E8084
(126,128,132)
#6C6E72
(108,110,114)
#5A5C60
(90,92,96)
#484A4E
(72,74,78)
#36383C
(54,56,60)
#24262A
(36,38,42)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C6C8CC

#C6C8CC
(198,200,204)
#CBCDD0
(203,205,208)
#D0D2D4
(208,210,212)
#D5D7D8
(213,215,216)
#DADCDC
(218,220,220)
#DFE1E0
(223,225,224)
#E4E6E4
(228,230,228)
#E9EBE8
(233,235,232)
#EEF0EC
(238,240,236)
#F3F5F0
(243,245,240)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C8CC; }

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

This text font color is #C6C8CC.

Background Color

.myBgColor { background-color: #C6C8CC; }

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

This div background color is #C6C8CC.

Border color

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

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

This div border color is #C6C8CC.

Opacity

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

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

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

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

This text has shadow with #C6C8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C8CC.

Preview

Color preview on black background

This text has color #C6C8CC on black background.


Color preview on white background

This text has color #C6C8CC on white background.


Black color preview on #C6C8CC background

This text has black color on #C6C8CC background.


White color preview on #C6C8CC background

This text has white color on #C6C8CC background.


Related colors

Complementary color

Complementary color for #hex is #393733.


I love getcolorcode.com

Triadic colors

1 #CCC6C8 and #C8CCC6 with #C6C8CC are triadic colors.

2 #CCC8C6 and #C8C6CC with #C6C8CC are triadic colors.