COLOR #C5CFC0

HEX: #C5CFC0
RGB: (197,207,192)

Color info

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

RGB color model

#C5CFC0 color RGB value is (197,207,192).

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

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 192 of 255 = 75%

197
207
192

R + G + B ~ 78%. #C5CFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 192 = 596 (100%)
R 197 of 596 ~ 33.05%
G 207 of 596 ~ 34.73%
B 192 of 596 ~ 32.21%

%33.05
%34.73
%32.21

CMYK color model

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

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 18.82%
CMYK:
(5,0,7,19)
C5M0Y7K19 
(5%,0%,7%,19%)
(0.05/0.00/0.07/0.19)	

CMYK percentages

%4.83
%0
%7.25
%18.82

Codes

Color #C5CFC0 in popluar color models

C5CFC0
RGB197207192
HSL100°13.51%78.24%
HSB/HSV100°7.25%81.18%
CMYK4.83%0.00%7.25%
18.82%

Color #C5CFC0 in popluar number systems.

HEXC5CFC0
Decimal197207192
Binary110001011100111111000000
Octal305317300

Shades and tints

Shades of #C5CFC0

#C5CFC0
(197,207,192)
#B4BDAF
(180,189,175)
#A3AB9E
(163,171,158)
#92998D
(146,153,141)
#81877C
(129,135,124)
#70756B
(112,117,107)
#5F635A
(95,99,90)
#4E5149
(78,81,73)
#3D3F38
(61,63,56)
#2C2D27
(44,45,39)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #C5CFC0

#C5CFC0
(197,207,192)
#CAD3C5
(202,211,197)
#CFD7CA
(207,215,202)
#D4DBCF
(212,219,207)
#D9DFD4
(217,223,212)
#DEE3D9
(222,227,217)
#E3E7DE
(227,231,222)
#E8EBE3
(232,235,227)
#EDEFE8
(237,239,232)
#F2F3ED
(242,243,237)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFC0; }

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

This text font color is #C5CFC0.


Background Color

.myBgColor { background-color: #C5CFC0; }

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

This div background color is #C5CFC0.


Border color

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

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

This div border color is #C5CFC0.


Opacity

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

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

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

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

This text has shadow with #C5CFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CFC0 on black background.


Color preview on white background

This text has color #C5CFC0 on white background.



Black color preview on #C5CFC0 background

This text has black color on #C5CFC0 background.


White color preview on #C5CFC0 background

This text has white color on #C5CFC0 background.