COLOR #E2FCCB

HEX: #E2FCCB
RGB: (226,252,203)

Color info

#E2FCCB contains red, green and blue colors in about the same proportion. Web safe color of #E2FCCB is #CCFFCC (or #CFC).

RGB color model

#E2FCCB color RGB value is (226,252,203).

  • red value is 226;
  • green value is 252;
  • blue value is 203.
RGB:
(226,252,203)
(89%,99%,80%)

RGB channels and saturation

R 226 of 255 = 89%
G 252 of 255 = 99%
B 203 of 255 = 80%

226
252
203

R + G + B ~ 89%. #E2FCCB is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 252 + 203 = 681 (100%)
R 226 of 681 ~ 33.19%
G 252 of 681 ~ 37%
B 203 of 681 ~ 29.81%

%33.19
%37
%29.81

CMYK color model

#E2FCCB color CMYK value is (10,0,19,1).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 1.18%
CMYK:
(10,0,19,1)
C10M0Y19K1 
(10%,0%,19%,1%)
(0.10/0.00/0.19/0.01)	

CMYK percentages

%10.32
%0
%19.44
%1.18

Codes

Color #E2FCCB in popluar color models

E2FCCB
RGB226252203
HSL92°89.09%89.22%
HSB/HSV92°19.44%98.82%
CMYK10.32%0.00%19.44%
1.18%

Color #E2FCCB in popluar number systems.

HEXE2FCCB
Decimal226252203
Binary111000101111110011001011
Octal342374313

Shades and tints

Shades of #E2FCCB

#E2FCCB
(226,252,203)
#CEE6B9
(206,230,185)
#BAD0A7
(186,208,167)
#A6BA95
(166,186,149)
#92A483
(146,164,131)
#7E8E71
(126,142,113)
#6A785F
(106,120,95)
#56624D
(86,98,77)
#424C3B
(66,76,59)
#2E3629
(46,54,41)
#1A2017
(26,32,23)
#000000
(0,0,0)

Tints of #E2FCCB

#E2FCCB
(226,252,203)
#E4FCCF
(228,252,207)
#E6FCD3
(230,252,211)
#E8FCD7
(232,252,215)
#EAFCDB
(234,252,219)
#ECFCDF
(236,252,223)
#EEFCE3
(238,252,227)
#F0FCE7
(240,252,231)
#F2FCEB
(242,252,235)
#F4FCEF
(244,252,239)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FCCB color. Also use rgb(226,252,203) instead hex code.

Text Font Color

.myTextColor { color: #E2FCCB; }

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

This text font color is #E2FCCB.


Background Color

.myBgColor { background-color: #E2FCCB; }

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

This div background color is #E2FCCB.


Border color

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

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

This div border color is #E2FCCB.


Opacity

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

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

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

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

This text has shadow with #E2FCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FCCB on black background.


Color preview on white background

This text has color #E2FCCB on white background.



Black color preview on #E2FCCB background

This text has black color on #E2FCCB background.


White color preview on #E2FCCB background

This text has white color on #E2FCCB background.