COLOR #C1C297

HEX: #C1C297
RGB: (193,194,151)

Color info

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

RGB color model

#C1C297 color RGB value is (193,194,151).

  • red value is 193;
  • green value is 194;
  • blue value is 151.
RGB:
(193,194,151)
(76%,76%,59%)

RGB channels and saturation

R 193 of 255 = 76%
G 194 of 255 = 76%
B 151 of 255 = 59%

193
194
151

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

Portions of RGB colors in percentages

R + G + B =
193 + 194 + 151 = 538 (100%)
R 193 of 538 ~ 35.87%
G 194 of 538 ~ 36.06%
B 151 of 538 ~ 28.07%

%35.87
%36.06
%28.07

CMYK color model

#C1C297 color CMYK value is (1,0,22,24).

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 23.92%
CMYK:
(1,0,22,24)
C1M0Y22K24 
(1%,0%,22%,24%)
(0.01/0.00/0.22/0.24)	

CMYK percentages

%0.52
%0
%22.16
%23.92

Codes

Color #C1C297 in popluar color models

C1C297
RGB193194151
HSL61°26.06%67.65%
HSB/HSV61°22.16%76.08%
CMYK0.52%0.00%22.16%
23.92%

Color #C1C297 in popluar number systems.

HEXC1C297
Decimal193194151
Binary110000011100001010010111
Octal301302227

Shades and tints

Shades of #C1C297

#C1C297
(193,194,151)
#B0B18A
(176,177,138)
#9FA07D
(159,160,125)
#8E8F70
(142,143,112)
#7D7E63
(125,126,99)
#6C6D56
(108,109,86)
#5B5C49
(91,92,73)
#4A4B3C
(74,75,60)
#393A2F
(57,58,47)
#282922
(40,41,34)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #C1C297

#C1C297
(193,194,151)
#C6C7A0
(198,199,160)
#CBCCA9
(203,204,169)
#D0D1B2
(208,209,178)
#D5D6BB
(213,214,187)
#DADBC4
(218,219,196)
#DFE0CD
(223,224,205)
#E4E5D6
(228,229,214)
#E9EADF
(233,234,223)
#EEEFE8
(238,239,232)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C297 color. Also use rgb(193,194,151) instead hex code.

Text Font Color

.myTextColor { color: #C1C297; }

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

This text font color is #C1C297.


Background Color

.myBgColor { background-color: #C1C297; }

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

This div background color is #C1C297.


Border color

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

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

This div border color is #C1C297.


Opacity

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

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

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

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

This text has shadow with #C1C297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C297 on black background.


Color preview on white background

This text has color #C1C297 on white background.



Black color preview on #C1C297 background

This text has black color on #C1C297 background.


White color preview on #C1C297 background

This text has white color on #C1C297 background.