COLOR #C1C98F

HEX: #C1C98F
RGB: (193,201,143)

Color info

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

RGB color model

#C1C98F color RGB value is (193,201,143).

  • red value is 193;
  • green value is 201;
  • blue value is 143.
RGB:
(193,201,143)
(76%,79%,56%)

RGB channels and saturation

R 193 of 255 = 76%
G 201 of 255 = 79%
B 143 of 255 = 56%

193
201
143

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

Portions of RGB colors in percentages

R + G + B =
193 + 201 + 143 = 537 (100%)
R 193 of 537 ~ 35.94%
G 201 of 537 ~ 37.43%
B 143 of 537 ~ 26.63%

%35.94
%37.43
%26.63

CMYK color model

#C1C98F color CMYK value is (4,0,29,21).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 21.18%
CMYK:
(4,0,29,21)
C4M0Y29K21 
(4%,0%,29%,21%)
(0.04/0.00/0.29/0.21)	

CMYK percentages

%3.98
%0
%28.86
%21.18

Codes

Color #C1C98F in popluar color models

C1C98F
RGB193201143
HSL68°34.94%67.45%
HSB/HSV68°28.86%78.82%
CMYK3.98%0.00%28.86%
21.18%

Color #C1C98F in popluar number systems.

HEXC1C98F
Decimal193201143
Binary110000011100100110001111
Octal301311217

Shades and tints

Shades of #C1C98F

#C1C98F
(193,201,143)
#B0B782
(176,183,130)
#9FA575
(159,165,117)
#8E9368
(142,147,104)
#7D815B
(125,129,91)
#6C6F4E
(108,111,78)
#5B5D41
(91,93,65)
#4A4B34
(74,75,52)
#393927
(57,57,39)
#28271A
(40,39,26)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #C1C98F

#C1C98F
(193,201,143)
#C6CD99
(198,205,153)
#CBD1A3
(203,209,163)
#D0D5AD
(208,213,173)
#D5D9B7
(213,217,183)
#DADDC1
(218,221,193)
#DFE1CB
(223,225,203)
#E4E5D5
(228,229,213)
#E9E9DF
(233,233,223)
#EEEDE9
(238,237,233)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C98F color. Also use rgb(193,201,143) instead hex code.

Text Font Color

.myTextColor { color: #C1C98F; }

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

This text font color is #C1C98F.


Background Color

.myBgColor { background-color: #C1C98F; }

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

This div background color is #C1C98F.


Border color

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

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

This div border color is #C1C98F.


Opacity

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

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

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

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

This text has shadow with #C1C98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C98F on black background.


Color preview on white background

This text has color #C1C98F on white background.



Black color preview on #C1C98F background

This text has black color on #C1C98F background.


White color preview on #C1C98F background

This text has white color on #C1C98F background.