COLOR #C6CEC1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

198
206
193

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

Portions of RGB colors in percentages

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

%33.17
%34.51
%32.33

CMYK color model

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

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 6.31%
  • key color value is 19.22%
CMYK:
(4,0,6,19)
C4M0Y6K19 
(4%,0%,6%,19%)
(0.04/0.00/0.06/0.19)	

CMYK percentages

%3.88
%0
%6.31
%19.22

Codes

Color #C6CEC1 in popluar color models

C6CEC1
RGB198206193
HSL97°11.71%78.24%
HSB/HSV97°6.31%80.78%
CMYK3.88%0.00%6.31%
19.22%

Color #C6CEC1 in popluar number systems.

HEXC6CEC1
Decimal198206193
Binary110001101100111011000001
Octal306316301

Shades and tints

Shades of #C6CEC1

#C6CEC1
(198,206,193)
#B4BCB0
(180,188,176)
#A2AA9F
(162,170,159)
#90988E
(144,152,142)
#7E867D
(126,134,125)
#6C746C
(108,116,108)
#5A625B
(90,98,91)
#48504A
(72,80,74)
#363E39
(54,62,57)
#242C28
(36,44,40)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #C6CEC1

#C6CEC1
(198,206,193)
#CBD2C6
(203,210,198)
#D0D6CB
(208,214,203)
#D5DAD0
(213,218,208)
#DADED5
(218,222,213)
#DFE2DA
(223,226,218)
#E4E6DF
(228,230,223)
#E9EAE4
(233,234,228)
#EEEEE9
(238,238,233)
#F3F2EE
(243,242,238)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CEC1; }

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

This text font color is #C6CEC1.


Background Color

.myBgColor { background-color: #C6CEC1; }

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

This div background color is #C6CEC1.


Border color

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

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

This div border color is #C6CEC1.


Opacity

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

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

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

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

This text has shadow with #C6CEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CEC1 on black background.


Color preview on white background

This text has color #C6CEC1 on white background.



Black color preview on #C6CEC1 background

This text has black color on #C6CEC1 background.


White color preview on #C6CEC1 background

This text has white color on #C6CEC1 background.