COLOR #C2E3BD

HEX: #C2E3BD
RGB: (194,227,189)

Color info

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

RGB color model

#C2E3BD color RGB value is (194,227,189).

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

RGB channels and saturation

R 194 of 255 = 76%
G 227 of 255 = 89%
B 189 of 255 = 74%

194
227
189

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

Portions of RGB colors in percentages

R + G + B =
194 + 227 + 189 = 610 (100%)
R 194 of 610 ~ 31.8%
G 227 of 610 ~ 37.21%
B 189 of 610 ~ 30.98%

%31.8
%37.21
%30.98

CMYK color model

#C2E3BD color CMYK value is (15,0,17,11).

  • cyan value is 14.54%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK:
(15,0,17,11)
C15M0Y17K11 
(15%,0%,17%,11%)
(0.15/0.00/0.17/0.11)	

CMYK percentages

%14.54
%0
%16.74
%10.98

Codes

Color #C2E3BD in popluar color models

C2E3BD
RGB194227189
HSL112°40.43%81.57%
HSB/HSV112°16.74%89.02%
CMYK14.54%0.00%16.74%
10.98%

Color #C2E3BD in popluar number systems.

HEXC2E3BD
Decimal194227189
Binary110000101110001110111101
Octal302343275

Shades and tints

Shades of #C2E3BD

#C2E3BD
(194,227,189)
#B1CFAC
(177,207,172)
#A0BB9B
(160,187,155)
#8FA78A
(143,167,138)
#7E9379
(126,147,121)
#6D7F68
(109,127,104)
#5C6B57
(92,107,87)
#4B5746
(75,87,70)
#3A4335
(58,67,53)
#292F24
(41,47,36)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #C2E3BD

#C2E3BD
(194,227,189)
#C7E5C3
(199,229,195)
#CCE7C9
(204,231,201)
#D1E9CF
(209,233,207)
#D6EBD5
(214,235,213)
#DBEDDB
(219,237,219)
#E0EFE1
(224,239,225)
#E5F1E7
(229,241,231)
#EAF3ED
(234,243,237)
#EFF5F3
(239,245,243)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E3BD; }

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

This text font color is #C2E3BD.


Background Color

.myBgColor { background-color: #C2E3BD; }

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

This div background color is #C2E3BD.


Border color

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

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

This div border color is #C2E3BD.


Opacity

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

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

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

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

This text has shadow with #C2E3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E3BD on black background.


Color preview on white background

This text has color #C2E3BD on white background.



Black color preview on #C2E3BD background

This text has black color on #C2E3BD background.


White color preview on #C2E3BD background

This text has white color on #C2E3BD background.