COLOR #E3FFC0

HEX: #E3FFC0
RGB: (227,255,192)

Color info

#E3FFC0 contains mainly red and green colors. Web safe color of #E3FFC0 is #CCFFCC (or #CFC).

RGB color model

#E3FFC0 color RGB value is (227,255,192).

  • red value is 227;
  • green value is 255;
  • blue value is 192.
RGB:
(227,255,192)
(89%,100%,75%)

RGB channels and saturation

R 227 of 255 = 89%
G 255 of 255 = 100%
B 192 of 255 = 75%

227
255
192

R + G + B ~ 88%. #E3FFC0 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 255 + 192 = 674 (100%)
R 227 of 674 ~ 33.68%
G 255 of 674 ~ 37.83%
B 192 of 674 ~ 28.49%

%33.68
%37.83
%28.49

CMYK color model

#E3FFC0 color CMYK value is (11,0,25,0).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 0.00%
CMYK:
(11,0,25,0)
C11M0Y25K0 
(11%,0%,25%,0%)
(0.11/0.00/0.25/0.00)	

CMYK percentages

%10.98
%0
%24.71
%0

Codes

Color #E3FFC0 in popluar color models

E3FFC0
RGB227255192
HSL87°100.00%87.65%
HSB/HSV87°24.71%100.00%
CMYK10.98%0.00%24.71%
0.00%

Color #E3FFC0 in popluar number systems.

HEXE3FFC0
Decimal227255192
Binary111000111111111111000000
Octal343377300

Shades and tints

Shades of #E3FFC0

#E3FFC0
(227,255,192)
#CFE8AF
(207,232,175)
#BBD19E
(187,209,158)
#A7BA8D
(167,186,141)
#93A37C
(147,163,124)
#7F8C6B
(127,140,107)
#6B755A
(107,117,90)
#575E49
(87,94,73)
#434738
(67,71,56)
#2F3027
(47,48,39)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #E3FFC0

#E3FFC0
(227,255,192)
#E5FFC5
(229,255,197)
#E7FFCA
(231,255,202)
#E9FFCF
(233,255,207)
#EBFFD4
(235,255,212)
#EDFFD9
(237,255,217)
#EFFFDE
(239,255,222)
#F1FFE3
(241,255,227)
#F3FFE8
(243,255,232)
#F5FFED
(245,255,237)
#F7FFF2
(247,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FFC0 color. Also use rgb(227,255,192) instead hex code.

Text Font Color

.myTextColor { color: #E3FFC0; }

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

This text font color is #E3FFC0.


Background Color

.myBgColor { background-color: #E3FFC0; }

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

This div background color is #E3FFC0.


Border color

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

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

This div border color is #E3FFC0.


Opacity

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

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

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

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

This text has shadow with #E3FFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FFC0 on black background.


Color preview on white background

This text has color #E3FFC0 on white background.



Black color preview on #E3FFC0 background

This text has black color on #E3FFC0 background.


White color preview on #E3FFC0 background

This text has white color on #E3FFC0 background.