COLOR #C2C2AB

HEX: #C2C2AB
RGB: (194,194,171)

Color info

#C2C2AB contains red, green and blue colors in about the same proportion. Web safe color of #C2C2AB is #CCCC99 (or #CC9).

RGB color model

#C2C2AB color RGB value is (194,194,171).

  • red value is 194;
  • green value is 194;
  • blue value is 171.
RGB:
(194,194,171)
(76%,76%,67%)

RGB channels and saturation

R 194 of 255 = 76%
G 194 of 255 = 76%
B 171 of 255 = 67%

194
194
171

R + G + B ~ 73%. #C2C2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 194 + 171 = 559 (100%)
R 194 of 559 ~ 34.7%
G 194 of 559 ~ 34.7%
B 171 of 559 ~ 30.59%

%34.7
%34.7
%30.59

CMYK color model

#C2C2AB color CMYK value is (0,0,12,24).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 23.92%
CMYK:
(0,0,12,24)
C0M0Y12K24 
(0%,0%,12%,24%)
(0.00/0.00/0.12/0.24)	

CMYK percentages

%0
%0
%11.86
%23.92

Codes

Color #C2C2AB in popluar color models

C2C2AB
RGB194194171
HSL60°15.86%71.57%
HSB/HSV60°11.86%76.08%
CMYK0.00%0.00%11.86%
23.92%

Color #C2C2AB in popluar number systems.

HEXC2C2AB
Decimal194194171
Binary110000101100001010101011
Octal302302253

Shades and tints

Shades of #C2C2AB

#C2C2AB
(194,194,171)
#B1B19C
(177,177,156)
#A0A08D
(160,160,141)
#8F8F7E
(143,143,126)
#7E7E6F
(126,126,111)
#6D6D60
(109,109,96)
#5C5C51
(92,92,81)
#4B4B42
(75,75,66)
#3A3A33
(58,58,51)
#292924
(41,41,36)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #C2C2AB

#C2C2AB
(194,194,171)
#C7C7B2
(199,199,178)
#CCCCB9
(204,204,185)
#D1D1C0
(209,209,192)
#D6D6C7
(214,214,199)
#DBDBCE
(219,219,206)
#E0E0D5
(224,224,213)
#E5E5DC
(229,229,220)
#EAEAE3
(234,234,227)
#EFEFEA
(239,239,234)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C2AB; }

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

This text font color is #C2C2AB.


Background Color

.myBgColor { background-color: #C2C2AB; }

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

This div background color is #C2C2AB.


Border color

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

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

This div border color is #C2C2AB.


Opacity

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

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

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

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

This text has shadow with #C2C2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C2AB on black background.


Color preview on white background

This text has color #C2C2AB on white background.



Black color preview on #C2C2AB background

This text has black color on #C2C2AB background.


White color preview on #C2C2AB background

This text has white color on #C2C2AB background.