COLOR #C2C896

HEX: #C2C896
RGB: (194,200,150)

Color info

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

RGB color model

#C2C896 color RGB value is (194,200,150).

  • red value is 194;
  • green value is 200;
  • blue value is 150.
RGB:
(194,200,150)
(76%,78%,59%)

RGB channels and saturation

R 194 of 255 = 76%
G 200 of 255 = 78%
B 150 of 255 = 59%

194
200
150

R + G + B ~ 71%. #C2C896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 200 + 150 = 544 (100%)
R 194 of 544 ~ 35.66%
G 200 of 544 ~ 36.76%
B 150 of 544 ~ 27.57%

%35.66
%36.76
%27.57

CMYK color model

#C2C896 color CMYK value is (3,0,25,22).

  • cyan value is 3.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 21.57%
CMYK:
(3,0,25,22)
C3M0Y25K22 
(3%,0%,25%,22%)
(0.03/0.00/0.25/0.22)	

CMYK percentages

%3
%0
%25
%21.57

Codes

Color #C2C896 in popluar color models

C2C896
RGB194200150
HSL67°31.25%68.63%
HSB/HSV67°25.00%78.43%
CMYK3.00%0.00%25.00%
21.57%

Color #C2C896 in popluar number systems.

HEXC2C896
Decimal194200150
Binary110000101100100010010110
Octal302310226

Shades and tints

Shades of #C2C896

#C2C896
(194,200,150)
#B1B689
(177,182,137)
#A0A47C
(160,164,124)
#8F926F
(143,146,111)
#7E8062
(126,128,98)
#6D6E55
(109,110,85)
#5C5C48
(92,92,72)
#4B4A3B
(75,74,59)
#3A382E
(58,56,46)
#292621
(41,38,33)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #C2C896

#C2C896
(194,200,150)
#C7CD9F
(199,205,159)
#CCD2A8
(204,210,168)
#D1D7B1
(209,215,177)
#D6DCBA
(214,220,186)
#DBE1C3
(219,225,195)
#E0E6CC
(224,230,204)
#E5EBD5
(229,235,213)
#EAF0DE
(234,240,222)
#EFF5E7
(239,245,231)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C896; }

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

This text font color is #C2C896.


Background Color

.myBgColor { background-color: #C2C896; }

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

This div background color is #C2C896.


Border color

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

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

This div border color is #C2C896.


Opacity

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

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

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

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

This text has shadow with #C2C896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C896 on black background.


Color preview on white background

This text has color #C2C896 on white background.



Black color preview on #C2C896 background

This text has black color on #C2C896 background.


White color preview on #C2C896 background

This text has white color on #C2C896 background.