COLOR #C5C7BA

HEX: #C5C7BA
RGB: (197,199,186)

Color info

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

RGB color model

#C5C7BA color RGB value is (197,199,186).

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

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 186 of 255 = 73%

197
199
186

R + G + B ~ 76%. #C5C7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 199 + 186 = 582 (100%)
R 197 of 582 ~ 33.85%
G 199 of 582 ~ 34.19%
B 186 of 582 ~ 31.96%

%33.85
%34.19
%31.96

CMYK color model

#C5C7BA color CMYK value is (1,0,7,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(1,0,7,22)
C1M0Y7K22 
(1%,0%,7%,22%)
(0.01/0.00/0.07/0.22)	

CMYK percentages

%1.01
%0
%6.53
%21.96

Codes

Color #C5C7BA in popluar color models

C5C7BA
RGB197199186
HSL69°10.40%75.49%
HSB/HSV69°6.53%78.04%
CMYK1.01%0.00%6.53%
21.96%

Color #C5C7BA in popluar number systems.

HEXC5C7BA
Decimal197199186
Binary110001011100011110111010
Octal305307272

Shades and tints

Shades of #C5C7BA

#C5C7BA
(197,199,186)
#B4B5AA
(180,181,170)
#A3A39A
(163,163,154)
#92918A
(146,145,138)
#817F7A
(129,127,122)
#706D6A
(112,109,106)
#5F5B5A
(95,91,90)
#4E494A
(78,73,74)
#3D373A
(61,55,58)
#2C252A
(44,37,42)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #C5C7BA

#C5C7BA
(197,199,186)
#CACCC0
(202,204,192)
#CFD1C6
(207,209,198)
#D4D6CC
(212,214,204)
#D9DBD2
(217,219,210)
#DEE0D8
(222,224,216)
#E3E5DE
(227,229,222)
#E8EAE4
(232,234,228)
#EDEFEA
(237,239,234)
#F2F4F0
(242,244,240)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7BA; }

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

This text font color is #C5C7BA.


Background Color

.myBgColor { background-color: #C5C7BA; }

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

This div background color is #C5C7BA.


Border color

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

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

This div border color is #C5C7BA.


Opacity

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

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

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

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

This text has shadow with #C5C7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C7BA on black background.


Color preview on white background

This text has color #C5C7BA on white background.



Black color preview on #C5C7BA background

This text has black color on #C5C7BA background.


White color preview on #C5C7BA background

This text has white color on #C5C7BA background.