COLOR #C5C7BF

HEX: #C5C7BF
RGB: (197,199,191)

Color info

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

RGB color model

#C5C7BF color RGB value is (197,199,191).

  • red value is 197;
  • green value is 199;
  • blue value is 191.
RGB:
(197,199,191)
(77%,78%,75%)

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 191 of 255 = 75%

197
199
191

R + G + B ~ 77%. #C5C7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 199 + 191 = 587 (100%)
R 197 of 587 ~ 33.56%
G 199 of 587 ~ 33.9%
B 191 of 587 ~ 32.54%

%33.56
%33.9
%32.54

CMYK color model

#C5C7BF color CMYK value is (1,0,4,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 21.96%
CMYK:
(1,0,4,22)
C1M0Y4K22 
(1%,0%,4%,22%)
(0.01/0.00/0.04/0.22)	

CMYK percentages

%1.01
%0
%4.02
%21.96

Codes

Color #C5C7BF in popluar color models

C5C7BF
RGB197199191
HSL75°6.67%76.47%
HSB/HSV75°4.02%78.04%
CMYK1.01%0.00%4.02%
21.96%

Color #C5C7BF in popluar number systems.

HEXC5C7BF
Decimal197199191
Binary110001011100011110111111
Octal305307277

Shades and tints

Shades of #C5C7BF

#C5C7BF
(197,199,191)
#B4B5AE
(180,181,174)
#A3A39D
(163,163,157)
#92918C
(146,145,140)
#817F7B
(129,127,123)
#706D6A
(112,109,106)
#5F5B59
(95,91,89)
#4E4948
(78,73,72)
#3D3737
(61,55,55)
#2C2526
(44,37,38)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #C5C7BF

#C5C7BF
(197,199,191)
#CACCC4
(202,204,196)
#CFD1C9
(207,209,201)
#D4D6CE
(212,214,206)
#D9DBD3
(217,219,211)
#DEE0D8
(222,224,216)
#E3E5DD
(227,229,221)
#E8EAE2
(232,234,226)
#EDEFE7
(237,239,231)
#F2F4EC
(242,244,236)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7BF; }

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

This text font color is #C5C7BF.


Background Color

.myBgColor { background-color: #C5C7BF; }

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

This div background color is #C5C7BF.


Border color

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

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

This div border color is #C5C7BF.


Opacity

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

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

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

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

This text has shadow with #C5C7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C7BF on black background.


Color preview on white background

This text has color #C5C7BF on white background.



Black color preview on #C5C7BF background

This text has black color on #C5C7BF background.


White color preview on #C5C7BF background

This text has white color on #C5C7BF background.