COLOR #C2C1BD

HEX: #C2C1BD
RGB: (194,193,189)

Color info

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

RGB color model

#C2C1BD color RGB value is (194,193,189).

  • red value is 194;
  • green value is 193;
  • blue value is 189.
RGB:
(194,193,189)
(76%,76%,74%)

RGB channels and saturation

R 194 of 255 = 76%
G 193 of 255 = 76%
B 189 of 255 = 74%

194
193
189

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

Portions of RGB colors in percentages

R + G + B =
194 + 193 + 189 = 576 (100%)
R 194 of 576 ~ 33.68%
G 193 of 576 ~ 33.51%
B 189 of 576 ~ 32.81%

%33.68
%33.51
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.52%
  • yellow value is 2.58%
  • key color value is 23.92%
CMYK:
(0,1,3,24)
C0M1Y3K24 
(0%,1%,3%,24%)
(0.00/0.01/0.03/0.24)	

CMYK percentages

%0
%0.52
%2.58
%23.92

Codes

Color #C2C1BD in popluar color models

C2C1BD
RGB194193189
HSL48°3.94%75.10%
HSB/HSV48°2.58%76.08%
CMYK0.00%0.52%2.58%
23.92%

Color #C2C1BD in popluar number systems.

HEXC2C1BD
Decimal194193189
Binary110000101100000110111101
Octal302301275

Shades and tints

Shades of #C2C1BD

#C2C1BD
(194,193,189)
#B1B0AC
(177,176,172)
#A09F9B
(160,159,155)
#8F8E8A
(143,142,138)
#7E7D79
(126,125,121)
#6D6C68
(109,108,104)
#5C5B57
(92,91,87)
#4B4A46
(75,74,70)
#3A3935
(58,57,53)
#292824
(41,40,36)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #C2C1BD

#C2C1BD
(194,193,189)
#C7C6C3
(199,198,195)
#CCCBC9
(204,203,201)
#D1D0CF
(209,208,207)
#D6D5D5
(214,213,213)
#DBDADB
(219,218,219)
#E0DFE1
(224,223,225)
#E5E4E7
(229,228,231)
#EAE9ED
(234,233,237)
#EFEEF3
(239,238,243)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C1BD color. Also use rgb(194,193,189) instead hex code.

Text Font Color

.myTextColor { color: #C2C1BD; }

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

This text font color is #C2C1BD.


Background Color

.myBgColor { background-color: #C2C1BD; }

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

This div background color is #C2C1BD.


Border color

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

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

This div border color is #C2C1BD.


Opacity

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

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

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

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

This text has shadow with #C2C1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C1BD on black background.


Color preview on white background

This text has color #C2C1BD on white background.



Black color preview on #C2C1BD background

This text has black color on #C2C1BD background.


White color preview on #C2C1BD background

This text has white color on #C2C1BD background.