COLOR #C1EE7D

HEX: #C1EE7D RGB: (193,238,125)

Color info

#C1EE7D contains mainly red and green colors. Web safe color of #C1EE7D is #CCFF66 (or #CF6).

RGB color model

#C1EE7D color RGB value is (193,238,125).

RGB: (193,238,125) (76%, 93%, 49%)

RGB channels and saturation

R 193 of 255 = 76%
G 238 of 255 = 93%
B 125 of 255 = 49%

193
238
125

R + G + B ~ 73%. #C1EE7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 238 + 125 = 556 (100%)
R 193 of 556 ~ 34.71%
G 238 of 556 ~ 42.81%
B 125 of 556 ~ 22.48'%

%34.71
%42.81
%22.48

CMYK color model

#C1EE7D color CMYK value is (19,0,47,7).

  • cyan value is 18.91%
  • magenta value is 0.00%
  • yellow value is 47.48%
  • key color value is 6.67%

CMYK: (19,0,47,7)
C19M0Y47K7 (19%, 0%, 47%, 7%)
(0.19 / 0.00 / 0.47 / 0.07)

CMYK percentages

%18.91
%0
%47.48
%6.67

Codes

Color #C1EE7D in popluar color models

C1 EE 7D
RGB 193 238 125
HSL 84° 76.87% 71.18%
HSB/HSV 84° 47.48% 93.33%
CMYK 18.91% 0.00% 47.48%
6.67%

Color #C1EE7D in popluar number systems.

HEX C1 EE 7D
Decimal 193 238 125
Binary 11000001 11101110 1111101
Octal 301 356 175

Shades and tints

Shades of #C1EE7D

#C1EE7D
(193,238,125)
#B0D972
(176,217,114)
#9FC467
(159,196,103)
#8EAF5C
(142,175,92)
#7D9A51
(125,154,81)
#6C8546
(108,133,70)
#5B703B
(91,112,59)
#4A5B30
(74,91,48)
#394625
(57,70,37)
#28311A
(40,49,26)
#171C0F
(23,28,15)
#000000
(0,0,0)

Tints of #C1EE7D

#C1EE7D
(193,238,125)
#C6EF88
(198,239,136)
#CBF093
(203,240,147)
#D0F19E
(208,241,158)
#D5F2A9
(213,242,169)
#DAF3B4
(218,243,180)
#DFF4BF
(223,244,191)
#E4F5CA
(228,245,202)
#E9F6D5
(233,246,213)
#EEF7E0
(238,247,224)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1EE7D color. Also use rgb(193,238,125) instead hex code.

Text Font Color

.myTextColor { color: #C1EE7D; }

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

This text font color is #C1EE7D.

Background Color

.myBgColor { background-color: #C1EE7D; }

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

This div background color is #C1EE7D.

Border color

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

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

This div border color is #C1EE7D.

Opacity

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

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

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

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

This text has shadow with #C1EE7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1EE7D.

Preview

Color preview on black background

This text has color #C1EE7D on black background.


Color preview on white background

This text has color #C1EE7D on white background.


Black color preview on #C1EE7D background

This text has black color on #C1EE7D background.


White color preview on #C1EE7D background

This text has white color on #C1EE7D background.


Related colors

Complementary color

Complementary color for #hex is #3E1182.


I love getcolorcode.com

Triadic colors

1 #7DC1EE and #EE7DC1 with #C1EE7D are triadic colors.

2 #7DEEC1 and #EEC17D with #C1EE7D are triadic colors.