COLOR #C5C4B7

HEX: #C5C4B7
RGB: (197,196,183)

Color info

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

RGB color model

#C5C4B7 color RGB value is (197,196,183).

  • red value is 197;
  • green value is 196;
  • blue value is 183.
RGB:
(197,196,183)
(77%,77%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 196 of 255 = 77%
B 183 of 255 = 72%

197
196
183

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

Portions of RGB colors in percentages

R + G + B =
197 + 196 + 183 = 576 (100%)
R 197 of 576 ~ 34.2%
G 196 of 576 ~ 34.03%
B 183 of 576 ~ 31.77%

%34.2
%34.03
%31.77

CMYK color model

#C5C4B7 color CMYK value is (0,1,7,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 7.11%
  • key color value is 22.75%
CMYK:
(0,1,7,23)
C0M1Y7K23 
(0%,1%,7%,23%)
(0.00/0.01/0.07/0.23)	

CMYK percentages

%0
%0.51
%7.11
%22.75

Codes

Color #C5C4B7 in popluar color models

C5C4B7
RGB197196183
HSL56°10.77%74.51%
HSB/HSV56°7.11%77.25%
CMYK0.00%0.51%7.11%
22.75%

Color #C5C4B7 in popluar number systems.

HEXC5C4B7
Decimal197196183
Binary110001011100010010110111
Octal305304267

Shades and tints

Shades of #C5C4B7

#C5C4B7
(197,196,183)
#B4B3A7
(180,179,167)
#A3A297
(163,162,151)
#929187
(146,145,135)
#818077
(129,128,119)
#706F67
(112,111,103)
#5F5E57
(95,94,87)
#4E4D47
(78,77,71)
#3D3C37
(61,60,55)
#2C2B27
(44,43,39)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #C5C4B7

#C5C4B7
(197,196,183)
#CAC9BD
(202,201,189)
#CFCEC3
(207,206,195)
#D4D3C9
(212,211,201)
#D9D8CF
(217,216,207)
#DEDDD5
(222,221,213)
#E3E2DB
(227,226,219)
#E8E7E1
(232,231,225)
#EDECE7
(237,236,231)
#F2F1ED
(242,241,237)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C4B7 color. Also use rgb(197,196,183) instead hex code.

Text Font Color

.myTextColor { color: #C5C4B7; }

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

This text font color is #C5C4B7.


Background Color

.myBgColor { background-color: #C5C4B7; }

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

This div background color is #C5C4B7.


Border color

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

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

This div border color is #C5C4B7.


Opacity

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

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

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

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

This text has shadow with #C5C4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C4B7 on black background.


Color preview on white background

This text has color #C5C4B7 on white background.



Black color preview on #C5C4B7 background

This text has black color on #C5C4B7 background.


White color preview on #C5C4B7 background

This text has white color on #C5C4B7 background.