COLOR #C1C9BE

HEX: #C1C9BE
RGB: (193,201,190)

Color info

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

RGB color model

#C1C9BE color RGB value is (193,201,190).

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

RGB channels and saturation

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

193
201
190

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

Portions of RGB colors in percentages

R + G + B =
193 + 201 + 190 = 584 (100%)
R 193 of 584 ~ 33.05%
G 201 of 584 ~ 34.42%
B 190 of 584 ~ 32.53%

%33.05
%34.42
%32.53

CMYK color model

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

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 5.47%
  • 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
%5.47
%21.18

Codes

Color #C1C9BE in popluar color models

C1C9BE
RGB193201190
HSL104°9.24%76.67%
HSB/HSV104°5.47%78.82%
CMYK3.98%0.00%5.47%
21.18%

Color #C1C9BE in popluar number systems.

HEXC1C9BE
Decimal193201190
Binary110000011100100110111110
Octal301311276

Shades and tints

Shades of #C1C9BE

#C1C9BE
(193,201,190)
#B0B7AD
(176,183,173)
#9FA59C
(159,165,156)
#8E938B
(142,147,139)
#7D817A
(125,129,122)
#6C6F69
(108,111,105)
#5B5D58
(91,93,88)
#4A4B47
(74,75,71)
#393936
(57,57,54)
#282725
(40,39,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #C1C9BE

#C1C9BE
(193,201,190)
#C6CDC3
(198,205,195)
#CBD1C8
(203,209,200)
#D0D5CD
(208,213,205)
#D5D9D2
(213,217,210)
#DADDD7
(218,221,215)
#DFE1DC
(223,225,220)
#E4E5E1
(228,229,225)
#E9E9E6
(233,233,230)
#EEEDEB
(238,237,235)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C9BE; }

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

This text font color is #C1C9BE.


Background Color

.myBgColor { background-color: #C1C9BE; }

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

This div background color is #C1C9BE.


Border color

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

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

This div border color is #C1C9BE.


Opacity

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

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

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

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

This text has shadow with #C1C9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C9BE on black background.


Color preview on white background

This text has color #C1C9BE on white background.



Black color preview on #C1C9BE background

This text has black color on #C1C9BE background.


White color preview on #C1C9BE background

This text has white color on #C1C9BE background.