COLOR #C3C9CE

HEX: #C3C9CE RGB: (195,201,206)

Color info

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

RGB color model

#C3C9CE color RGB value is (195,201,206).

RGB: (195,201,206) (76%, 79%, 81%)

RGB channels and saturation

R 195 of 255 = 76%
G 201 of 255 = 79%
B 206 of 255 = 81%

195
201
206

R + G + B ~ 79%. #C3C9CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 201 + 206 = 602 (100%)
R 195 of 602 ~ 32.39%
G 201 of 602 ~ 33.39%
B 206 of 602 ~ 34.22'%

%32.39
%33.39
%34.22

CMYK color model

#C3C9CE color CMYK value is (5,2,0,19).

  • cyan value is 5.34%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (5,2,0,19)
C5M2Y0K19 (5%, 2%, 0%, 19%)
(0.05 / 0.02 / 0.00 / 0.19)

CMYK percentages

%5.34
%2.43
%0
%19.22

Codes

Color #C3C9CE in popluar color models

C3 C9 CE
RGB 195 201 206
HSL 207° 10.09% 78.63%
HSB/HSV 207° 5.34% 80.78%
CMYK 5.34% 2.43% 0.00%
19.22%

Color #C3C9CE in popluar number systems.

HEX C3 C9 CE
Decimal 195 201 206
Binary 11000011 11001001 11001110
Octal 303 311 316

Shades and tints

Shades of #C3C9CE

#C3C9CE
(195,201,206)
#B2B7BC
(178,183,188)
#A1A5AA
(161,165,170)
#909398
(144,147,152)
#7F8186
(127,129,134)
#6E6F74
(110,111,116)
#5D5D62
(93,93,98)
#4C4B50
(76,75,80)
#3B393E
(59,57,62)
#2A272C
(42,39,44)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #C3C9CE

#C3C9CE
(195,201,206)
#C8CDD2
(200,205,210)
#CDD1D6
(205,209,214)
#D2D5DA
(210,213,218)
#D7D9DE
(215,217,222)
#DCDDE2
(220,221,226)
#E1E1E6
(225,225,230)
#E6E5EA
(230,229,234)
#EBE9EE
(235,233,238)
#F0EDF2
(240,237,242)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C9CE; }

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

This text font color is #C3C9CE.

Background Color

.myBgColor { background-color: #C3C9CE; }

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

This div background color is #C3C9CE.

Border color

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

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

This div border color is #C3C9CE.

Opacity

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

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

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

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

This text has shadow with #C3C9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C9CE.

Preview

Color preview on black background

This text has color #C3C9CE on black background.


Color preview on white background

This text has color #C3C9CE on white background.


Black color preview on #C3C9CE background

This text has black color on #C3C9CE background.


White color preview on #C3C9CE background

This text has white color on #C3C9CE background.


Related colors

Complementary color

Complementary color for #hex is #3C3631.


I love getcolorcode.com

Triadic colors

1 #CEC3C9 and #C9CEC3 with #C3C9CE are triadic colors.

2 #CEC9C3 and #C9C3CE with #C3C9CE are triadic colors.