COLOR #C5CFCE

HEX: #C5CFCE
RGB: (197,207,206)

Color info

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

RGB color model

#C5CFCE color RGB value is (197,207,206).

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

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 206 of 255 = 81%

197
207
206

R + G + B ~ 80%. #C5CFCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 206 = 610 (100%)
R 197 of 610 ~ 32.3%
G 207 of 610 ~ 33.93%
B 206 of 610 ~ 33.77%

%32.3
%33.93
%33.77

CMYK color model

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

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 18.82%
CMYK:
(5,0,0,19)
C5M0Y0K19 
(5%,0%,0%,19%)
(0.05/0.00/0.00/0.19)	

CMYK percentages

%4.83
%0
%0.48
%18.82

Codes

Color #C5CFCE in popluar color models

C5CFCE
RGB197207206
HSL174°9.43%79.22%
HSB/HSV174°4.83%81.18%
CMYK4.83%0.00%0.48%
18.82%

Color #C5CFCE in popluar number systems.

HEXC5CFCE
Decimal197207206
Binary110001011100111111001110
Octal305317316

Shades and tints

Shades of #C5CFCE

#C5CFCE
(197,207,206)
#B4BDBC
(180,189,188)
#A3ABAA
(163,171,170)
#929998
(146,153,152)
#818786
(129,135,134)
#707574
(112,117,116)
#5F6362
(95,99,98)
#4E5150
(78,81,80)
#3D3F3E
(61,63,62)
#2C2D2C
(44,45,44)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #C5CFCE

#C5CFCE
(197,207,206)
#CAD3D2
(202,211,210)
#CFD7D6
(207,215,214)
#D4DBDA
(212,219,218)
#D9DFDE
(217,223,222)
#DEE3E2
(222,227,226)
#E3E7E6
(227,231,230)
#E8EBEA
(232,235,234)
#EDEFEE
(237,239,238)
#F2F3F2
(242,243,242)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFCE; }

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

This text font color is #C5CFCE.


Background Color

.myBgColor { background-color: #C5CFCE; }

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

This div background color is #C5CFCE.


Border color

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

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

This div border color is #C5CFCE.


Opacity

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

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

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

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

This text has shadow with #C5CFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CFCE on black background.


Color preview on white background

This text has color #C5CFCE on white background.



Black color preview on #C5CFCE background

This text has black color on #C5CFCE background.


White color preview on #C5CFCE background

This text has white color on #C5CFCE background.