COLOR #C5C7BC

HEX: #C5C7BC RGB: (197,199,188)

Color info

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

RGB color model

#C5C7BC color RGB value is (197,199,188).

RGB: (197,199,188) (77%, 78%, 74%)

RGB channels and saturation

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

197
199
188

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

Portions of RGB colors in percentages

R + G + B = 197 + 199 + 188 = 584 (100%)
R 197 of 584 ~ 33.73%
G 199 of 584 ~ 34.08%
B 188 of 584 ~ 32.19'%

%33.73
%34.08
%32.19

CMYK color model

#C5C7BC color CMYK value is (1,0,6,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 21.96%

CMYK: (1,0,6,22)
C1M0Y6K22 (1%, 0%, 6%, 22%)
(0.01 / 0.00 / 0.06 / 0.22)

CMYK percentages

%1.01
%0
%5.53
%21.96

Codes

Color #C5C7BC in popluar color models

C5 C7 BC
RGB 197 199 188
HSL 71° 8.94% 75.88%
HSB/HSV 71° 5.53% 78.04%
CMYK 1.01% 0.00% 5.53%
21.96%

Color #C5C7BC in popluar number systems.

HEX C5 C7 BC
Decimal 197 199 188
Binary 11000101 11000111 10111100
Octal 305 307 274

Shades and tints

Shades of #C5C7BC

#C5C7BC
(197,199,188)
#B4B5AB
(180,181,171)
#A3A39A
(163,163,154)
#929189
(146,145,137)
#817F78
(129,127,120)
#706D67
(112,109,103)
#5F5B56
(95,91,86)
#4E4945
(78,73,69)
#3D3734
(61,55,52)
#2C2523
(44,37,35)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #C5C7BC

#C5C7BC
(197,199,188)
#CACCC2
(202,204,194)
#CFD1C8
(207,209,200)
#D4D6CE
(212,214,206)
#D9DBD4
(217,219,212)
#DEE0DA
(222,224,218)
#E3E5E0
(227,229,224)
#E8EAE6
(232,234,230)
#EDEFEC
(237,239,236)
#F2F4F2
(242,244,242)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7BC; }

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

This text font color is #C5C7BC.

Background Color

.myBgColor { background-color: #C5C7BC; }

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

This div background color is #C5C7BC.

Border color

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

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

This div border color is #C5C7BC.

Opacity

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

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

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

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

This text has shadow with #C5C7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C7BC.

Preview

Color preview on black background

This text has color #C5C7BC on black background.


Color preview on white background

This text has color #C5C7BC on white background.


Black color preview on #C5C7BC background

This text has black color on #C5C7BC background.


White color preview on #C5C7BC background

This text has white color on #C5C7BC background.


Related colors

Complementary color

Complementary color for #hex is #3A3843.


I love getcolorcode.com

Triadic colors

1 #BCC5C7 and #C7BCC5 with #C5C7BC are triadic colors.

2 #BCC7C5 and #C7C5BC with #C5C7BC are triadic colors.