COLOR #C1E1AA

HEX: #C1E1AA
RGB: (193,225,170)

Color info

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

RGB color model

#C1E1AA color RGB value is (193,225,170).

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

RGB channels and saturation

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

193
225
170

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

Portions of RGB colors in percentages

R + G + B =
193 + 225 + 170 = 588 (100%)
R 193 of 588 ~ 32.82%
G 225 of 588 ~ 38.27%
B 170 of 588 ~ 28.91%

%32.82
%38.27
%28.91

CMYK color model

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

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

CMYK percentages

%14.22
%0
%24.44
%11.76

Codes

Color #C1E1AA in popluar color models

C1E1AA
RGB193225170
HSL95°47.83%77.45%
HSB/HSV95°24.44%88.24%
CMYK14.22%0.00%24.44%
11.76%

Color #C1E1AA in popluar number systems.

HEXC1E1AA
Decimal193225170
Binary110000011110000110101010
Octal301341252

Shades and tints

Shades of #C1E1AA

#C1E1AA
(193,225,170)
#B0CD9B
(176,205,155)
#9FB98C
(159,185,140)
#8EA57D
(142,165,125)
#7D916E
(125,145,110)
#6C7D5F
(108,125,95)
#5B6950
(91,105,80)
#4A5541
(74,85,65)
#394132
(57,65,50)
#282D23
(40,45,35)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #C1E1AA

#C1E1AA
(193,225,170)
#C6E3B1
(198,227,177)
#CBE5B8
(203,229,184)
#D0E7BF
(208,231,191)
#D5E9C6
(213,233,198)
#DAEBCD
(218,235,205)
#DFEDD4
(223,237,212)
#E4EFDB
(228,239,219)
#E9F1E2
(233,241,226)
#EEF3E9
(238,243,233)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E1AA; }

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

This text font color is #C1E1AA.


Background Color

.myBgColor { background-color: #C1E1AA; }

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

This div background color is #C1E1AA.


Border color

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

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

This div border color is #C1E1AA.


Opacity

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

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

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

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

This text has shadow with #C1E1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E1AA on black background.


Color preview on white background

This text has color #C1E1AA on white background.



Black color preview on #C1E1AA background

This text has black color on #C1E1AA background.


White color preview on #C1E1AA background

This text has white color on #C1E1AA background.