COLOR #C7C9CF

HEX: #C7C9CF RGB: (199,201,207)

Color info

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

RGB color model

#C7C9CF color RGB value is (199,201,207).

RGB: (199,201,207) (78%, 79%, 81%)

RGB channels and saturation

R 199 of 255 = 78%
G 201 of 255 = 79%
B 207 of 255 = 81%

199
201
207

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

Portions of RGB colors in percentages

R + G + B = 199 + 201 + 207 = 607 (100%)
R 199 of 607 ~ 32.78%
G 201 of 607 ~ 33.11%
B 207 of 607 ~ 34.1'%

%32.78
%33.11
%34.1

CMYK color model

#C7C9CF color CMYK value is (4,3,0,19).

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

CMYK: (4,3,0,19)
C4M3Y0K19 (4%, 3%, 0%, 19%)
(0.04 / 0.03 / 0.00 / 0.19)

CMYK percentages

%3.86
%2.9
%0
%18.82

Codes

Color #C7C9CF in popluar color models

C7 C9 CF
RGB 199 201 207
HSL 225° 7.69% 79.61%
HSB/HSV 225° 3.86% 81.18%
CMYK 3.86% 2.90% 0.00%
18.82%

Color #C7C9CF in popluar number systems.

HEX C7 C9 CF
Decimal 199 201 207
Binary 11000111 11001001 11001111
Octal 307 311 317

Shades and tints

Shades of #C7C9CF

#C7C9CF
(199,201,207)
#B5B7BD
(181,183,189)
#A3A5AB
(163,165,171)
#919399
(145,147,153)
#7F8187
(127,129,135)
#6D6F75
(109,111,117)
#5B5D63
(91,93,99)
#494B51
(73,75,81)
#37393F
(55,57,63)
#25272D
(37,39,45)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #C7C9CF

#C7C9CF
(199,201,207)
#CCCDD3
(204,205,211)
#D1D1D7
(209,209,215)
#D6D5DB
(214,213,219)
#DBD9DF
(219,217,223)
#E0DDE3
(224,221,227)
#E5E1E7
(229,225,231)
#EAE5EB
(234,229,235)
#EFE9EF
(239,233,239)
#F4EDF3
(244,237,243)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C9CF; }

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

This text font color is #C7C9CF.

Background Color

.myBgColor { background-color: #C7C9CF; }

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

This div background color is #C7C9CF.

Border color

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

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

This div border color is #C7C9CF.

Opacity

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

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

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

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

This text has shadow with #C7C9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C9CF.

Preview

Color preview on black background

This text has color #C7C9CF on black background.


Color preview on white background

This text has color #C7C9CF on white background.


Black color preview on #C7C9CF background

This text has black color on #C7C9CF background.


White color preview on #C7C9CF background

This text has white color on #C7C9CF background.


Related colors

Complementary color

Complementary color for #hex is #383630.


I love getcolorcode.com

Triadic colors

1 #CFC7C9 and #C9CFC7 with #C7C9CF are triadic colors.

2 #CFC9C7 and #C9C7CF with #C7C9CF are triadic colors.