COLOR #C6C2CA

HEX: #C6C2CA RGB: (198,194,202)

Color info

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

RGB color model

#C6C2CA color RGB value is (198,194,202).

RGB: (198,194,202) (78%, 76%, 79%)

RGB channels and saturation

R 198 of 255 = 78%
G 194 of 255 = 76%
B 202 of 255 = 79%

198
194
202

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

Portions of RGB colors in percentages

R + G + B = 198 + 194 + 202 = 594 (100%)
R 198 of 594 ~ 33.33%
G 194 of 594 ~ 32.66%
B 202 of 594 ~ 34.01'%

%33.33
%32.66
%34.01

CMYK color model

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

  • cyan value is 1.98%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (2,4,0,21)
C2M4Y0K21 (2%, 4%, 0%, 21%)
(0.02 / 0.04 / 0.00 / 0.21)

CMYK percentages

%1.98
%3.96
%0
%20.78

Codes

Color #C6C2CA in popluar color models

C6 C2 CA
RGB 198 194 202
HSL 270° 7.02% 77.65%
HSB/HSV 270° 3.96% 79.22%
CMYK 1.98% 3.96% 0.00%
20.78%

Color #C6C2CA in popluar number systems.

HEX C6 C2 CA
Decimal 198 194 202
Binary 11000110 11000010 11001010
Octal 306 302 312

Shades and tints

Shades of #C6C2CA

#C6C2CA
(198,194,202)
#B4B1B8
(180,177,184)
#A2A0A6
(162,160,166)
#908F94
(144,143,148)
#7E7E82
(126,126,130)
#6C6D70
(108,109,112)
#5A5C5E
(90,92,94)
#484B4C
(72,75,76)
#363A3A
(54,58,58)
#242928
(36,41,40)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #C6C2CA

#C6C2CA
(198,194,202)
#CBC7CE
(203,199,206)
#D0CCD2
(208,204,210)
#D5D1D6
(213,209,214)
#DAD6DA
(218,214,218)
#DFDBDE
(223,219,222)
#E4E0E2
(228,224,226)
#E9E5E6
(233,229,230)
#EEEAEA
(238,234,234)
#F3EFEE
(243,239,238)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C2CA; }

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

This text font color is #C6C2CA.

Background Color

.myBgColor { background-color: #C6C2CA; }

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

This div background color is #C6C2CA.

Border color

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

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

This div border color is #C6C2CA.

Opacity

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

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

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

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

This text has shadow with #C6C2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C2CA.

Preview

Color preview on black background

This text has color #C6C2CA on black background.


Color preview on white background

This text has color #C6C2CA on white background.


Black color preview on #C6C2CA background

This text has black color on #C6C2CA background.


White color preview on #C6C2CA background

This text has white color on #C6C2CA background.


Related colors

Complementary color

Complementary color for #hex is #393D35.


I love getcolorcode.com

Triadic colors

1 #CAC6C2 and #C2CAC6 with #C6C2CA are triadic colors.

2 #CAC2C6 and #C2C6CA with #C6C2CA are triadic colors.