COLOR #C2E9C5

HEX: #C2E9C5
RGB: (194,233,197)

Color info

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

RGB color model

#C2E9C5 color RGB value is (194,233,197).

  • red value is 194;
  • green value is 233;
  • blue value is 197.
RGB:
(194,233,197)
(76%,91%,77%)

RGB channels and saturation

R 194 of 255 = 76%
G 233 of 255 = 91%
B 197 of 255 = 77%

194
233
197

R + G + B ~ 81%. #C2E9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 233 + 197 = 624 (100%)
R 194 of 624 ~ 31.09%
G 233 of 624 ~ 37.34%
B 197 of 624 ~ 31.57%

%31.09
%37.34
%31.57

CMYK color model

#C2E9C5 color CMYK value is (17,0,15,9).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 8.63%
CMYK:
(17,0,15,9)
C17M0Y15K9 
(17%,0%,15%,9%)
(0.17/0.00/0.15/0.09)	

CMYK percentages

%16.74
%0
%15.45
%8.63

Codes

Color #C2E9C5 in popluar color models

C2E9C5
RGB194233197
HSL125°46.99%83.73%
HSB/HSV125°16.74%91.37%
CMYK16.74%0.00%15.45%
8.63%

Color #C2E9C5 in popluar number systems.

HEXC2E9C5
Decimal194233197
Binary110000101110100111000101
Octal302351305

Shades and tints

Shades of #C2E9C5

#C2E9C5
(194,233,197)
#B1D4B4
(177,212,180)
#A0BFA3
(160,191,163)
#8FAA92
(143,170,146)
#7E9581
(126,149,129)
#6D8070
(109,128,112)
#5C6B5F
(92,107,95)
#4B564E
(75,86,78)
#3A413D
(58,65,61)
#292C2C
(41,44,44)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #C2E9C5

#C2E9C5
(194,233,197)
#C7EBCA
(199,235,202)
#CCEDCF
(204,237,207)
#D1EFD4
(209,239,212)
#D6F1D9
(214,241,217)
#DBF3DE
(219,243,222)
#E0F5E3
(224,245,227)
#E5F7E8
(229,247,232)
#EAF9ED
(234,249,237)
#EFFBF2
(239,251,242)
#F4FDF7
(244,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E9C5; }

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

This text font color is #C2E9C5.


Background Color

.myBgColor { background-color: #C2E9C5; }

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

This div background color is #C2E9C5.


Border color

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

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

This div border color is #C2E9C5.


Opacity

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

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

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

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

This text has shadow with #C2E9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E9C5 on black background.


Color preview on white background

This text has color #C2E9C5 on white background.



Black color preview on #C2E9C5 background

This text has black color on #C2E9C5 background.


White color preview on #C2E9C5 background

This text has white color on #C2E9C5 background.