COLOR #C5C9CC

HEX: #C5C9CC
RGB: (197,201,204)

Color info

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

RGB color model

#C5C9CC color RGB value is (197,201,204).

  • red value is 197;
  • green value is 201;
  • blue value is 204.
RGB:
(197,201,204)
(77%,79%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 201 of 255 = 79%
B 204 of 255 = 80%

197
201
204

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

Portions of RGB colors in percentages

R + G + B =
197 + 201 + 204 = 602 (100%)
R 197 of 602 ~ 32.72%
G 201 of 602 ~ 33.39%
B 204 of 602 ~ 33.89%

%32.72
%33.39
%33.89

CMYK color model

#C5C9CC color CMYK value is (3,1,0,20).

  • cyan value is 3.43%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(3,1,0,20)
C3M1Y0K20 
(3%,1%,0%,20%)
(0.03/0.01/0.00/0.20)	

CMYK percentages

%3.43
%1.47
%0
%20

Codes

Color #C5C9CC in popluar color models

C5C9CC
RGB197201204
HSL206°6.42%78.63%
HSB/HSV206°3.43%80.00%
CMYK3.43%1.47%0.00%
20.00%

Color #C5C9CC in popluar number systems.

HEXC5C9CC
Decimal197201204
Binary110001011100100111001100
Octal305311314

Shades and tints

Shades of #C5C9CC

#C5C9CC
(197,201,204)
#B4B7BA
(180,183,186)
#A3A5A8
(163,165,168)
#929396
(146,147,150)
#818184
(129,129,132)
#706F72
(112,111,114)
#5F5D60
(95,93,96)
#4E4B4E
(78,75,78)
#3D393C
(61,57,60)
#2C272A
(44,39,42)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #C5C9CC

#C5C9CC
(197,201,204)
#CACDD0
(202,205,208)
#CFD1D4
(207,209,212)
#D4D5D8
(212,213,216)
#D9D9DC
(217,217,220)
#DEDDE0
(222,221,224)
#E3E1E4
(227,225,228)
#E8E5E8
(232,229,232)
#EDE9EC
(237,233,236)
#F2EDF0
(242,237,240)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C9CC color. Also use rgb(197,201,204) instead hex code.

Text Font Color

.myTextColor { color: #C5C9CC; }

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

This text font color is #C5C9CC.


Background Color

.myBgColor { background-color: #C5C9CC; }

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

This div background color is #C5C9CC.


Border color

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

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

This div border color is #C5C9CC.


Opacity

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

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

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

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

This text has shadow with #C5C9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C9CC on black background.


Color preview on white background

This text has color #C5C9CC on white background.



Black color preview on #C5C9CC background

This text has black color on #C5C9CC background.


White color preview on #C5C9CC background

This text has white color on #C5C9CC background.