COLOR #C5C7BD

HEX: #C5C7BD
RGB: (197,199,189)

Color info

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

RGB color model

#C5C7BD color RGB value is (197,199,189).

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

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 189 of 255 = 74%

197
199
189

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

Portions of RGB colors in percentages

R + G + B =
197 + 199 + 189 = 585 (100%)
R 197 of 585 ~ 33.68%
G 199 of 585 ~ 34.02%
B 189 of 585 ~ 32.31%

%33.68
%34.02
%32.31

CMYK color model

#C5C7BD color CMYK value is (1,0,5,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(1,0,5,22)
C1M0Y5K22 
(1%,0%,5%,22%)
(0.01/0.00/0.05/0.22)	

CMYK percentages

%1.01
%0
%5.03
%21.96

Codes

Color #C5C7BD in popluar color models

C5C7BD
RGB197199189
HSL72°8.20%76.08%
HSB/HSV72°5.03%78.04%
CMYK1.01%0.00%5.03%
21.96%

Color #C5C7BD in popluar number systems.

HEXC5C7BD
Decimal197199189
Binary110001011100011110111101
Octal305307275

Shades and tints

Shades of #C5C7BD

#C5C7BD
(197,199,189)
#B4B5AC
(180,181,172)
#A3A39B
(163,163,155)
#92918A
(146,145,138)
#817F79
(129,127,121)
#706D68
(112,109,104)
#5F5B57
(95,91,87)
#4E4946
(78,73,70)
#3D3735
(61,55,53)
#2C2524
(44,37,36)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #C5C7BD

#C5C7BD
(197,199,189)
#CACCC3
(202,204,195)
#CFD1C9
(207,209,201)
#D4D6CF
(212,214,207)
#D9DBD5
(217,219,213)
#DEE0DB
(222,224,219)
#E3E5E1
(227,229,225)
#E8EAE7
(232,234,231)
#EDEFED
(237,239,237)
#F2F4F3
(242,244,243)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7BD; }

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

This text font color is #C5C7BD.


Background Color

.myBgColor { background-color: #C5C7BD; }

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

This div background color is #C5C7BD.


Border color

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

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

This div border color is #C5C7BD.


Opacity

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

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

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

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

This text has shadow with #C5C7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C7BD on black background.


Color preview on white background

This text has color #C5C7BD on white background.



Black color preview on #C5C7BD background

This text has black color on #C5C7BD background.


White color preview on #C5C7BD background

This text has white color on #C5C7BD background.