COLOR #C5CFCA

HEX: #C5CFCA
RGB: (197,207,202)

Color info

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

RGB color model

#C5CFCA color RGB value is (197,207,202).

  • red value is 197;
  • green value is 207;
  • blue value is 202.
RGB:
(197,207,202)
(77%,81%,79%)

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 202 of 255 = 79%

197
207
202

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

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 202 = 606 (100%)
R 197 of 606 ~ 32.51%
G 207 of 606 ~ 34.16%
B 202 of 606 ~ 33.33%

%32.51
%34.16
%33.33

CMYK color model

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

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 18.82%
CMYK:
(5,0,2,19)
C5M0Y2K19 
(5%,0%,2%,19%)
(0.05/0.00/0.02/0.19)	

CMYK percentages

%4.83
%0
%2.42
%18.82

Codes

Color #C5CFCA in popluar color models

C5CFCA
RGB197207202
HSL150°9.43%79.22%
HSB/HSV150°4.83%81.18%
CMYK4.83%0.00%2.42%
18.82%

Color #C5CFCA in popluar number systems.

HEXC5CFCA
Decimal197207202
Binary110001011100111111001010
Octal305317312

Shades and tints

Shades of #C5CFCA

#C5CFCA
(197,207,202)
#B4BDB8
(180,189,184)
#A3ABA6
(163,171,166)
#929994
(146,153,148)
#818782
(129,135,130)
#707570
(112,117,112)
#5F635E
(95,99,94)
#4E514C
(78,81,76)
#3D3F3A
(61,63,58)
#2C2D28
(44,45,40)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #C5CFCA

#C5CFCA
(197,207,202)
#CAD3CE
(202,211,206)
#CFD7D2
(207,215,210)
#D4DBD6
(212,219,214)
#D9DFDA
(217,223,218)
#DEE3DE
(222,227,222)
#E3E7E2
(227,231,226)
#E8EBE6
(232,235,230)
#EDEFEA
(237,239,234)
#F2F3EE
(242,243,238)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CFCA color. Also use rgb(197,207,202) instead hex code.

Text Font Color

.myTextColor { color: #C5CFCA; }

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

This text font color is #C5CFCA.


Background Color

.myBgColor { background-color: #C5CFCA; }

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

This div background color is #C5CFCA.


Border color

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

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

This div border color is #C5CFCA.


Opacity

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

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

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

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

This text has shadow with #C5CFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CFCA on black background.


Color preview on white background

This text has color #C5CFCA on white background.



Black color preview on #C5CFCA background

This text has black color on #C5CFCA background.


White color preview on #C5CFCA background

This text has white color on #C5CFCA background.