COLOR #C2ED9B

HEX: #C2ED9B RGB: (194,237,155)

Color info

#C2ED9B contains mainly red and green colors. Web safe color of #C2ED9B is #CCFF99 (or #CF9).

RGB color model

#C2ED9B color RGB value is (194,237,155).

RGB: (194,237,155) (76%, 93%, 61%)

RGB channels and saturation

R 194 of 255 = 76%
G 237 of 255 = 93%
B 155 of 255 = 61%

194
237
155

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

Portions of RGB colors in percentages

R + G + B = 194 + 237 + 155 = 586 (100%)
R 194 of 586 ~ 33.11%
G 237 of 586 ~ 40.44%
B 155 of 586 ~ 26.45'%

%33.11
%40.44
%26.45

CMYK color model

#C2ED9B color CMYK value is (18,0,35,7).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 34.60%
  • key color value is 7.06%

CMYK: (18,0,35,7)
C18M0Y35K7 (18%, 0%, 35%, 7%)
(0.18 / 0.00 / 0.35 / 0.07)

CMYK percentages

%18.14
%0
%34.6
%7.06

Codes

Color #C2ED9B in popluar color models

C2 ED 9B
RGB 194 237 155
HSL 91° 69.49% 76.86%
HSB/HSV 91° 34.60% 92.94%
CMYK 18.14% 0.00% 34.60%
7.06%

Color #C2ED9B in popluar number systems.

HEX C2 ED 9B
Decimal 194 237 155
Binary 11000010 11101101 10011011
Octal 302 355 233

Shades and tints

Shades of #C2ED9B

#C2ED9B
(194,237,155)
#B1D88D
(177,216,141)
#A0C37F
(160,195,127)
#8FAE71
(143,174,113)
#7E9963
(126,153,99)
#6D8455
(109,132,85)
#5C6F47
(92,111,71)
#4B5A39
(75,90,57)
#3A452B
(58,69,43)
#29301D
(41,48,29)
#181B0F
(24,27,15)
#000000
(0,0,0)

Tints of #C2ED9B

#C2ED9B
(194,237,155)
#C7EEA4
(199,238,164)
#CCEFAD
(204,239,173)
#D1F0B6
(209,240,182)
#D6F1BF
(214,241,191)
#DBF2C8
(219,242,200)
#E0F3D1
(224,243,209)
#E5F4DA
(229,244,218)
#EAF5E3
(234,245,227)
#EFF6EC
(239,246,236)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2ED9B color. Also use rgb(194,237,155) instead hex code.

Text Font Color

.myTextColor { color: #C2ED9B; }

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

This text font color is #C2ED9B.

Background Color

.myBgColor { background-color: #C2ED9B; }

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

This div background color is #C2ED9B.

Border color

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

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

This div border color is #C2ED9B.

Opacity

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

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

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

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

This text has shadow with #C2ED9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ED9B.

Preview

Color preview on black background

This text has color #C2ED9B on black background.


Color preview on white background

This text has color #C2ED9B on white background.


Black color preview on #C2ED9B background

This text has black color on #C2ED9B background.


White color preview on #C2ED9B background

This text has white color on #C2ED9B background.


Related colors

Complementary color

Complementary color for #C2ED9B is #3D1264.


I love getcolorcode.com

Triadic colors

1 #9BC2ED and #ED9BC2 with #C2ED9B are triadic colors.

2 #9BEDC2 and #EDC29B with #C2ED9B are triadic colors.