COLOR #C2E2B6

HEX: #C2E2B6
RGB: (194,226,182)

Color info

#C2E2B6 contains red, green and blue colors in about the same proportion. Web safe color of #C2E2B6 is #CCCCCC (or #CCC).

RGB color model

#C2E2B6 color RGB value is (194,226,182).

  • red value is 194;
  • green value is 226;
  • blue value is 182.
RGB:
(194,226,182)
(76%,89%,71%)

RGB channels and saturation

R 194 of 255 = 76%
G 226 of 255 = 89%
B 182 of 255 = 71%

194
226
182

R + G + B ~ 79%. #C2E2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 226 + 182 = 602 (100%)
R 194 of 602 ~ 32.23%
G 226 of 602 ~ 37.54%
B 182 of 602 ~ 30.23%

%32.23
%37.54
%30.23

CMYK color model

#C2E2B6 color CMYK value is (14,0,19,11).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 11.37%
CMYK:
(14,0,19,11)
C14M0Y19K11 
(14%,0%,19%,11%)
(0.14/0.00/0.19/0.11)	

CMYK percentages

%14.16
%0
%19.47
%11.37

Codes

Color #C2E2B6 in popluar color models

C2E2B6
RGB194226182
HSL104°43.14%80.00%
HSB/HSV104°19.47%88.63%
CMYK14.16%0.00%19.47%
11.37%

Color #C2E2B6 in popluar number systems.

HEXC2E2B6
Decimal194226182
Binary110000101110001010110110
Octal302342266

Shades and tints

Shades of #C2E2B6

#C2E2B6
(194,226,182)
#B1CEA6
(177,206,166)
#A0BA96
(160,186,150)
#8FA686
(143,166,134)
#7E9276
(126,146,118)
#6D7E66
(109,126,102)
#5C6A56
(92,106,86)
#4B5646
(75,86,70)
#3A4236
(58,66,54)
#292E26
(41,46,38)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #C2E2B6

#C2E2B6
(194,226,182)
#C7E4BC
(199,228,188)
#CCE6C2
(204,230,194)
#D1E8C8
(209,232,200)
#D6EACE
(214,234,206)
#DBECD4
(219,236,212)
#E0EEDA
(224,238,218)
#E5F0E0
(229,240,224)
#EAF2E6
(234,242,230)
#EFF4EC
(239,244,236)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E2B6; }

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

This text font color is #C2E2B6.


Background Color

.myBgColor { background-color: #C2E2B6; }

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

This div background color is #C2E2B6.


Border color

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

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

This div border color is #C2E2B6.


Opacity

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

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

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

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

This text has shadow with #C2E2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E2B6 on black background.


Color preview on white background

This text has color #C2E2B6 on white background.



Black color preview on #C2E2B6 background

This text has black color on #C2E2B6 background.


White color preview on #C2E2B6 background

This text has white color on #C2E2B6 background.