COLOR #C2C3BE

HEX: #C2C3BE
RGB: (194,195,190)

Color info

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

RGB color model

#C2C3BE color RGB value is (194,195,190).

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

RGB channels and saturation

R 194 of 255 = 76%
G 195 of 255 = 76%
B 190 of 255 = 75%

194
195
190

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

Portions of RGB colors in percentages

R + G + B =
194 + 195 + 190 = 579 (100%)
R 194 of 579 ~ 33.51%
G 195 of 579 ~ 33.68%
B 190 of 579 ~ 32.82%

%33.51
%33.68
%32.82

CMYK color model

#C2C3BE color CMYK value is (1,0,3,24).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 23.53%
CMYK:
(1,0,3,24)
C1M0Y3K24 
(1%,0%,3%,24%)
(0.01/0.00/0.03/0.24)	

CMYK percentages

%0.51
%0
%2.56
%23.53

Codes

Color #C2C3BE in popluar color models

C2C3BE
RGB194195190
HSL72°4.00%75.49%
HSB/HSV72°2.56%76.47%
CMYK0.51%0.00%2.56%
23.53%

Color #C2C3BE in popluar number systems.

HEXC2C3BE
Decimal194195190
Binary110000101100001110111110
Octal302303276

Shades and tints

Shades of #C2C3BE

#C2C3BE
(194,195,190)
#B1B2AD
(177,178,173)
#A0A19C
(160,161,156)
#8F908B
(143,144,139)
#7E7F7A
(126,127,122)
#6D6E69
(109,110,105)
#5C5D58
(92,93,88)
#4B4C47
(75,76,71)
#3A3B36
(58,59,54)
#292A25
(41,42,37)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #C2C3BE

#C2C3BE
(194,195,190)
#C7C8C3
(199,200,195)
#CCCDC8
(204,205,200)
#D1D2CD
(209,210,205)
#D6D7D2
(214,215,210)
#DBDCD7
(219,220,215)
#E0E1DC
(224,225,220)
#E5E6E1
(229,230,225)
#EAEBE6
(234,235,230)
#EFF0EB
(239,240,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C3BE; }

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

This text font color is #C2C3BE.


Background Color

.myBgColor { background-color: #C2C3BE; }

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

This div background color is #C2C3BE.


Border color

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

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

This div border color is #C2C3BE.


Opacity

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

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

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

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

This text has shadow with #C2C3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C3BE on black background.


Color preview on white background

This text has color #C2C3BE on white background.



Black color preview on #C2C3BE background

This text has black color on #C2C3BE background.


White color preview on #C2C3BE background

This text has white color on #C2C3BE background.