COLOR #C2EF9B

HEX: #C2EF9B
RGB: (194,239,155)

Color info

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

RGB color model

#C2EF9B color RGB value is (194,239,155).

  • red value is 194;
  • green value is 239;
  • blue value is 155.
RGB:
(194,239,155)
(76%,94%,61%)

RGB channels and saturation

R 194 of 255 = 76%
G 239 of 255 = 94%
B 155 of 255 = 61%

194
239
155

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

Portions of RGB colors in percentages

R + G + B =
194 + 239 + 155 = 588 (100%)
R 194 of 588 ~ 32.99%
G 239 of 588 ~ 40.65%
B 155 of 588 ~ 26.36%

%32.99
%40.65
%26.36

CMYK color model

#C2EF9B color CMYK value is (19,0,35,6).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 6.27%
CMYK:
(19,0,35,6)
C19M0Y35K6 
(19%,0%,35%,6%)
(0.19/0.00/0.35/0.06)	

CMYK percentages

%18.83
%0
%35.15
%6.27

Codes

Color #C2EF9B in popluar color models

C2EF9B
RGB194239155
HSL92°72.41%77.25%
HSB/HSV92°35.15%93.73%
CMYK18.83%0.00%35.15%
6.27%

Color #C2EF9B in popluar number systems.

HEXC2EF9B
Decimal194239155
Binary110000101110111110011011
Octal302357233

Shades and tints

Shades of #C2EF9B

#C2EF9B
(194,239,155)
#B1DA8D
(177,218,141)
#A0C57F
(160,197,127)
#8FB071
(143,176,113)
#7E9B63
(126,155,99)
#6D8655
(109,134,85)
#5C7147
(92,113,71)
#4B5C39
(75,92,57)
#3A472B
(58,71,43)
#29321D
(41,50,29)
#181D0F
(24,29,15)
#000000
(0,0,0)

Tints of #C2EF9B

#C2EF9B
(194,239,155)
#C7F0A4
(199,240,164)
#CCF1AD
(204,241,173)
#D1F2B6
(209,242,182)
#D6F3BF
(214,243,191)
#DBF4C8
(219,244,200)
#E0F5D1
(224,245,209)
#E5F6DA
(229,246,218)
#EAF7E3
(234,247,227)
#EFF8EC
(239,248,236)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EF9B; }

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

This text font color is #C2EF9B.


Background Color

.myBgColor { background-color: #C2EF9B; }

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

This div background color is #C2EF9B.


Border color

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

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

This div border color is #C2EF9B.


Opacity

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

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

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

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

This text has shadow with #C2EF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EF9B on black background.


Color preview on white background

This text has color #C2EF9B on white background.



Black color preview on #C2EF9B background

This text has black color on #C2EF9B background.


White color preview on #C2EF9B background

This text has white color on #C2EF9B background.