COLOR #C2C9BC

HEX: #C2C9BC RGB: (194,201,188)

Color info

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

RGB color model

#C2C9BC color RGB value is (194,201,188).

RGB: (194,201,188) (76%, 79%, 74%)

RGB channels and saturation

R 194 of 255 = 76%
G 201 of 255 = 79%
B 188 of 255 = 74%

194
201
188

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

Portions of RGB colors in percentages

R + G + B = 194 + 201 + 188 = 583 (100%)
R 194 of 583 ~ 33.28%
G 201 of 583 ~ 34.48%
B 188 of 583 ~ 32.25'%

%33.28
%34.48
%32.25

CMYK color model

#C2C9BC color CMYK value is (3,0,6,21).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 21.18%

CMYK: (3,0,6,21)
C3M0Y6K21 (3%, 0%, 6%, 21%)
(0.03 / 0.00 / 0.06 / 0.21)

CMYK percentages

%3.48
%0
%6.47
%21.18

Codes

Color #C2C9BC in popluar color models

C2 C9 BC
RGB 194 201 188
HSL 92° 10.74% 76.27%
HSB/HSV 92° 6.47% 78.82%
CMYK 3.48% 0.00% 6.47%
21.18%

Color #C2C9BC in popluar number systems.

HEX C2 C9 BC
Decimal 194 201 188
Binary 11000010 11001001 10111100
Octal 302 311 274

Shades and tints

Shades of #C2C9BC

#C2C9BC
(194,201,188)
#B1B7AB
(177,183,171)
#A0A59A
(160,165,154)
#8F9389
(143,147,137)
#7E8178
(126,129,120)
#6D6F67
(109,111,103)
#5C5D56
(92,93,86)
#4B4B45
(75,75,69)
#3A3934
(58,57,52)
#292723
(41,39,35)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #C2C9BC

#C2C9BC
(194,201,188)
#C7CDC2
(199,205,194)
#CCD1C8
(204,209,200)
#D1D5CE
(209,213,206)
#D6D9D4
(214,217,212)
#DBDDDA
(219,221,218)
#E0E1E0
(224,225,224)
#E5E5E6
(229,229,230)
#EAE9EC
(234,233,236)
#EFEDF2
(239,237,242)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C9BC color. Also use rgb(194,201,188) instead hex code.

Text Font Color

.myTextColor { color: #C2C9BC; }

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

This text font color is #C2C9BC.

Background Color

.myBgColor { background-color: #C2C9BC; }

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

This div background color is #C2C9BC.

Border color

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

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

This div border color is #C2C9BC.

Opacity

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

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

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

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

This text has shadow with #C2C9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C9BC.

Preview

Color preview on black background

This text has color #C2C9BC on black background.


Color preview on white background

This text has color #C2C9BC on white background.


Black color preview on #C2C9BC background

This text has black color on #C2C9BC background.


White color preview on #C2C9BC background

This text has white color on #C2C9BC background.


Related colors

Complementary color

Complementary color for #hex is #3D3643.


I love getcolorcode.com

Triadic colors

1 #BCC2C9 and #C9BCC2 with #C2C9BC are triadic colors.

2 #BCC9C2 and #C9C2BC with #C2C9BC are triadic colors.