COLOR #C1C798

HEX: #C1C798
RGB: (193,199,152)

Color info

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

RGB color model

#C1C798 color RGB value is (193,199,152).

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

RGB channels and saturation

R 193 of 255 = 76%
G 199 of 255 = 78%
B 152 of 255 = 60%

193
199
152

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

Portions of RGB colors in percentages

R + G + B =
193 + 199 + 152 = 544 (100%)
R 193 of 544 ~ 35.48%
G 199 of 544 ~ 36.58%
B 152 of 544 ~ 27.94%

%35.48
%36.58
%27.94

CMYK color model

#C1C798 color CMYK value is (3,0,24,22).

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 23.62%
  • key color value is 21.96%
CMYK:
(3,0,24,22)
C3M0Y24K22 
(3%,0%,24%,22%)
(0.03/0.00/0.24/0.22)	

CMYK percentages

%3.02
%0
%23.62
%21.96

Codes

Color #C1C798 in popluar color models

C1C798
RGB193199152
HSL68°29.56%68.82%
HSB/HSV68°23.62%78.04%
CMYK3.02%0.00%23.62%
21.96%

Color #C1C798 in popluar number systems.

HEXC1C798
Decimal193199152
Binary110000011100011110011000
Octal301307230

Shades and tints

Shades of #C1C798

#C1C798
(193,199,152)
#B0B58B
(176,181,139)
#9FA37E
(159,163,126)
#8E9171
(142,145,113)
#7D7F64
(125,127,100)
#6C6D57
(108,109,87)
#5B5B4A
(91,91,74)
#4A493D
(74,73,61)
#393730
(57,55,48)
#282523
(40,37,35)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #C1C798

#C1C798
(193,199,152)
#C6CCA1
(198,204,161)
#CBD1AA
(203,209,170)
#D0D6B3
(208,214,179)
#D5DBBC
(213,219,188)
#DAE0C5
(218,224,197)
#DFE5CE
(223,229,206)
#E4EAD7
(228,234,215)
#E9EFE0
(233,239,224)
#EEF4E9
(238,244,233)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C798; }

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

This text font color is #C1C798.


Background Color

.myBgColor { background-color: #C1C798; }

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

This div background color is #C1C798.


Border color

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

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

This div border color is #C1C798.


Opacity

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

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

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

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

This text has shadow with #C1C798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C798 on black background.


Color preview on white background

This text has color #C1C798 on white background.



Black color preview on #C1C798 background

This text has black color on #C1C798 background.


White color preview on #C1C798 background

This text has white color on #C1C798 background.