COLOR #C6C8C2

HEX: #C6C8C2 RGB: (198,200,194)

Color info

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

RGB color model

#C6C8C2 color RGB value is (198,200,194).

RGB: (198,200,194) (78%, 78%, 76%)

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 194 of 255 = 76%

198
200
194

R + G + B ~ 77%. #C6C8C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 200 + 194 = 592 (100%)
R 198 of 592 ~ 33.45%
G 200 of 592 ~ 33.78%
B 194 of 592 ~ 32.77'%

%33.45
%33.78
%32.77

CMYK color model

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

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 21.57%

CMYK: (1,0,3,22)
C1M0Y3K22 (1%, 0%, 3%, 22%)
(0.01 / 0.00 / 0.03 / 0.22)

CMYK percentages

%1
%0
%3
%21.57

Codes

Color #C6C8C2 in popluar color models

C6 C8 C2
RGB 198 200 194
HSL 80° 5.17% 77.25%
HSB/HSV 80° 3.00% 78.43%
CMYK 1.00% 0.00% 3.00%
21.57%

Color #C6C8C2 in popluar number systems.

HEX C6 C8 C2
Decimal 198 200 194
Binary 11000110 11001000 11000010
Octal 306 310 302

Shades and tints

Shades of #C6C8C2

#C6C8C2
(198,200,194)
#B4B6B1
(180,182,177)
#A2A4A0
(162,164,160)
#90928F
(144,146,143)
#7E807E
(126,128,126)
#6C6E6D
(108,110,109)
#5A5C5C
(90,92,92)
#484A4B
(72,74,75)
#36383A
(54,56,58)
#242629
(36,38,41)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C6C8C2

#C6C8C2
(198,200,194)
#CBCDC7
(203,205,199)
#D0D2CC
(208,210,204)
#D5D7D1
(213,215,209)
#DADCD6
(218,220,214)
#DFE1DB
(223,225,219)
#E4E6E0
(228,230,224)
#E9EBE5
(233,235,229)
#EEF0EA
(238,240,234)
#F3F5EF
(243,245,239)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C8C2; }

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

This text font color is #C6C8C2.

Background Color

.myBgColor { background-color: #C6C8C2; }

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

This div background color is #C6C8C2.

Border color

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

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

This div border color is #C6C8C2.

Opacity

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

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

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

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

This text has shadow with #C6C8C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C8C2.

Preview

Color preview on black background

This text has color #C6C8C2 on black background.


Color preview on white background

This text has color #C6C8C2 on white background.


Black color preview on #C6C8C2 background

This text has black color on #C6C8C2 background.


White color preview on #C6C8C2 background

This text has white color on #C6C8C2 background.


Related colors

Complementary color

Complementary color for #hex is #39373D.


I love getcolorcode.com

Triadic colors

1 #C2C6C8 and #C8C2C6 with #C6C8C2 are triadic colors.

2 #C2C8C6 and #C8C6C2 with #C6C8C2 are triadic colors.