COLOR #C6C1CE

HEX: #C6C1CE RGB: (198,193,206)

Color info

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

RGB color model

#C6C1CE color RGB value is (198,193,206).

RGB: (198,193,206) (78%, 76%, 81%)

RGB channels and saturation

R 198 of 255 = 78%
G 193 of 255 = 76%
B 206 of 255 = 81%

198
193
206

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

Portions of RGB colors in percentages

R + G + B = 198 + 193 + 206 = 597 (100%)
R 198 of 597 ~ 33.17%
G 193 of 597 ~ 32.33%
B 206 of 597 ~ 34.51'%

%33.17
%32.33
%34.51

CMYK color model

#C6C1CE color CMYK value is (4,6,0,19).

  • cyan value is 3.88%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (4,6,0,19)
C4M6Y0K19 (4%, 6%, 0%, 19%)
(0.04 / 0.06 / 0.00 / 0.19)

CMYK percentages

%3.88
%6.31
%0
%19.22

Codes

Color #C6C1CE in popluar color models

C6 C1 CE
RGB 198 193 206
HSL 263° 11.71% 78.24%
HSB/HSV 263° 6.31% 80.78%
CMYK 3.88% 6.31% 0.00%
19.22%

Color #C6C1CE in popluar number systems.

HEX C6 C1 CE
Decimal 198 193 206
Binary 11000110 11000001 11001110
Octal 306 301 316

Shades and tints

Shades of #C6C1CE

#C6C1CE
(198,193,206)
#B4B0BC
(180,176,188)
#A29FAA
(162,159,170)
#908E98
(144,142,152)
#7E7D86
(126,125,134)
#6C6C74
(108,108,116)
#5A5B62
(90,91,98)
#484A50
(72,74,80)
#36393E
(54,57,62)
#24282C
(36,40,44)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #C6C1CE

#C6C1CE
(198,193,206)
#CBC6D2
(203,198,210)
#D0CBD6
(208,203,214)
#D5D0DA
(213,208,218)
#DAD5DE
(218,213,222)
#DFDAE2
(223,218,226)
#E4DFE6
(228,223,230)
#E9E4EA
(233,228,234)
#EEE9EE
(238,233,238)
#F3EEF2
(243,238,242)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C1CE; }

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

This text font color is #C6C1CE.

Background Color

.myBgColor { background-color: #C6C1CE; }

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

This div background color is #C6C1CE.

Border color

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

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

This div border color is #C6C1CE.

Opacity

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

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

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

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

This text has shadow with #C6C1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C1CE.

Preview

Color preview on black background

This text has color #C6C1CE on black background.


Color preview on white background

This text has color #C6C1CE on white background.


Black color preview on #C6C1CE background

This text has black color on #C6C1CE background.


White color preview on #C6C1CE background

This text has white color on #C6C1CE background.


Related colors

Complementary color

Complementary color for #hex is #393E31.


I love getcolorcode.com

Triadic colors

1 #CEC6C1 and #C1CEC6 with #C6C1CE are triadic colors.

2 #CEC1C6 and #C1C6CE with #C6C1CE are triadic colors.