COLOR #C5C9BF

HEX: #C5C9BF
RGB: (197,201,191)

Color info

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

RGB color model

#C5C9BF color RGB value is (197,201,191).

  • red value is 197;
  • green value is 201;
  • blue value is 191.
RGB:
(197,201,191)
(77%,79%,75%)

RGB channels and saturation

R 197 of 255 = 77%
G 201 of 255 = 79%
B 191 of 255 = 75%

197
201
191

R + G + B ~ 77%. #C5C9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 201 + 191 = 589 (100%)
R 197 of 589 ~ 33.45%
G 201 of 589 ~ 34.13%
B 191 of 589 ~ 32.43%

%33.45
%34.13
%32.43

CMYK color model

#C5C9BF color CMYK value is (2,0,5,21).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 21.18%
CMYK:
(2,0,5,21)
C2M0Y5K21 
(2%,0%,5%,21%)
(0.02/0.00/0.05/0.21)	

CMYK percentages

%1.99
%0
%4.98
%21.18

Codes

Color #C5C9BF in popluar color models

C5C9BF
RGB197201191
HSL84°8.47%76.86%
HSB/HSV84°4.98%78.82%
CMYK1.99%0.00%4.98%
21.18%

Color #C5C9BF in popluar number systems.

HEXC5C9BF
Decimal197201191
Binary110001011100100110111111
Octal305311277

Shades and tints

Shades of #C5C9BF

#C5C9BF
(197,201,191)
#B4B7AE
(180,183,174)
#A3A59D
(163,165,157)
#92938C
(146,147,140)
#81817B
(129,129,123)
#706F6A
(112,111,106)
#5F5D59
(95,93,89)
#4E4B48
(78,75,72)
#3D3937
(61,57,55)
#2C2726
(44,39,38)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #C5C9BF

#C5C9BF
(197,201,191)
#CACDC4
(202,205,196)
#CFD1C9
(207,209,201)
#D4D5CE
(212,213,206)
#D9D9D3
(217,217,211)
#DEDDD8
(222,221,216)
#E3E1DD
(227,225,221)
#E8E5E2
(232,229,226)
#EDE9E7
(237,233,231)
#F2EDEC
(242,237,236)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C9BF; }

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

This text font color is #C5C9BF.


Background Color

.myBgColor { background-color: #C5C9BF; }

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

This div background color is #C5C9BF.


Border color

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

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

This div border color is #C5C9BF.


Opacity

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

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

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

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

This text has shadow with #C5C9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C9BF on black background.


Color preview on white background

This text has color #C5C9BF on white background.



Black color preview on #C5C9BF background

This text has black color on #C5C9BF background.


White color preview on #C5C9BF background

This text has white color on #C5C9BF background.