COLOR #C5C5BD

HEX: #C5C5BD
RGB: (197,197,189)

Color info

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

RGB color model

#C5C5BD color RGB value is (197,197,189).

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

RGB channels and saturation

R 197 of 255 = 77%
G 197 of 255 = 77%
B 189 of 255 = 74%

197
197
189

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

Portions of RGB colors in percentages

R + G + B =
197 + 197 + 189 = 583 (100%)
R 197 of 583 ~ 33.79%
G 197 of 583 ~ 33.79%
B 189 of 583 ~ 32.42%

%33.79
%33.79
%32.42

CMYK color model

#C5C5BD color CMYK value is (0,0,4,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK:
(0,0,4,23)
C0M0Y4K23 
(0%,0%,4%,23%)
(0.00/0.00/0.04/0.23)	

CMYK percentages

%0
%0
%4.06
%22.75

Codes

Color #C5C5BD in popluar color models

C5C5BD
RGB197197189
HSL60°6.45%75.69%
HSB/HSV60°4.06%77.25%
CMYK0.00%0.00%4.06%
22.75%

Color #C5C5BD in popluar number systems.

HEXC5C5BD
Decimal197197189
Binary110001011100010110111101
Octal305305275

Shades and tints

Shades of #C5C5BD

#C5C5BD
(197,197,189)
#B4B4AC
(180,180,172)
#A3A39B
(163,163,155)
#92928A
(146,146,138)
#818179
(129,129,121)
#707068
(112,112,104)
#5F5F57
(95,95,87)
#4E4E46
(78,78,70)
#3D3D35
(61,61,53)
#2C2C24
(44,44,36)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #C5C5BD

#C5C5BD
(197,197,189)
#CACAC3
(202,202,195)
#CFCFC9
(207,207,201)
#D4D4CF
(212,212,207)
#D9D9D5
(217,217,213)
#DEDEDB
(222,222,219)
#E3E3E1
(227,227,225)
#E8E8E7
(232,232,231)
#EDEDED
(237,237,237)
#F2F2F3
(242,242,243)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C5BD; }

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

This text font color is #C5C5BD.


Background Color

.myBgColor { background-color: #C5C5BD; }

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

This div background color is #C5C5BD.


Border color

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

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

This div border color is #C5C5BD.


Opacity

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

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

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

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

This text has shadow with #C5C5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C5BD on black background.


Color preview on white background

This text has color #C5C5BD on white background.



Black color preview on #C5C5BD background

This text has black color on #C5C5BD background.


White color preview on #C5C5BD background

This text has white color on #C5C5BD background.