COLOR #C2E1BD

HEX: #C2E1BD
RGB: (194,225,189)

Color info

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

RGB color model

#C2E1BD color RGB value is (194,225,189).

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

RGB channels and saturation

R 194 of 255 = 76%
G 225 of 255 = 88%
B 189 of 255 = 74%

194
225
189

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

Portions of RGB colors in percentages

R + G + B =
194 + 225 + 189 = 608 (100%)
R 194 of 608 ~ 31.91%
G 225 of 608 ~ 37.01%
B 189 of 608 ~ 31.09%

%31.91
%37.01
%31.09

CMYK color model

#C2E1BD color CMYK value is (14,0,16,12).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 11.76%
CMYK:
(14,0,16,12)
C14M0Y16K12 
(14%,0%,16%,12%)
(0.14/0.00/0.16/0.12)	

CMYK percentages

%13.78
%0
%16
%11.76

Codes

Color #C2E1BD in popluar color models

C2E1BD
RGB194225189
HSL112°37.50%81.18%
HSB/HSV112°16.00%88.24%
CMYK13.78%0.00%16.00%
11.76%

Color #C2E1BD in popluar number systems.

HEXC2E1BD
Decimal194225189
Binary110000101110000110111101
Octal302341275

Shades and tints

Shades of #C2E1BD

#C2E1BD
(194,225,189)
#B1CDAC
(177,205,172)
#A0B99B
(160,185,155)
#8FA58A
(143,165,138)
#7E9179
(126,145,121)
#6D7D68
(109,125,104)
#5C6957
(92,105,87)
#4B5546
(75,85,70)
#3A4135
(58,65,53)
#292D24
(41,45,36)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #C2E1BD

#C2E1BD
(194,225,189)
#C7E3C3
(199,227,195)
#CCE5C9
(204,229,201)
#D1E7CF
(209,231,207)
#D6E9D5
(214,233,213)
#DBEBDB
(219,235,219)
#E0EDE1
(224,237,225)
#E5EFE7
(229,239,231)
#EAF1ED
(234,241,237)
#EFF3F3
(239,243,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E1BD; }

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

This text font color is #C2E1BD.


Background Color

.myBgColor { background-color: #C2E1BD; }

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

This div background color is #C2E1BD.


Border color

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

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

This div border color is #C2E1BD.


Opacity

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

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

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

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

This text has shadow with #C2E1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E1BD on black background.


Color preview on white background

This text has color #C2E1BD on white background.



Black color preview on #C2E1BD background

This text has black color on #C2E1BD background.


White color preview on #C2E1BD background

This text has white color on #C2E1BD background.