COLOR #C1C59E

HEX: #C1C59E
RGB: (193,197,158)

Color info

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

RGB color model

#C1C59E color RGB value is (193,197,158).

  • red value is 193;
  • green value is 197;
  • blue value is 158.
RGB:
(193,197,158)
(76%,77%,62%)

RGB channels and saturation

R 193 of 255 = 76%
G 197 of 255 = 77%
B 158 of 255 = 62%

193
197
158

R + G + B ~ 72%. #C1C59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 197 + 158 = 548 (100%)
R 193 of 548 ~ 35.22%
G 197 of 548 ~ 35.95%
B 158 of 548 ~ 28.83%

%35.22
%35.95
%28.83

CMYK color model

#C1C59E color CMYK value is (2,0,20,23).

  • cyan value is 2.03%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(2,0,20,23)
C2M0Y20K23 
(2%,0%,20%,23%)
(0.02/0.00/0.20/0.23)	

CMYK percentages

%2.03
%0
%19.8
%22.75

Codes

Color #C1C59E in popluar color models

C1C59E
RGB193197158
HSL66°25.16%69.61%
HSB/HSV66°19.80%77.25%
CMYK2.03%0.00%19.80%
22.75%

Color #C1C59E in popluar number systems.

HEXC1C59E
Decimal193197158
Binary110000011100010110011110
Octal301305236

Shades and tints

Shades of #C1C59E

#C1C59E
(193,197,158)
#B0B490
(176,180,144)
#9FA382
(159,163,130)
#8E9274
(142,146,116)
#7D8166
(125,129,102)
#6C7058
(108,112,88)
#5B5F4A
(91,95,74)
#4A4E3C
(74,78,60)
#393D2E
(57,61,46)
#282C20
(40,44,32)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #C1C59E

#C1C59E
(193,197,158)
#C6CAA6
(198,202,166)
#CBCFAE
(203,207,174)
#D0D4B6
(208,212,182)
#D5D9BE
(213,217,190)
#DADEC6
(218,222,198)
#DFE3CE
(223,227,206)
#E4E8D6
(228,232,214)
#E9EDDE
(233,237,222)
#EEF2E6
(238,242,230)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C59E color. Also use rgb(193,197,158) instead hex code.

Text Font Color

.myTextColor { color: #C1C59E; }

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

This text font color is #C1C59E.


Background Color

.myBgColor { background-color: #C1C59E; }

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

This div background color is #C1C59E.


Border color

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

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

This div border color is #C1C59E.


Opacity

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

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

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

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

This text has shadow with #C1C59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C59E on black background.


Color preview on white background

This text has color #C1C59E on white background.



Black color preview on #C1C59E background

This text has black color on #C1C59E background.


White color preview on #C1C59E background

This text has white color on #C1C59E background.