COLOR #C3C6CE

HEX: #C3C6CE
RGB: (195,198,206)

Color info

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

RGB color model

#C3C6CE color RGB value is (195,198,206).

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

RGB channels and saturation

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

195
198
206

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

Portions of RGB colors in percentages

R + G + B =
195 + 198 + 206 = 599 (100%)
R 195 of 599 ~ 32.55%
G 198 of 599 ~ 33.06%
B 206 of 599 ~ 34.39%

%32.55
%33.06
%34.39

CMYK color model

#C3C6CE color CMYK value is (5,4,0,19).

  • cyan value is 5.34%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(5,4,0,19)
C5M4Y0K19 
(5%,4%,0%,19%)
(0.05/0.04/0.00/0.19)	

CMYK percentages

%5.34
%3.88
%0
%19.22

Codes

Color #C3C6CE in popluar color models

C3C6CE
RGB195198206
HSL224°10.09%78.63%
HSB/HSV224°5.34%80.78%
CMYK5.34%3.88%0.00%
19.22%

Color #C3C6CE in popluar number systems.

HEXC3C6CE
Decimal195198206
Binary110000111100011011001110
Octal303306316

Shades and tints

Shades of #C3C6CE

#C3C6CE
(195,198,206)
#B2B4BC
(178,180,188)
#A1A2AA
(161,162,170)
#909098
(144,144,152)
#7F7E86
(127,126,134)
#6E6C74
(110,108,116)
#5D5A62
(93,90,98)
#4C4850
(76,72,80)
#3B363E
(59,54,62)
#2A242C
(42,36,44)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #C3C6CE

#C3C6CE
(195,198,206)
#C8CBD2
(200,203,210)
#CDD0D6
(205,208,214)
#D2D5DA
(210,213,218)
#D7DADE
(215,218,222)
#DCDFE2
(220,223,226)
#E1E4E6
(225,228,230)
#E6E9EA
(230,233,234)
#EBEEEE
(235,238,238)
#F0F3F2
(240,243,242)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C6CE; }

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

This text font color is #C3C6CE.


Background Color

.myBgColor { background-color: #C3C6CE; }

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

This div background color is #C3C6CE.


Border color

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

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

This div border color is #C3C6CE.


Opacity

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

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

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

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

This text has shadow with #C3C6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C6CE on black background.


Color preview on white background

This text has color #C3C6CE on white background.



Black color preview on #C3C6CE background

This text has black color on #C3C6CE background.


White color preview on #C3C6CE background

This text has white color on #C3C6CE background.