COLOR #C2C3BB

HEX: #C2C3BB
RGB: (194,195,187)

Color info

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

RGB color model

#C2C3BB color RGB value is (194,195,187).

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

RGB channels and saturation

R 194 of 255 = 76%
G 195 of 255 = 76%
B 187 of 255 = 73%

194
195
187

R + G + B ~ 75%. #C2C3BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 195 + 187 = 576 (100%)
R 194 of 576 ~ 33.68%
G 195 of 576 ~ 33.85%
B 187 of 576 ~ 32.47%

%33.68
%33.85
%32.47

CMYK color model

#C2C3BB color CMYK value is (1,0,4,24).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 4.10%
  • key color value is 23.53%
CMYK:
(1,0,4,24)
C1M0Y4K24 
(1%,0%,4%,24%)
(0.01/0.00/0.04/0.24)	

CMYK percentages

%0.51
%0
%4.1
%23.53

Codes

Color #C2C3BB in popluar color models

C2C3BB
RGB194195187
HSL68°6.25%74.90%
HSB/HSV68°4.10%76.47%
CMYK0.51%0.00%4.10%
23.53%

Color #C2C3BB in popluar number systems.

HEXC2C3BB
Decimal194195187
Binary110000101100001110111011
Octal302303273

Shades and tints

Shades of #C2C3BB

#C2C3BB
(194,195,187)
#B1B2AA
(177,178,170)
#A0A199
(160,161,153)
#8F9088
(143,144,136)
#7E7F77
(126,127,119)
#6D6E66
(109,110,102)
#5C5D55
(92,93,85)
#4B4C44
(75,76,68)
#3A3B33
(58,59,51)
#292A22
(41,42,34)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #C2C3BB

#C2C3BB
(194,195,187)
#C7C8C1
(199,200,193)
#CCCDC7
(204,205,199)
#D1D2CD
(209,210,205)
#D6D7D3
(214,215,211)
#DBDCD9
(219,220,217)
#E0E1DF
(224,225,223)
#E5E6E5
(229,230,229)
#EAEBEB
(234,235,235)
#EFF0F1
(239,240,241)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C3BB; }

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

This text font color is #C2C3BB.


Background Color

.myBgColor { background-color: #C2C3BB; }

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

This div background color is #C2C3BB.


Border color

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

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

This div border color is #C2C3BB.


Opacity

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

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

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

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

This text has shadow with #C2C3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C3BB on black background.


Color preview on white background

This text has color #C2C3BB on white background.



Black color preview on #C2C3BB background

This text has black color on #C2C3BB background.


White color preview on #C2C3BB background

This text has white color on #C2C3BB background.