COLOR #C1C598

HEX: #C1C598
RGB: (193,197,152)

Color info

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

RGB color model

#C1C598 color RGB value is (193,197,152).

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

RGB channels and saturation

R 193 of 255 = 76%
G 197 of 255 = 77%
B 152 of 255 = 60%

193
197
152

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

Portions of RGB colors in percentages

R + G + B =
193 + 197 + 152 = 542 (100%)
R 193 of 542 ~ 35.61%
G 197 of 542 ~ 36.35%
B 152 of 542 ~ 28.04%

%35.61
%36.35
%28.04

CMYK color model

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

  • cyan value is 2.03%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 22.75%
CMYK:
(2,0,23,23)
C2M0Y23K23 
(2%,0%,23%,23%)
(0.02/0.00/0.23/0.23)	

CMYK percentages

%2.03
%0
%22.84
%22.75

Codes

Color #C1C598 in popluar color models

C1C598
RGB193197152
HSL65°27.95%68.43%
HSB/HSV65°22.84%77.25%
CMYK2.03%0.00%22.84%
22.75%

Color #C1C598 in popluar number systems.

HEXC1C598
Decimal193197152
Binary110000011100010110011000
Octal301305230

Shades and tints

Shades of #C1C598

#C1C598
(193,197,152)
#B0B48B
(176,180,139)
#9FA37E
(159,163,126)
#8E9271
(142,146,113)
#7D8164
(125,129,100)
#6C7057
(108,112,87)
#5B5F4A
(91,95,74)
#4A4E3D
(74,78,61)
#393D30
(57,61,48)
#282C23
(40,44,35)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #C1C598

#C1C598
(193,197,152)
#C6CAA1
(198,202,161)
#CBCFAA
(203,207,170)
#D0D4B3
(208,212,179)
#D5D9BC
(213,217,188)
#DADEC5
(218,222,197)
#DFE3CE
(223,227,206)
#E4E8D7
(228,232,215)
#E9EDE0
(233,237,224)
#EEF2E9
(238,242,233)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C598; }

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

This text font color is #C1C598.


Background Color

.myBgColor { background-color: #C1C598; }

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

This div background color is #C1C598.


Border color

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

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

This div border color is #C1C598.


Opacity

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

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

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

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

This text has shadow with #C1C598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C598 on black background.


Color preview on white background

This text has color #C1C598 on white background.



Black color preview on #C1C598 background

This text has black color on #C1C598 background.


White color preview on #C1C598 background

This text has white color on #C1C598 background.