COLOR #C1C896

HEX: #C1C896
RGB: (193,200,150)

Color info

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

RGB color model

#C1C896 color RGB value is (193,200,150).

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

RGB channels and saturation

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

193
200
150

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

Portions of RGB colors in percentages

R + G + B =
193 + 200 + 150 = 543 (100%)
R 193 of 543 ~ 35.54%
G 200 of 543 ~ 36.83%
B 150 of 543 ~ 27.62%

%35.54
%36.83
%27.62

CMYK color model

#C1C896 color CMYK value is (4,0,25,22).

  • cyan value is 3.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 21.57%
CMYK:
(4,0,25,22)
C4M0Y25K22 
(4%,0%,25%,22%)
(0.04/0.00/0.25/0.22)	

CMYK percentages

%3.5
%0
%25
%21.57

Codes

Color #C1C896 in popluar color models

C1C896
RGB193200150
HSL68°31.25%68.63%
HSB/HSV68°25.00%78.43%
CMYK3.50%0.00%25.00%
21.57%

Color #C1C896 in popluar number systems.

HEXC1C896
Decimal193200150
Binary110000011100100010010110
Octal301310226

Shades and tints

Shades of #C1C896

#C1C896
(193,200,150)
#B0B689
(176,182,137)
#9FA47C
(159,164,124)
#8E926F
(142,146,111)
#7D8062
(125,128,98)
#6C6E55
(108,110,85)
#5B5C48
(91,92,72)
#4A4A3B
(74,74,59)
#39382E
(57,56,46)
#282621
(40,38,33)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #C1C896

#C1C896
(193,200,150)
#C6CD9F
(198,205,159)
#CBD2A8
(203,210,168)
#D0D7B1
(208,215,177)
#D5DCBA
(213,220,186)
#DAE1C3
(218,225,195)
#DFE6CC
(223,230,204)
#E4EBD5
(228,235,213)
#E9F0DE
(233,240,222)
#EEF5E7
(238,245,231)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C896; }

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

This text font color is #C1C896.


Background Color

.myBgColor { background-color: #C1C896; }

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

This div background color is #C1C896.


Border color

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

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

This div border color is #C1C896.


Opacity

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

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

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

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

This text has shadow with #C1C896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C896 on black background.


Color preview on white background

This text has color #C1C896 on white background.



Black color preview on #C1C896 background

This text has black color on #C1C896 background.


White color preview on #C1C896 background

This text has white color on #C1C896 background.