COLOR #C5C5B5

HEX: #C5C5B5
RGB: (197,197,181)

Color info

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

RGB color model

#C5C5B5 color RGB value is (197,197,181).

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

RGB channels and saturation

R 197 of 255 = 77%
G 197 of 255 = 77%
B 181 of 255 = 71%

197
197
181

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

Portions of RGB colors in percentages

R + G + B =
197 + 197 + 181 = 575 (100%)
R 197 of 575 ~ 34.26%
G 197 of 575 ~ 34.26%
B 181 of 575 ~ 31.48%

%34.26
%34.26
%31.48

CMYK color model

#C5C5B5 color CMYK value is (0,0,8,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK:
(0,0,8,23)
C0M0Y8K23 
(0%,0%,8%,23%)
(0.00/0.00/0.08/0.23)	

CMYK percentages

%0
%0
%8.12
%22.75

Codes

Color #C5C5B5 in popluar color models

C5C5B5
RGB197197181
HSL60°12.12%74.12%
HSB/HSV60°8.12%77.25%
CMYK0.00%0.00%8.12%
22.75%

Color #C5C5B5 in popluar number systems.

HEXC5C5B5
Decimal197197181
Binary110001011100010110110101
Octal305305265

Shades and tints

Shades of #C5C5B5

#C5C5B5
(197,197,181)
#B4B4A5
(180,180,165)
#A3A395
(163,163,149)
#929285
(146,146,133)
#818175
(129,129,117)
#707065
(112,112,101)
#5F5F55
(95,95,85)
#4E4E45
(78,78,69)
#3D3D35
(61,61,53)
#2C2C25
(44,44,37)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #C5C5B5

#C5C5B5
(197,197,181)
#CACABB
(202,202,187)
#CFCFC1
(207,207,193)
#D4D4C7
(212,212,199)
#D9D9CD
(217,217,205)
#DEDED3
(222,222,211)
#E3E3D9
(227,227,217)
#E8E8DF
(232,232,223)
#EDEDE5
(237,237,229)
#F2F2EB
(242,242,235)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C5B5; }

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

This text font color is #C5C5B5.


Background Color

.myBgColor { background-color: #C5C5B5; }

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

This div background color is #C5C5B5.


Border color

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

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

This div border color is #C5C5B5.


Opacity

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

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

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

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

This text has shadow with #C5C5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C5B5 on black background.


Color preview on white background

This text has color #C5C5B5 on white background.



Black color preview on #C5C5B5 background

This text has black color on #C5C5B5 background.


White color preview on #C5C5B5 background

This text has white color on #C5C5B5 background.