COLOR #C2ECB4

HEX: #C2ECB4
RGB: (194,236,180)

Color info

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

RGB color model

#C2ECB4 color RGB value is (194,236,180).

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

RGB channels and saturation

R 194 of 255 = 76%
G 236 of 255 = 93%
B 180 of 255 = 71%

194
236
180

R + G + B ~ 80%. #C2ECB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 236 + 180 = 610 (100%)
R 194 of 610 ~ 31.8%
G 236 of 610 ~ 38.69%
B 180 of 610 ~ 29.51%

%31.8
%38.69
%29.51

CMYK color model

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

  • cyan value is 17.80%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 7.45%
CMYK:
(18,0,24,7)
C18M0Y24K7 
(18%,0%,24%,7%)
(0.18/0.00/0.24/0.07)	

CMYK percentages

%17.8
%0
%23.73
%7.45

Codes

Color #C2ECB4 in popluar color models

C2ECB4
RGB194236180
HSL105°59.57%81.57%
HSB/HSV105°23.73%92.55%
CMYK17.80%0.00%23.73%
7.45%

Color #C2ECB4 in popluar number systems.

HEXC2ECB4
Decimal194236180
Binary110000101110110010110100
Octal302354264

Shades and tints

Shades of #C2ECB4

#C2ECB4
(194,236,180)
#B1D7A4
(177,215,164)
#A0C294
(160,194,148)
#8FAD84
(143,173,132)
#7E9874
(126,152,116)
#6D8364
(109,131,100)
#5C6E54
(92,110,84)
#4B5944
(75,89,68)
#3A4434
(58,68,52)
#292F24
(41,47,36)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #C2ECB4

#C2ECB4
(194,236,180)
#C7EDBA
(199,237,186)
#CCEEC0
(204,238,192)
#D1EFC6
(209,239,198)
#D6F0CC
(214,240,204)
#DBF1D2
(219,241,210)
#E0F2D8
(224,242,216)
#E5F3DE
(229,243,222)
#EAF4E4
(234,244,228)
#EFF5EA
(239,245,234)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ECB4; }

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

This text font color is #C2ECB4.


Background Color

.myBgColor { background-color: #C2ECB4; }

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

This div background color is #C2ECB4.


Border color

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

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

This div border color is #C2ECB4.


Opacity

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

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

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

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

This text has shadow with #C2ECB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ECB4 on black background.


Color preview on white background

This text has color #C2ECB4 on white background.



Black color preview on #C2ECB4 background

This text has black color on #C2ECB4 background.


White color preview on #C2ECB4 background

This text has white color on #C2ECB4 background.