COLOR #C1CC9A

HEX: #C1CC9A
RGB: (193,204,154)

Color info

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

RGB color model

#C1CC9A color RGB value is (193,204,154).

  • red value is 193;
  • green value is 204;
  • blue value is 154.
RGB:
(193,204,154)
(76%,80%,60%)

RGB channels and saturation

R 193 of 255 = 76%
G 204 of 255 = 80%
B 154 of 255 = 60%

193
204
154

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

Portions of RGB colors in percentages

R + G + B =
193 + 204 + 154 = 551 (100%)
R 193 of 551 ~ 35.03%
G 204 of 551 ~ 37.02%
B 154 of 551 ~ 27.95%

%35.03
%37.02
%27.95

CMYK color model

#C1CC9A color CMYK value is (5,0,25,20).

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 24.51%
  • key color value is 20.00%
CMYK:
(5,0,25,20)
C5M0Y25K20 
(5%,0%,25%,20%)
(0.05/0.00/0.25/0.20)	

CMYK percentages

%5.39
%0
%24.51
%20

Codes

Color #C1CC9A in popluar color models

C1CC9A
RGB193204154
HSL73°32.89%70.20%
HSB/HSV73°24.51%80.00%
CMYK5.39%0.00%24.51%
20.00%

Color #C1CC9A in popluar number systems.

HEXC1CC9A
Decimal193204154
Binary110000011100110010011010
Octal301314232

Shades and tints

Shades of #C1CC9A

#C1CC9A
(193,204,154)
#B0BA8C
(176,186,140)
#9FA87E
(159,168,126)
#8E9670
(142,150,112)
#7D8462
(125,132,98)
#6C7254
(108,114,84)
#5B6046
(91,96,70)
#4A4E38
(74,78,56)
#393C2A
(57,60,42)
#282A1C
(40,42,28)
#17180E
(23,24,14)
#000000
(0,0,0)

Tints of #C1CC9A

#C1CC9A
(193,204,154)
#C6D0A3
(198,208,163)
#CBD4AC
(203,212,172)
#D0D8B5
(208,216,181)
#D5DCBE
(213,220,190)
#DAE0C7
(218,224,199)
#DFE4D0
(223,228,208)
#E4E8D9
(228,232,217)
#E9ECE2
(233,236,226)
#EEF0EB
(238,240,235)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CC9A color. Also use rgb(193,204,154) instead hex code.

Text Font Color

.myTextColor { color: #C1CC9A; }

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

This text font color is #C1CC9A.


Background Color

.myBgColor { background-color: #C1CC9A; }

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

This div background color is #C1CC9A.


Border color

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

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

This div border color is #C1CC9A.


Opacity

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

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

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

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

This text has shadow with #C1CC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CC9A on black background.


Color preview on white background

This text has color #C1CC9A on white background.



Black color preview on #C1CC9A background

This text has black color on #C1CC9A background.


White color preview on #C1CC9A background

This text has white color on #C1CC9A background.