COLOR #E3FAAA

HEX: #E3FAAA
RGB: (227,250,170)

Color info

#E3FAAA contains mainly red and green colors. Web safe color of #E3FAAA is #CCFF99 (or #CF9).

RGB color model

#E3FAAA color RGB value is (227,250,170).

  • red value is 227;
  • green value is 250;
  • blue value is 170.
RGB:
(227,250,170)
(89%,98%,67%)

RGB channels and saturation

R 227 of 255 = 89%
G 250 of 255 = 98%
B 170 of 255 = 67%

227
250
170

R + G + B ~ 85%. #E3FAAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 250 + 170 = 647 (100%)
R 227 of 647 ~ 35.09%
G 250 of 647 ~ 38.64%
B 170 of 647 ~ 26.28%

%35.09
%38.64
%26.28

CMYK color model

#E3FAAA color CMYK value is (9,0,32,2).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 1.96%
CMYK:
(9,0,32,2)
C9M0Y32K2 
(9%,0%,32%,2%)
(0.09/0.00/0.32/0.02)	

CMYK percentages

%9.2
%0
%32
%1.96

Codes

Color #E3FAAA in popluar color models

E3FAAA
RGB227250170
HSL77°88.89%82.35%
HSB/HSV77°32.00%98.04%
CMYK9.20%0.00%32.00%
1.96%

Color #E3FAAA in popluar number systems.

HEXE3FAAA
Decimal227250170
Binary111000111111101010101010
Octal343372252

Shades and tints

Shades of #E3FAAA

#E3FAAA
(227,250,170)
#CFE49B
(207,228,155)
#BBCE8C
(187,206,140)
#A7B87D
(167,184,125)
#93A26E
(147,162,110)
#7F8C5F
(127,140,95)
#6B7650
(107,118,80)
#576041
(87,96,65)
#434A32
(67,74,50)
#2F3423
(47,52,35)
#1B1E14
(27,30,20)
#000000
(0,0,0)

Tints of #E3FAAA

#E3FAAA
(227,250,170)
#E5FAB1
(229,250,177)
#E7FAB8
(231,250,184)
#E9FABF
(233,250,191)
#EBFAC6
(235,250,198)
#EDFACD
(237,250,205)
#EFFAD4
(239,250,212)
#F1FADB
(241,250,219)
#F3FAE2
(243,250,226)
#F5FAE9
(245,250,233)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FAAA color. Also use rgb(227,250,170) instead hex code.

Text Font Color

.myTextColor { color: #E3FAAA; }

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

This text font color is #E3FAAA.


Background Color

.myBgColor { background-color: #E3FAAA; }

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

This div background color is #E3FAAA.


Border color

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

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

This div border color is #E3FAAA.


Opacity

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

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

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

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

This text has shadow with #E3FAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FAAA on black background.


Color preview on white background

This text has color #E3FAAA on white background.



Black color preview on #E3FAAA background

This text has black color on #E3FAAA background.


White color preview on #E3FAAA background

This text has white color on #E3FAAA background.