COLOR #C1E2AA

HEX: #C1E2AA
RGB: (193,226,170)

Color info

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

RGB color model

#C1E2AA color RGB value is (193,226,170).

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

RGB channels and saturation

R 193 of 255 = 76%
G 226 of 255 = 89%
B 170 of 255 = 67%

193
226
170

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

Portions of RGB colors in percentages

R + G + B =
193 + 226 + 170 = 589 (100%)
R 193 of 589 ~ 32.77%
G 226 of 589 ~ 38.37%
B 170 of 589 ~ 28.86%

%32.77
%38.37
%28.86

CMYK color model

#C1E2AA color CMYK value is (15,0,25,11).

  • cyan value is 14.60%
  • magenta value is 0.00%
  • yellow value is 24.78%
  • key color value is 11.37%
CMYK:
(15,0,25,11)
C15M0Y25K11 
(15%,0%,25%,11%)
(0.15/0.00/0.25/0.11)	

CMYK percentages

%14.6
%0
%24.78
%11.37

Codes

Color #C1E2AA in popluar color models

C1E2AA
RGB193226170
HSL95°49.12%77.65%
HSB/HSV95°24.78%88.63%
CMYK14.60%0.00%24.78%
11.37%

Color #C1E2AA in popluar number systems.

HEXC1E2AA
Decimal193226170
Binary110000011110001010101010
Octal301342252

Shades and tints

Shades of #C1E2AA

#C1E2AA
(193,226,170)
#B0CE9B
(176,206,155)
#9FBA8C
(159,186,140)
#8EA67D
(142,166,125)
#7D926E
(125,146,110)
#6C7E5F
(108,126,95)
#5B6A50
(91,106,80)
#4A5641
(74,86,65)
#394232
(57,66,50)
#282E23
(40,46,35)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #C1E2AA

#C1E2AA
(193,226,170)
#C6E4B1
(198,228,177)
#CBE6B8
(203,230,184)
#D0E8BF
(208,232,191)
#D5EAC6
(213,234,198)
#DAECCD
(218,236,205)
#DFEED4
(223,238,212)
#E4F0DB
(228,240,219)
#E9F2E2
(233,242,226)
#EEF4E9
(238,244,233)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E2AA; }

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

This text font color is #C1E2AA.


Background Color

.myBgColor { background-color: #C1E2AA; }

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

This div background color is #C1E2AA.


Border color

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

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

This div border color is #C1E2AA.


Opacity

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

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

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

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

This text has shadow with #C1E2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E2AA on black background.


Color preview on white background

This text has color #C1E2AA on white background.



Black color preview on #C1E2AA background

This text has black color on #C1E2AA background.


White color preview on #C1E2AA background

This text has white color on #C1E2AA background.