COLOR #C5C8B6

HEX: #C5C8B6
RGB: (197,200,182)

Color info

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

RGB color model

#C5C8B6 color RGB value is (197,200,182).

  • red value is 197;
  • green value is 200;
  • blue value is 182.
RGB:
(197,200,182)
(77%,78%,71%)

RGB channels and saturation

R 197 of 255 = 77%
G 200 of 255 = 78%
B 182 of 255 = 71%

197
200
182

R + G + B ~ 75%. #C5C8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 200 + 182 = 579 (100%)
R 197 of 579 ~ 34.02%
G 200 of 579 ~ 34.54%
B 182 of 579 ~ 31.43%

%34.02
%34.54
%31.43

CMYK color model

#C5C8B6 color CMYK value is (1,0,9,22).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 9.00%
  • key color value is 21.57%
CMYK:
(1,0,9,22)
C1M0Y9K22 
(1%,0%,9%,22%)
(0.01/0.00/0.09/0.22)	

CMYK percentages

%1.5
%0
%9
%21.57

Codes

Color #C5C8B6 in popluar color models

C5C8B6
RGB197200182
HSL70°14.06%74.90%
HSB/HSV70°9.00%78.43%
CMYK1.50%0.00%9.00%
21.57%

Color #C5C8B6 in popluar number systems.

HEXC5C8B6
Decimal197200182
Binary110001011100100010110110
Octal305310266

Shades and tints

Shades of #C5C8B6

#C5C8B6
(197,200,182)
#B4B6A6
(180,182,166)
#A3A496
(163,164,150)
#929286
(146,146,134)
#818076
(129,128,118)
#706E66
(112,110,102)
#5F5C56
(95,92,86)
#4E4A46
(78,74,70)
#3D3836
(61,56,54)
#2C2626
(44,38,38)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #C5C8B6

#C5C8B6
(197,200,182)
#CACDBC
(202,205,188)
#CFD2C2
(207,210,194)
#D4D7C8
(212,215,200)
#D9DCCE
(217,220,206)
#DEE1D4
(222,225,212)
#E3E6DA
(227,230,218)
#E8EBE0
(232,235,224)
#EDF0E6
(237,240,230)
#F2F5EC
(242,245,236)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C8B6 color. Also use rgb(197,200,182) instead hex code.

Text Font Color

.myTextColor { color: #C5C8B6; }

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

This text font color is #C5C8B6.


Background Color

.myBgColor { background-color: #C5C8B6; }

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

This div background color is #C5C8B6.


Border color

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

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

This div border color is #C5C8B6.


Opacity

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

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

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

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

This text has shadow with #C5C8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C8B6 on black background.


Color preview on white background

This text has color #C5C8B6 on white background.



Black color preview on #C5C8B6 background

This text has black color on #C5C8B6 background.


White color preview on #C5C8B6 background

This text has white color on #C5C8B6 background.