COLOR #C1C494

HEX: #C1C494
RGB: (193,196,148)

Color info

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

RGB color model

#C1C494 color RGB value is (193,196,148).

  • red value is 193;
  • green value is 196;
  • blue value is 148.
RGB:
(193,196,148)
(76%,77%,58%)

RGB channels and saturation

R 193 of 255 = 76%
G 196 of 255 = 77%
B 148 of 255 = 58%

193
196
148

R + G + B ~ 70%. #C1C494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 196 + 148 = 537 (100%)
R 193 of 537 ~ 35.94%
G 196 of 537 ~ 36.5%
B 148 of 537 ~ 27.56%

%35.94
%36.5
%27.56

CMYK color model

#C1C494 color CMYK value is (2,0,24,23).

  • cyan value is 1.53%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 23.14%
CMYK:
(2,0,24,23)
C2M0Y24K23 
(2%,0%,24%,23%)
(0.02/0.00/0.24/0.23)	

CMYK percentages

%1.53
%0
%24.49
%23.14

Codes

Color #C1C494 in popluar color models

C1C494
RGB193196148
HSL64°28.92%67.45%
HSB/HSV64°24.49%76.86%
CMYK1.53%0.00%24.49%
23.14%

Color #C1C494 in popluar number systems.

HEXC1C494
Decimal193196148
Binary110000011100010010010100
Octal301304224

Shades and tints

Shades of #C1C494

#C1C494
(193,196,148)
#B0B387
(176,179,135)
#9FA27A
(159,162,122)
#8E916D
(142,145,109)
#7D8060
(125,128,96)
#6C6F53
(108,111,83)
#5B5E46
(91,94,70)
#4A4D39
(74,77,57)
#393C2C
(57,60,44)
#282B1F
(40,43,31)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #C1C494

#C1C494
(193,196,148)
#C6C99D
(198,201,157)
#CBCEA6
(203,206,166)
#D0D3AF
(208,211,175)
#D5D8B8
(213,216,184)
#DADDC1
(218,221,193)
#DFE2CA
(223,226,202)
#E4E7D3
(228,231,211)
#E9ECDC
(233,236,220)
#EEF1E5
(238,241,229)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C494 color. Also use rgb(193,196,148) instead hex code.

Text Font Color

.myTextColor { color: #C1C494; }

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

This text font color is #C1C494.


Background Color

.myBgColor { background-color: #C1C494; }

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

This div background color is #C1C494.


Border color

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

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

This div border color is #C1C494.


Opacity

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

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

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

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

This text has shadow with #C1C494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C494 on black background.


Color preview on white background

This text has color #C1C494 on white background.



Black color preview on #C1C494 background

This text has black color on #C1C494 background.


White color preview on #C1C494 background

This text has white color on #C1C494 background.