COLOR #C3C7CF

HEX: #C3C7CF
RGB: (195,199,207)

Color info

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

RGB color model

#C3C7CF color RGB value is (195,199,207).

  • red value is 195;
  • green value is 199;
  • blue value is 207.
RGB:
(195,199,207)
(76%,78%,81%)

RGB channels and saturation

R 195 of 255 = 76%
G 199 of 255 = 78%
B 207 of 255 = 81%

195
199
207

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

Portions of RGB colors in percentages

R + G + B =
195 + 199 + 207 = 601 (100%)
R 195 of 601 ~ 32.45%
G 199 of 601 ~ 33.11%
B 207 of 601 ~ 34.44%

%32.45
%33.11
%34.44

CMYK color model

#C3C7CF color CMYK value is (6,4,0,19).

  • cyan value is 5.80%
  • magenta value is 3.86%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(6,4,0,19)
C6M4Y0K19 
(6%,4%,0%,19%)
(0.06/0.04/0.00/0.19)	

CMYK percentages

%5.8
%3.86
%0
%18.82

Codes

Color #C3C7CF in popluar color models

C3C7CF
RGB195199207
HSL220°11.11%78.82%
HSB/HSV220°5.80%81.18%
CMYK5.80%3.86%0.00%
18.82%

Color #C3C7CF in popluar number systems.

HEXC3C7CF
Decimal195199207
Binary110000111100011111001111
Octal303307317

Shades and tints

Shades of #C3C7CF

#C3C7CF
(195,199,207)
#B2B5BD
(178,181,189)
#A1A3AB
(161,163,171)
#909199
(144,145,153)
#7F7F87
(127,127,135)
#6E6D75
(110,109,117)
#5D5B63
(93,91,99)
#4C4951
(76,73,81)
#3B373F
(59,55,63)
#2A252D
(42,37,45)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #C3C7CF

#C3C7CF
(195,199,207)
#C8CCD3
(200,204,211)
#CDD1D7
(205,209,215)
#D2D6DB
(210,214,219)
#D7DBDF
(215,219,223)
#DCE0E3
(220,224,227)
#E1E5E7
(225,229,231)
#E6EAEB
(230,234,235)
#EBEFEF
(235,239,239)
#F0F4F3
(240,244,243)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C7CF; }

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

This text font color is #C3C7CF.


Background Color

.myBgColor { background-color: #C3C7CF; }

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

This div background color is #C3C7CF.


Border color

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

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

This div border color is #C3C7CF.


Opacity

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

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

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

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

This text has shadow with #C3C7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C7CF on black background.


Color preview on white background

This text has color #C3C7CF on white background.



Black color preview on #C3C7CF background

This text has black color on #C3C7CF background.


White color preview on #C3C7CF background

This text has white color on #C3C7CF background.