COLOR #C5C9C7

HEX: #C5C9C7 RGB: (197,201,199)

Color info

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

RGB color model

#C5C9C7 color RGB value is (197,201,199).

RGB: (197,201,199) (77%, 79%, 78%)

RGB channels and saturation

R 197 of 255 = 77%
G 201 of 255 = 79%
B 199 of 255 = 78%

197
201
199

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

Portions of RGB colors in percentages

R + G + B = 197 + 201 + 199 = 597 (100%)
R 197 of 597 ~ 33%
G 201 of 597 ~ 33.67%
B 199 of 597 ~ 33.33'%

%33
%33.67
%33.33

CMYK color model

#C5C9C7 color CMYK value is (2,0,1,21).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 21.18%
CMYK: (2,0,1,21) C2M0Y1K21 (2%,0%,1%,21%) (0.02/0.00/0.01/0.21) 

CMYK percentages

%1.99
%0
%1
%21.18

Codes

Color #C5C9C7 in popluar color models

C5 C9 C7
RGB 197 201 199
HSL 150° 3.57% 78.04%
HSB/HSV 150° 1.99% 78.82%
CMYK 1.99% 0.00% 1.00%
21.18%

Color #C5C9C7 in popluar number systems.

HEX C5 C9 C7
Decimal 197 201 199
Binary 11000101 11001001 11000111
Octal 305 311 307

Shades and tints

Shades of #C5C9C7

#C5C9C7
(197,201,199)
#B4B7B5
(180,183,181)
#A3A5A3
(163,165,163)
#929391
(146,147,145)
#81817F
(129,129,127)
#706F6D
(112,111,109)
#5F5D5B
(95,93,91)
#4E4B49
(78,75,73)
#3D3937
(61,57,55)
#2C2725
(44,39,37)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #C5C9C7

#C5C9C7
(197,201,199)
#CACDCC
(202,205,204)
#CFD1D1
(207,209,209)
#D4D5D6
(212,213,214)
#D9D9DB
(217,217,219)
#DEDDE0
(222,221,224)
#E3E1E5
(227,225,229)
#E8E5EA
(232,229,234)
#EDE9EF
(237,233,239)
#F2EDF4
(242,237,244)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C9C7; }

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

This text font color is #C5C9C7.

Background Color

.myBgColor { background-color: #C5C9C7; }

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

This div background color is #C5C9C7.

Border color

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

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

This div border color is #C5C9C7.

Opacity

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

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

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

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

This text has shadow with #C5C9C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C9C7.

Preview

Color preview on black background

This text has color #C5C9C7 on black background.


Color preview on white background

This text has color #C5C9C7 on white background.


Black color preview on #C5C9C7 background

This text has black color on #C5C9C7 background.


White color preview on #C5C9C7 background

This text has white color on #C5C9C7 background.


Related colors

Complementary color

Complementary color for #hex is #3A3638.


I love getcolorcode.com

Triadic colors

1 #C7C5C9 and #C9C7C5 with #C5C9C7 are triadic colors.

2 #C7C9C5 and #C9C5C7 with #C5C9C7 are triadic colors.