COLOR #C2C5B4

HEX: #C2C5B4
RGB: (194,197,180)

Color info

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

RGB color model

#C2C5B4 color RGB value is (194,197,180).

  • red value is 194;
  • green value is 197;
  • blue value is 180.
RGB:
(194,197,180)
(76%,77%,71%)

RGB channels and saturation

R 194 of 255 = 76%
G 197 of 255 = 77%
B 180 of 255 = 71%

194
197
180

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

Portions of RGB colors in percentages

R + G + B =
194 + 197 + 180 = 571 (100%)
R 194 of 571 ~ 33.98%
G 197 of 571 ~ 34.5%
B 180 of 571 ~ 31.52%

%33.98
%34.5
%31.52

CMYK color model

#C2C5B4 color CMYK value is (2,0,9,23).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 22.75%
CMYK:
(2,0,9,23)
C2M0Y9K23 
(2%,0%,9%,23%)
(0.02/0.00/0.09/0.23)	

CMYK percentages

%1.52
%0
%8.63
%22.75

Codes

Color #C2C5B4 in popluar color models

C2C5B4
RGB194197180
HSL71°12.78%73.92%
HSB/HSV71°8.63%77.25%
CMYK1.52%0.00%8.63%
22.75%

Color #C2C5B4 in popluar number systems.

HEXC2C5B4
Decimal194197180
Binary110000101100010110110100
Octal302305264

Shades and tints

Shades of #C2C5B4

#C2C5B4
(194,197,180)
#B1B4A4
(177,180,164)
#A0A394
(160,163,148)
#8F9284
(143,146,132)
#7E8174
(126,129,116)
#6D7064
(109,112,100)
#5C5F54
(92,95,84)
#4B4E44
(75,78,68)
#3A3D34
(58,61,52)
#292C24
(41,44,36)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #C2C5B4

#C2C5B4
(194,197,180)
#C7CABA
(199,202,186)
#CCCFC0
(204,207,192)
#D1D4C6
(209,212,198)
#D6D9CC
(214,217,204)
#DBDED2
(219,222,210)
#E0E3D8
(224,227,216)
#E5E8DE
(229,232,222)
#EAEDE4
(234,237,228)
#EFF2EA
(239,242,234)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C5B4 color. Also use rgb(194,197,180) instead hex code.

Text Font Color

.myTextColor { color: #C2C5B4; }

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

This text font color is #C2C5B4.


Background Color

.myBgColor { background-color: #C2C5B4; }

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

This div background color is #C2C5B4.


Border color

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

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

This div border color is #C2C5B4.


Opacity

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

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

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

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

This text has shadow with #C2C5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C5B4 on black background.


Color preview on white background

This text has color #C2C5B4 on white background.



Black color preview on #C2C5B4 background

This text has black color on #C2C5B4 background.


White color preview on #C2C5B4 background

This text has white color on #C2C5B4 background.