COLOR #C1C9BF

HEX: #C1C9BF
RGB: (193,201,191)

Color info

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

RGB color model

#C1C9BF color RGB value is (193,201,191).

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

RGB channels and saturation

R 193 of 255 = 76%
G 201 of 255 = 79%
B 191 of 255 = 75%

193
201
191

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

Portions of RGB colors in percentages

R + G + B =
193 + 201 + 191 = 585 (100%)
R 193 of 585 ~ 32.99%
G 201 of 585 ~ 34.36%
B 191 of 585 ~ 32.65%

%32.99
%34.36
%32.65

CMYK color model

#C1C9BF color CMYK value is (4,0,5,21).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 21.18%
CMYK:
(4,0,5,21)
C4M0Y5K21 
(4%,0%,5%,21%)
(0.04/0.00/0.05/0.21)	

CMYK percentages

%3.98
%0
%4.98
%21.18

Codes

Color #C1C9BF in popluar color models

C1C9BF
RGB193201191
HSL108°8.47%76.86%
HSB/HSV108°4.98%78.82%
CMYK3.98%0.00%4.98%
21.18%

Color #C1C9BF in popluar number systems.

HEXC1C9BF
Decimal193201191
Binary110000011100100110111111
Octal301311277

Shades and tints

Shades of #C1C9BF

#C1C9BF
(193,201,191)
#B0B7AE
(176,183,174)
#9FA59D
(159,165,157)
#8E938C
(142,147,140)
#7D817B
(125,129,123)
#6C6F6A
(108,111,106)
#5B5D59
(91,93,89)
#4A4B48
(74,75,72)
#393937
(57,57,55)
#282726
(40,39,38)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #C1C9BF

#C1C9BF
(193,201,191)
#C6CDC4
(198,205,196)
#CBD1C9
(203,209,201)
#D0D5CE
(208,213,206)
#D5D9D3
(213,217,211)
#DADDD8
(218,221,216)
#DFE1DD
(223,225,221)
#E4E5E2
(228,229,226)
#E9E9E7
(233,233,231)
#EEEDEC
(238,237,236)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C9BF; }

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

This text font color is #C1C9BF.


Background Color

.myBgColor { background-color: #C1C9BF; }

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

This div background color is #C1C9BF.


Border color

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

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

This div border color is #C1C9BF.


Opacity

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

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

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

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

This text has shadow with #C1C9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C9BF on black background.


Color preview on white background

This text has color #C1C9BF on white background.



Black color preview on #C1C9BF background

This text has black color on #C1C9BF background.


White color preview on #C1C9BF background

This text has white color on #C1C9BF background.