COLOR #C2C3BA

HEX: #C2C3BA
RGB: (194,195,186)

Color info

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

RGB color model

#C2C3BA color RGB value is (194,195,186).

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

RGB channels and saturation

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

194
195
186

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

Portions of RGB colors in percentages

R + G + B =
194 + 195 + 186 = 575 (100%)
R 194 of 575 ~ 33.74%
G 195 of 575 ~ 33.91%
B 186 of 575 ~ 32.35%

%33.74
%33.91
%32.35

CMYK color model

#C2C3BA color CMYK value is (1,0,5,24).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(1,0,5,24)
C1M0Y5K24 
(1%,0%,5%,24%)
(0.01/0.00/0.05/0.24)	

CMYK percentages

%0.51
%0
%4.62
%23.53

Codes

Color #C2C3BA in popluar color models

C2C3BA
RGB194195186
HSL67°6.98%74.71%
HSB/HSV67°4.62%76.47%
CMYK0.51%0.00%4.62%
23.53%

Color #C2C3BA in popluar number systems.

HEXC2C3BA
Decimal194195186
Binary110000101100001110111010
Octal302303272

Shades and tints

Shades of #C2C3BA

#C2C3BA
(194,195,186)
#B1B2AA
(177,178,170)
#A0A19A
(160,161,154)
#8F908A
(143,144,138)
#7E7F7A
(126,127,122)
#6D6E6A
(109,110,106)
#5C5D5A
(92,93,90)
#4B4C4A
(75,76,74)
#3A3B3A
(58,59,58)
#292A2A
(41,42,42)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #C2C3BA

#C2C3BA
(194,195,186)
#C7C8C0
(199,200,192)
#CCCDC6
(204,205,198)
#D1D2CC
(209,210,204)
#D6D7D2
(214,215,210)
#DBDCD8
(219,220,216)
#E0E1DE
(224,225,222)
#E5E6E4
(229,230,228)
#EAEBEA
(234,235,234)
#EFF0F0
(239,240,240)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C3BA; }

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

This text font color is #C2C3BA.


Background Color

.myBgColor { background-color: #C2C3BA; }

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

This div background color is #C2C3BA.


Border color

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

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

This div border color is #C2C3BA.


Opacity

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

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

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

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

This text has shadow with #C2C3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C3BA on black background.


Color preview on white background

This text has color #C2C3BA on white background.



Black color preview on #C2C3BA background

This text has black color on #C2C3BA background.


White color preview on #C2C3BA background

This text has white color on #C2C3BA background.