COLOR #C2C9BB

HEX: #C2C9BB
RGB: (194,201,187)

Color info

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

RGB color model

#C2C9BB color RGB value is (194,201,187).

  • red value is 194;
  • green value is 201;
  • blue value is 187.
RGB:
(194,201,187)
(76%,79%,73%)

RGB channels and saturation

R 194 of 255 = 76%
G 201 of 255 = 79%
B 187 of 255 = 73%

194
201
187

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

Portions of RGB colors in percentages

R + G + B =
194 + 201 + 187 = 582 (100%)
R 194 of 582 ~ 33.33%
G 201 of 582 ~ 34.54%
B 187 of 582 ~ 32.13%

%33.33
%34.54
%32.13

CMYK color model

#C2C9BB color CMYK value is (3,0,7,21).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 6.97%
  • key color value is 21.18%
CMYK:
(3,0,7,21)
C3M0Y7K21 
(3%,0%,7%,21%)
(0.03/0.00/0.07/0.21)	

CMYK percentages

%3.48
%0
%6.97
%21.18

Codes

Color #C2C9BB in popluar color models

C2C9BB
RGB194201187
HSL90°11.48%76.08%
HSB/HSV90°6.97%78.82%
CMYK3.48%0.00%6.97%
21.18%

Color #C2C9BB in popluar number systems.

HEXC2C9BB
Decimal194201187
Binary110000101100100110111011
Octal302311273

Shades and tints

Shades of #C2C9BB

#C2C9BB
(194,201,187)
#B1B7AA
(177,183,170)
#A0A599
(160,165,153)
#8F9388
(143,147,136)
#7E8177
(126,129,119)
#6D6F66
(109,111,102)
#5C5D55
(92,93,85)
#4B4B44
(75,75,68)
#3A3933
(58,57,51)
#292722
(41,39,34)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #C2C9BB

#C2C9BB
(194,201,187)
#C7CDC1
(199,205,193)
#CCD1C7
(204,209,199)
#D1D5CD
(209,213,205)
#D6D9D3
(214,217,211)
#DBDDD9
(219,221,217)
#E0E1DF
(224,225,223)
#E5E5E5
(229,229,229)
#EAE9EB
(234,233,235)
#EFEDF1
(239,237,241)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C9BB color. Also use rgb(194,201,187) instead hex code.

Text Font Color

.myTextColor { color: #C2C9BB; }

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

This text font color is #C2C9BB.


Background Color

.myBgColor { background-color: #C2C9BB; }

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

This div background color is #C2C9BB.


Border color

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

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

This div border color is #C2C9BB.


Opacity

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

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

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

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

This text has shadow with #C2C9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C9BB on black background.


Color preview on white background

This text has color #C2C9BB on white background.



Black color preview on #C2C9BB background

This text has black color on #C2C9BB background.


White color preview on #C2C9BB background

This text has white color on #C2C9BB background.