COLOR #C1E180

HEX: #C1E180 RGB: (193,225,128)

Color info

#C1E180 contains mainly red and green colors. Web safe color of #C1E180 is #CCCC66 (or #CC6).

RGB color model

#C1E180 color RGB value is (193,225,128).

RGB: (193,225,128) (76%, 88%, 50%)

RGB channels and saturation

R 193 of 255 = 76%
G 225 of 255 = 88%
B 128 of 255 = 50%

193
225
128

R + G + B ~ 71%. #C1E180 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 225 + 128 = 546 (100%)
R 193 of 546 ~ 35.35%
G 225 of 546 ~ 41.21%
B 128 of 546 ~ 23.44'%

%35.35
%41.21
%23.44

CMYK color model

#C1E180 color CMYK value is (14,0,43,12).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 43.11%
  • key color value is 11.76%

CMYK: (14,0,43,12)
C14M0Y43K12 (14%, 0%, 43%, 12%)
(0.14 / 0.00 / 0.43 / 0.12)

CMYK percentages

%14.22
%0
%43.11
%11.76

Codes

Color #C1E180 in popluar color models

C1 E1 80
RGB 193 225 128
HSL 80° 61.78% 69.22%
HSB/HSV 80° 43.11% 88.24%
CMYK 14.22% 0.00% 43.11%
11.76%

Color #C1E180 in popluar number systems.

HEX C1 E1 80
Decimal 193 225 128
Binary 11000001 11100001 10000000
Octal 301 341 200

Shades and tints

Shades of #C1E180

#C1E180
(193,225,128)
#B0CD75
(176,205,117)
#9FB96A
(159,185,106)
#8EA55F
(142,165,95)
#7D9154
(125,145,84)
#6C7D49
(108,125,73)
#5B693E
(91,105,62)
#4A5533
(74,85,51)
#394128
(57,65,40)
#282D1D
(40,45,29)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #C1E180

#C1E180
(193,225,128)
#C6E38B
(198,227,139)
#CBE596
(203,229,150)
#D0E7A1
(208,231,161)
#D5E9AC
(213,233,172)
#DAEBB7
(218,235,183)
#DFEDC2
(223,237,194)
#E4EFCD
(228,239,205)
#E9F1D8
(233,241,216)
#EEF3E3
(238,243,227)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E180; }

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

This text font color is #C1E180.

Background Color

.myBgColor { background-color: #C1E180; }

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

This div background color is #C1E180.

Border color

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

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

This div border color is #C1E180.

Opacity

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

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

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

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

This text has shadow with #C1E180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1E180.

Preview

Color preview on black background

This text has color #C1E180 on black background.


Color preview on white background

This text has color #C1E180 on white background.


Black color preview on #C1E180 background

This text has black color on #C1E180 background.


White color preview on #C1E180 background

This text has white color on #C1E180 background.


Related colors

Complementary color

Complementary color for #hex is #3E1E7F.


I love getcolorcode.com

Triadic colors

1 #80C1E1 and #E180C1 with #C1E180 are triadic colors.

2 #80E1C1 and #E1C180 with #C1E180 are triadic colors.