COLOR #E3FFC2

HEX: #E3FFC2 RGB: (227,255,194)

Color info

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

RGB color model

#E3FFC2 color RGB value is (227,255,194).

RGB: (227,255,194) (89%, 100%, 76%)

RGB channels and saturation

R 227 of 255 = 89%
G 255 of 255 = 100%
B 194 of 255 = 76%

227
255
194

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

Portions of RGB colors in percentages

R + G + B = 227 + 255 + 194 = 676 (100%)
R 227 of 676 ~ 33.58%
G 255 of 676 ~ 37.72%
B 194 of 676 ~ 28.7'%

%33.58
%37.72
%28.7

CMYK color model

#E3FFC2 color CMYK value is (11,0,24,0).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 23.92%
  • key color value is 0.00%

CMYK: (11,0,24,0)
C11M0Y24K0 (11%, 0%, 24%, 0%)
(0.11 / 0.00 / 0.24 / 0.00)

CMYK percentages

%10.98
%0
%23.92
%0

Codes

Color #E3FFC2 in popluar color models

E3 FF C2
RGB 227 255 194
HSL 88° 100.00% 88.04%
HSB/HSV 88° 23.92% 100.00%
CMYK 10.98% 0.00% 23.92%
0.00%

Color #E3FFC2 in popluar number systems.

HEX E3 FF C2
Decimal 227 255 194
Binary 11100011 11111111 11000010
Octal 343 377 302

Shades and tints

Shades of #E3FFC2

#E3FFC2
(227,255,194)
#CFE8B1
(207,232,177)
#BBD1A0
(187,209,160)
#A7BA8F
(167,186,143)
#93A37E
(147,163,126)
#7F8C6D
(127,140,109)
#6B755C
(107,117,92)
#575E4B
(87,94,75)
#43473A
(67,71,58)
#2F3029
(47,48,41)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #E3FFC2

#E3FFC2
(227,255,194)
#E5FFC7
(229,255,199)
#E7FFCC
(231,255,204)
#E9FFD1
(233,255,209)
#EBFFD6
(235,255,214)
#EDFFDB
(237,255,219)
#EFFFE0
(239,255,224)
#F1FFE5
(241,255,229)
#F3FFEA
(243,255,234)
#F5FFEF
(245,255,239)
#F7FFF4
(247,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FFC2; }

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

This text font color is #E3FFC2.

Background Color

.myBgColor { background-color: #E3FFC2; }

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

This div background color is #E3FFC2.

Border color

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

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

This div border color is #E3FFC2.

Opacity

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

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

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

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

This text has shadow with #E3FFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FFC2.

Preview

Color preview on black background

This text has color #E3FFC2 on black background.


Color preview on white background

This text has color #E3FFC2 on white background.


Black color preview on #E3FFC2 background

This text has black color on #E3FFC2 background.


White color preview on #E3FFC2 background

This text has white color on #E3FFC2 background.


Related colors

Complementary color

Complementary color for #hex is #1C003D.


I love getcolorcode.com

Triadic colors

1 #C2E3FF and #FFC2E3 with #E3FFC2 are triadic colors.

2 #C2FFE3 and #FFE3C2 with #E3FFC2 are triadic colors.