COLOR #C2E1BF

HEX: #C2E1BF
RGB: (194,225,191)

Color info

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

RGB color model

#C2E1BF color RGB value is (194,225,191).

  • red value is 194;
  • green value is 225;
  • blue value is 191.
RGB:
(194,225,191)
(76%,88%,75%)

RGB channels and saturation

R 194 of 255 = 76%
G 225 of 255 = 88%
B 191 of 255 = 75%

194
225
191

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

Portions of RGB colors in percentages

R + G + B =
194 + 225 + 191 = 610 (100%)
R 194 of 610 ~ 31.8%
G 225 of 610 ~ 36.89%
B 191 of 610 ~ 31.31%

%31.8
%36.89
%31.31

CMYK color model

#C2E1BF color CMYK value is (14,0,15,12).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 15.11%
  • key color value is 11.76%
CMYK:
(14,0,15,12)
C14M0Y15K12 
(14%,0%,15%,12%)
(0.14/0.00/0.15/0.12)	

CMYK percentages

%13.78
%0
%15.11
%11.76

Codes

Color #C2E1BF in popluar color models

C2E1BF
RGB194225191
HSL115°36.17%81.57%
HSB/HSV115°15.11%88.24%
CMYK13.78%0.00%15.11%
11.76%

Color #C2E1BF in popluar number systems.

HEXC2E1BF
Decimal194225191
Binary110000101110000110111111
Octal302341277

Shades and tints

Shades of #C2E1BF

#C2E1BF
(194,225,191)
#B1CDAE
(177,205,174)
#A0B99D
(160,185,157)
#8FA58C
(143,165,140)
#7E917B
(126,145,123)
#6D7D6A
(109,125,106)
#5C6959
(92,105,89)
#4B5548
(75,85,72)
#3A4137
(58,65,55)
#292D26
(41,45,38)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #C2E1BF

#C2E1BF
(194,225,191)
#C7E3C4
(199,227,196)
#CCE5C9
(204,229,201)
#D1E7CE
(209,231,206)
#D6E9D3
(214,233,211)
#DBEBD8
(219,235,216)
#E0EDDD
(224,237,221)
#E5EFE2
(229,239,226)
#EAF1E7
(234,241,231)
#EFF3EC
(239,243,236)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E1BF; }

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

This text font color is #C2E1BF.


Background Color

.myBgColor { background-color: #C2E1BF; }

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

This div background color is #C2E1BF.


Border color

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

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

This div border color is #C2E1BF.


Opacity

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

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

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

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

This text has shadow with #C2E1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E1BF on black background.


Color preview on white background

This text has color #C2E1BF on white background.



Black color preview on #C2E1BF background

This text has black color on #C2E1BF background.


White color preview on #C2E1BF background

This text has white color on #C2E1BF background.