COLOR #C1E0AC

HEX: #C1E0AC
RGB: (193,224,172)

Color info

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

RGB color model

#C1E0AC color RGB value is (193,224,172).

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

RGB channels and saturation

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

193
224
172

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

Portions of RGB colors in percentages

R + G + B =
193 + 224 + 172 = 589 (100%)
R 193 of 589 ~ 32.77%
G 224 of 589 ~ 38.03%
B 172 of 589 ~ 29.2%

%32.77
%38.03
%29.2

CMYK color model

#C1E0AC color CMYK value is (14,0,23,12).

  • cyan value is 13.84%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 12.16%
CMYK:
(14,0,23,12)
C14M0Y23K12 
(14%,0%,23%,12%)
(0.14/0.00/0.23/0.12)	

CMYK percentages

%13.84
%0
%23.21
%12.16

Codes

Color #C1E0AC in popluar color models

C1E0AC
RGB193224172
HSL96°45.61%77.65%
HSB/HSV96°23.21%87.84%
CMYK13.84%0.00%23.21%
12.16%

Color #C1E0AC in popluar number systems.

HEXC1E0AC
Decimal193224172
Binary110000011110000010101100
Octal301340254

Shades and tints

Shades of #C1E0AC

#C1E0AC
(193,224,172)
#B0CC9D
(176,204,157)
#9FB88E
(159,184,142)
#8EA47F
(142,164,127)
#7D9070
(125,144,112)
#6C7C61
(108,124,97)
#5B6852
(91,104,82)
#4A5443
(74,84,67)
#394034
(57,64,52)
#282C25
(40,44,37)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #C1E0AC

#C1E0AC
(193,224,172)
#C6E2B3
(198,226,179)
#CBE4BA
(203,228,186)
#D0E6C1
(208,230,193)
#D5E8C8
(213,232,200)
#DAEACF
(218,234,207)
#DFECD6
(223,236,214)
#E4EEDD
(228,238,221)
#E9F0E4
(233,240,228)
#EEF2EB
(238,242,235)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E0AC; }

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

This text font color is #C1E0AC.


Background Color

.myBgColor { background-color: #C1E0AC; }

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

This div background color is #C1E0AC.


Border color

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

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

This div border color is #C1E0AC.


Opacity

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

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

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

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

This text has shadow with #C1E0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E0AC on black background.


Color preview on white background

This text has color #C1E0AC on white background.



Black color preview on #C1E0AC background

This text has black color on #C1E0AC background.


White color preview on #C1E0AC background

This text has white color on #C1E0AC background.