COLOR #C1C9CE

HEX: #C1C9CE RGB: (193,201,206)

Color info

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

RGB color model

#C1C9CE color RGB value is (193,201,206).

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

RGB channels and saturation

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

193
201
206

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

Portions of RGB colors in percentages

R + G + B = 193 + 201 + 206 = 600 (100%)
R 193 of 600 ~ 32.17%
G 201 of 600 ~ 33.5%
B 206 of 600 ~ 34.33'%

%32.17
%33.5
%34.33

CMYK color model

#C1C9CE color CMYK value is (6,2,0,19).

  • cyan value is 6.31%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (6,2,0,19) C6M2Y0K19 (6%,2%,0%,19%) (0.06/0.02/0.00/0.19) 

CMYK percentages

%6.31
%2.43
%0
%19.22

Codes

Color #C1C9CE in popluar color models

C1 C9 CE
RGB 193 201 206
HSL 203° 11.71% 78.24%
HSB/HSV 203° 6.31% 80.78%
CMYK 6.31% 2.43% 0.00%
19.22%

Color #C1C9CE in popluar number systems.

HEX C1 C9 CE
Decimal 193 201 206
Binary 11000001 11001001 11001110
Octal 301 311 316

Shades and tints

Shades of #C1C9CE

#C1C9CE
(193,201,206)
#B0B7BC
(176,183,188)
#9FA5AA
(159,165,170)
#8E9398
(142,147,152)
#7D8186
(125,129,134)
#6C6F74
(108,111,116)
#5B5D62
(91,93,98)
#4A4B50
(74,75,80)
#39393E
(57,57,62)
#28272C
(40,39,44)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #C1C9CE

#C1C9CE
(193,201,206)
#C6CDD2
(198,205,210)
#CBD1D6
(203,209,214)
#D0D5DA
(208,213,218)
#D5D9DE
(213,217,222)
#DADDE2
(218,221,226)
#DFE1E6
(223,225,230)
#E4E5EA
(228,229,234)
#E9E9EE
(233,233,238)
#EEEDF2
(238,237,242)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C9CE; }

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

This text font color is #C1C9CE.

Background Color

.myBgColor { background-color: #C1C9CE; }

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

This div background color is #C1C9CE.

Border color

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

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

This div border color is #C1C9CE.

Opacity

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

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

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

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

This text has shadow with #C1C9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C9CE.

Preview

Color preview on black background

This text has color #C1C9CE on black background.


Color preview on white background

This text has color #C1C9CE on white background.


Black color preview on #C1C9CE background

This text has black color on #C1C9CE background.


White color preview on #C1C9CE background

This text has white color on #C1C9CE background.


Related colors

Complementary color

Complementary color for #hex is #3E3631.


I love getcolorcode.com

Triadic colors

1 #CEC1C9 and #C9CEC1 with #C1C9CE are triadic colors.

2 #CEC9C1 and #C9C1CE with #C1C9CE are triadic colors.