COLOR #C1E0AA

HEX: #C1E0AA
RGB: (193,224,170)

Color info

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

RGB color model

#C1E0AA color RGB value is (193,224,170).

  • red value is 193;
  • green value is 224;
  • blue value is 170.
RGB:
(193,224,170)
(76%,88%,67%)

RGB channels and saturation

R 193 of 255 = 76%
G 224 of 255 = 88%
B 170 of 255 = 67%

193
224
170

R + G + B ~ 77%. #C1E0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 224 + 170 = 587 (100%)
R 193 of 587 ~ 32.88%
G 224 of 587 ~ 38.16%
B 170 of 587 ~ 28.96%

%32.88
%38.16
%28.96

CMYK color model

#C1E0AA color CMYK value is (14,0,24,12).

  • cyan value is 13.84%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(14,0,24,12)
C14M0Y24K12 
(14%,0%,24%,12%)
(0.14/0.00/0.24/0.12)	

CMYK percentages

%13.84
%0
%24.11
%12.16

Codes

Color #C1E0AA in popluar color models

C1E0AA
RGB193224170
HSL94°46.55%77.25%
HSB/HSV94°24.11%87.84%
CMYK13.84%0.00%24.11%
12.16%

Color #C1E0AA in popluar number systems.

HEXC1E0AA
Decimal193224170
Binary110000011110000010101010
Octal301340252

Shades and tints

Shades of #C1E0AA

#C1E0AA
(193,224,170)
#B0CC9B
(176,204,155)
#9FB88C
(159,184,140)
#8EA47D
(142,164,125)
#7D906E
(125,144,110)
#6C7C5F
(108,124,95)
#5B6850
(91,104,80)
#4A5441
(74,84,65)
#394032
(57,64,50)
#282C23
(40,44,35)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #C1E0AA

#C1E0AA
(193,224,170)
#C6E2B1
(198,226,177)
#CBE4B8
(203,228,184)
#D0E6BF
(208,230,191)
#D5E8C6
(213,232,198)
#DAEACD
(218,234,205)
#DFECD4
(223,236,212)
#E4EEDB
(228,238,219)
#E9F0E2
(233,240,226)
#EEF2E9
(238,242,233)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E0AA color. Also use rgb(193,224,170) instead hex code.

Text Font Color

.myTextColor { color: #C1E0AA; }

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

This text font color is #C1E0AA.


Background Color

.myBgColor { background-color: #C1E0AA; }

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

This div background color is #C1E0AA.


Border color

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

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

This div border color is #C1E0AA.


Opacity

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

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

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

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

This text has shadow with #C1E0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E0AA on black background.


Color preview on white background

This text has color #C1E0AA on white background.



Black color preview on #C1E0AA background

This text has black color on #C1E0AA background.


White color preview on #C1E0AA background

This text has white color on #C1E0AA background.