COLOR #C5C7CF

HEX: #C5C7CF RGB: (197,199,207)

Color info

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

RGB color model

#C5C7CF color RGB value is (197,199,207).

RGB: (197,199,207) (77%, 78%, 81%)

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 207 of 255 = 81%

197
199
207

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

Portions of RGB colors in percentages

R + G + B = 197 + 199 + 207 = 603 (100%)
R 197 of 603 ~ 32.67%
G 199 of 603 ~ 33%
B 207 of 603 ~ 34.33'%

%32.67
%33
%34.33

CMYK color model

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

  • cyan value is 4.83%
  • magenta value is 3.86%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (5,4,0,19)
C5M4Y0K19 (5%, 4%, 0%, 19%)
(0.05 / 0.04 / 0.00 / 0.19)

CMYK percentages

%4.83
%3.86
%0
%18.82

Codes

Color #C5C7CF in popluar color models

C5 C7 CF
RGB 197 199 207
HSL 228° 9.43% 79.22%
HSB/HSV 228° 4.83% 81.18%
CMYK 4.83% 3.86% 0.00%
18.82%

Color #C5C7CF in popluar number systems.

HEX C5 C7 CF
Decimal 197 199 207
Binary 11000101 11000111 11001111
Octal 305 307 317

Shades and tints

Shades of #C5C7CF

#C5C7CF
(197,199,207)
#B4B5BD
(180,181,189)
#A3A3AB
(163,163,171)
#929199
(146,145,153)
#817F87
(129,127,135)
#706D75
(112,109,117)
#5F5B63
(95,91,99)
#4E4951
(78,73,81)
#3D373F
(61,55,63)
#2C252D
(44,37,45)
#1B131B
(27,19,27)
#000000
(0,0,0)

Tints of #C5C7CF

#C5C7CF
(197,199,207)
#CACCD3
(202,204,211)
#CFD1D7
(207,209,215)
#D4D6DB
(212,214,219)
#D9DBDF
(217,219,223)
#DEE0E3
(222,224,227)
#E3E5E7
(227,229,231)
#E8EAEB
(232,234,235)
#EDEFEF
(237,239,239)
#F2F4F3
(242,244,243)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7CF; }

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

This text font color is #C5C7CF.

Background Color

.myBgColor { background-color: #C5C7CF; }

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

This div background color is #C5C7CF.

Border color

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

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

This div border color is #C5C7CF.

Opacity

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

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

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

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

This text has shadow with #C5C7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C7CF.

Preview

Color preview on black background

This text has color #C5C7CF on black background.


Color preview on white background

This text has color #C5C7CF on white background.


Black color preview on #C5C7CF background

This text has black color on #C5C7CF background.


White color preview on #C5C7CF background

This text has white color on #C5C7CF background.


Related colors

Complementary color

Complementary color for #hex is #3A3830.


I love getcolorcode.com

Triadic colors

1 #CFC5C7 and #C7CFC5 with #C5C7CF are triadic colors.

2 #CFC7C5 and #C7C5CF with #C5C7CF are triadic colors.