COLOR #C5C6B8

HEX: #C5C6B8
RGB: (197,198,184)

Color info

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

RGB color model

#C5C6B8 color RGB value is (197,198,184).

  • red value is 197;
  • green value is 198;
  • blue value is 184.
RGB:
(197,198,184)
(77%,78%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 198 of 255 = 78%
B 184 of 255 = 72%

197
198
184

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

Portions of RGB colors in percentages

R + G + B =
197 + 198 + 184 = 579 (100%)
R 197 of 579 ~ 34.02%
G 198 of 579 ~ 34.2%
B 184 of 579 ~ 31.78%

%34.02
%34.2
%31.78

CMYK color model

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

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

CMYK percentages

%0.51
%0
%7.07
%22.35

Codes

Color #C5C6B8 in popluar color models

C5C6B8
RGB197198184
HSL64°10.94%74.90%
HSB/HSV64°7.07%77.65%
CMYK0.51%0.00%7.07%
22.35%

Color #C5C6B8 in popluar number systems.

HEXC5C6B8
Decimal197198184
Binary110001011100011010111000
Octal305306270

Shades and tints

Shades of #C5C6B8

#C5C6B8
(197,198,184)
#B4B4A8
(180,180,168)
#A3A298
(163,162,152)
#929088
(146,144,136)
#817E78
(129,126,120)
#706C68
(112,108,104)
#5F5A58
(95,90,88)
#4E4848
(78,72,72)
#3D3638
(61,54,56)
#2C2428
(44,36,40)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #C5C6B8

#C5C6B8
(197,198,184)
#CACBBE
(202,203,190)
#CFD0C4
(207,208,196)
#D4D5CA
(212,213,202)
#D9DAD0
(217,218,208)
#DEDFD6
(222,223,214)
#E3E4DC
(227,228,220)
#E8E9E2
(232,233,226)
#EDEEE8
(237,238,232)
#F2F3EE
(242,243,238)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C6B8 color. Also use rgb(197,198,184) instead hex code.

Text Font Color

.myTextColor { color: #C5C6B8; }

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

This text font color is #C5C6B8.


Background Color

.myBgColor { background-color: #C5C6B8; }

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

This div background color is #C5C6B8.


Border color

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

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

This div border color is #C5C6B8.


Opacity

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

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

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

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

This text has shadow with #C5C6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C6B8 on black background.


Color preview on white background

This text has color #C5C6B8 on white background.



Black color preview on #C5C6B8 background

This text has black color on #C5C6B8 background.


White color preview on #C5C6B8 background

This text has white color on #C5C6B8 background.