COLOR #C2C6BE

HEX: #C2C6BE
RGB: (194,198,190)

Color info

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

RGB color model

#C2C6BE color RGB value is (194,198,190).

  • red value is 194;
  • green value is 198;
  • blue value is 190.
RGB:
(194,198,190)
(76%,78%,75%)

RGB channels and saturation

R 194 of 255 = 76%
G 198 of 255 = 78%
B 190 of 255 = 75%

194
198
190

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

Portions of RGB colors in percentages

R + G + B =
194 + 198 + 190 = 582 (100%)
R 194 of 582 ~ 33.33%
G 198 of 582 ~ 34.02%
B 190 of 582 ~ 32.65%

%33.33
%34.02
%32.65

CMYK color model

#C2C6BE color CMYK value is (2,0,4,22).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK:
(2,0,4,22)
C2M0Y4K22 
(2%,0%,4%,22%)
(0.02/0.00/0.04/0.22)	

CMYK percentages

%2.02
%0
%4.04
%22.35

Codes

Color #C2C6BE in popluar color models

C2C6BE
RGB194198190
HSL90°6.56%76.08%
HSB/HSV90°4.04%77.65%
CMYK2.02%0.00%4.04%
22.35%

Color #C2C6BE in popluar number systems.

HEXC2C6BE
Decimal194198190
Binary110000101100011010111110
Octal302306276

Shades and tints

Shades of #C2C6BE

#C2C6BE
(194,198,190)
#B1B4AD
(177,180,173)
#A0A29C
(160,162,156)
#8F908B
(143,144,139)
#7E7E7A
(126,126,122)
#6D6C69
(109,108,105)
#5C5A58
(92,90,88)
#4B4847
(75,72,71)
#3A3636
(58,54,54)
#292425
(41,36,37)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #C2C6BE

#C2C6BE
(194,198,190)
#C7CBC3
(199,203,195)
#CCD0C8
(204,208,200)
#D1D5CD
(209,213,205)
#D6DAD2
(214,218,210)
#DBDFD7
(219,223,215)
#E0E4DC
(224,228,220)
#E5E9E1
(229,233,225)
#EAEEE6
(234,238,230)
#EFF3EB
(239,243,235)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C6BE color. Also use rgb(194,198,190) instead hex code.

Text Font Color

.myTextColor { color: #C2C6BE; }

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

This text font color is #C2C6BE.


Background Color

.myBgColor { background-color: #C2C6BE; }

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

This div background color is #C2C6BE.


Border color

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

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

This div border color is #C2C6BE.


Opacity

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

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

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

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

This text has shadow with #C2C6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C6BE on black background.


Color preview on white background

This text has color #C2C6BE on white background.



Black color preview on #C2C6BE background

This text has black color on #C2C6BE background.


White color preview on #C2C6BE background

This text has white color on #C2C6BE background.