COLOR #C2EEC2

HEX: #C2EEC2
RGB: (194,238,194)

Color info

#C2EEC2 contains red, green and blue colors in about the same proportion. Web safe color of #C2EEC2 is #CCFFCC (or #CFC).

RGB color model

#C2EEC2 color RGB value is (194,238,194).

  • red value is 194;
  • green value is 238;
  • blue value is 194.
RGB:
(194,238,194)
(76%,93%,76%)

RGB channels and saturation

R 194 of 255 = 76%
G 238 of 255 = 93%
B 194 of 255 = 76%

194
238
194

R + G + B ~ 82%. #C2EEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 238 + 194 = 626 (100%)
R 194 of 626 ~ 30.99%
G 238 of 626 ~ 38.02%
B 194 of 626 ~ 30.99%

%30.99
%38.02
%30.99

CMYK color model

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

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 6.67%
CMYK:
(18,0,18,7)
C18M0Y18K7 
(18%,0%,18%,7%)
(0.18/0.00/0.18/0.07)	

CMYK percentages

%18.49
%0
%18.49
%6.67

Codes

Color #C2EEC2 in popluar color models

C2EEC2
RGB194238194
HSL120°56.41%84.71%
HSB/HSV120°18.49%93.33%
CMYK18.49%0.00%18.49%
6.67%

Color #C2EEC2 in popluar number systems.

HEXC2EEC2
Decimal194238194
Binary110000101110111011000010
Octal302356302

Shades and tints

Shades of #C2EEC2

#C2EEC2
(194,238,194)
#B1D9B1
(177,217,177)
#A0C4A0
(160,196,160)
#8FAF8F
(143,175,143)
#7E9A7E
(126,154,126)
#6D856D
(109,133,109)
#5C705C
(92,112,92)
#4B5B4B
(75,91,75)
#3A463A
(58,70,58)
#293129
(41,49,41)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #C2EEC2

#C2EEC2
(194,238,194)
#C7EFC7
(199,239,199)
#CCF0CC
(204,240,204)
#D1F1D1
(209,241,209)
#D6F2D6
(214,242,214)
#DBF3DB
(219,243,219)
#E0F4E0
(224,244,224)
#E5F5E5
(229,245,229)
#EAF6EA
(234,246,234)
#EFF7EF
(239,247,239)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EEC2; }

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

This text font color is #C2EEC2.


Background Color

.myBgColor { background-color: #C2EEC2; }

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

This div background color is #C2EEC2.


Border color

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

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

This div border color is #C2EEC2.


Opacity

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

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

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

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

This text has shadow with #C2EEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EEC2 on black background.


Color preview on white background

This text has color #C2EEC2 on white background.



Black color preview on #C2EEC2 background

This text has black color on #C2EEC2 background.


White color preview on #C2EEC2 background

This text has white color on #C2EEC2 background.