COLOR #C2E3BA

HEX: #C2E3BA
RGB: (194,227,186)

Color info

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

RGB color model

#C2E3BA color RGB value is (194,227,186).

  • red value is 194;
  • green value is 227;
  • blue value is 186.
RGB:
(194,227,186)
(76%,89%,73%)

RGB channels and saturation

R 194 of 255 = 76%
G 227 of 255 = 89%
B 186 of 255 = 73%

194
227
186

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

Portions of RGB colors in percentages

R + G + B =
194 + 227 + 186 = 607 (100%)
R 194 of 607 ~ 31.96%
G 227 of 607 ~ 37.4%
B 186 of 607 ~ 30.64%

%31.96
%37.4
%30.64

CMYK color model

#C2E3BA color CMYK value is (15,0,18,11).

  • cyan value is 14.54%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 10.98%
CMYK:
(15,0,18,11)
C15M0Y18K11 
(15%,0%,18%,11%)
(0.15/0.00/0.18/0.11)	

CMYK percentages

%14.54
%0
%18.06
%10.98

Codes

Color #C2E3BA in popluar color models

C2E3BA
RGB194227186
HSL108°42.27%80.98%
HSB/HSV108°18.06%89.02%
CMYK14.54%0.00%18.06%
10.98%

Color #C2E3BA in popluar number systems.

HEXC2E3BA
Decimal194227186
Binary110000101110001110111010
Octal302343272

Shades and tints

Shades of #C2E3BA

#C2E3BA
(194,227,186)
#B1CFAA
(177,207,170)
#A0BB9A
(160,187,154)
#8FA78A
(143,167,138)
#7E937A
(126,147,122)
#6D7F6A
(109,127,106)
#5C6B5A
(92,107,90)
#4B574A
(75,87,74)
#3A433A
(58,67,58)
#292F2A
(41,47,42)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #C2E3BA

#C2E3BA
(194,227,186)
#C7E5C0
(199,229,192)
#CCE7C6
(204,231,198)
#D1E9CC
(209,233,204)
#D6EBD2
(214,235,210)
#DBEDD8
(219,237,216)
#E0EFDE
(224,239,222)
#E5F1E4
(229,241,228)
#EAF3EA
(234,243,234)
#EFF5F0
(239,245,240)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E3BA; }

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

This text font color is #C2E3BA.


Background Color

.myBgColor { background-color: #C2E3BA; }

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

This div background color is #C2E3BA.


Border color

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

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

This div border color is #C2E3BA.


Opacity

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

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

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

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

This text has shadow with #C2E3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E3BA on black background.


Color preview on white background

This text has color #C2E3BA on white background.



Black color preview on #C2E3BA background

This text has black color on #C2E3BA background.


White color preview on #C2E3BA background

This text has white color on #C2E3BA background.