COLOR #C1E5A0

HEX: #C1E5A0 RGB: (193,229,160)

Color info

#C1E5A0 contains mainly red and green colors. Web safe color of #C1E5A0 is #CCCC99 (or #CC9).

RGB color model

#C1E5A0 color RGB value is (193,229,160).

RGB: (193,229,160) (76%, 90%, 63%)

RGB channels and saturation

R 193 of 255 = 76%
G 229 of 255 = 90%
B 160 of 255 = 63%

193
229
160

R + G + B ~ 76%. #C1E5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 229 + 160 = 582 (100%)
R 193 of 582 ~ 33.16%
G 229 of 582 ~ 39.35%
B 160 of 582 ~ 27.49'%

%33.16
%39.35
%27.49

CMYK color model

#C1E5A0 color CMYK value is (16,0,30,10).

  • cyan value is 15.72%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 10.20%

CMYK: (16,0,30,10)
C16M0Y30K10 (16%, 0%, 30%, 10%)
(0.16 / 0.00 / 0.30 / 0.10)

CMYK percentages

%15.72
%0
%30.13
%10.2

Codes

Color #C1E5A0 in popluar color models

C1 E5 A0
RGB 193 229 160
HSL 91° 57.02% 76.27%
HSB/HSV 91° 30.13% 89.80%
CMYK 15.72% 0.00% 30.13%
10.20%

Color #C1E5A0 in popluar number systems.

HEX C1 E5 A0
Decimal 193 229 160
Binary 11000001 11100101 10100000
Octal 301 345 240

Shades and tints

Shades of #C1E5A0

#C1E5A0
(193,229,160)
#B0D192
(176,209,146)
#9FBD84
(159,189,132)
#8EA976
(142,169,118)
#7D9568
(125,149,104)
#6C815A
(108,129,90)
#5B6D4C
(91,109,76)
#4A593E
(74,89,62)
#394530
(57,69,48)
#283122
(40,49,34)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #C1E5A0

#C1E5A0
(193,229,160)
#C6E7A8
(198,231,168)
#CBE9B0
(203,233,176)
#D0EBB8
(208,235,184)
#D5EDC0
(213,237,192)
#DAEFC8
(218,239,200)
#DFF1D0
(223,241,208)
#E4F3D8
(228,243,216)
#E9F5E0
(233,245,224)
#EEF7E8
(238,247,232)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E5A0 color. Also use rgb(193,229,160) instead hex code.

Text Font Color

.myTextColor { color: #C1E5A0; }

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

This text font color is #C1E5A0.

Background Color

.myBgColor { background-color: #C1E5A0; }

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

This div background color is #C1E5A0.

Border color

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

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

This div border color is #C1E5A0.

Opacity

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

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

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

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

This text has shadow with #C1E5A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1E5A0.

Preview

Color preview on black background

This text has color #C1E5A0 on black background.


Color preview on white background

This text has color #C1E5A0 on white background.


Black color preview on #C1E5A0 background

This text has black color on #C1E5A0 background.


White color preview on #C1E5A0 background

This text has white color on #C1E5A0 background.


Related colors

Complementary color

Complementary color for #hex is #3E1A5F.


I love getcolorcode.com

Triadic colors

1 #A0C1E5 and #E5A0C1 with #C1E5A0 are triadic colors.

2 #A0E5C1 and #E5C1A0 with #C1E5A0 are triadic colors.