COLOR #E7FABA

HEX: #E7FABA
RGB: (231,250,186)

Color info

#E7FABA contains mainly red and green colors. Web safe color of #E7FABA is #FFFFCC (or #FFC).

RGB color model

#E7FABA color RGB value is (231,250,186).

  • red value is 231;
  • green value is 250;
  • blue value is 186.
RGB:
(231,250,186)
(91%,98%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 250 of 255 = 98%
B 186 of 255 = 73%

231
250
186

R + G + B ~ 87%. #E7FABA is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 250 + 186 = 667 (100%)
R 231 of 667 ~ 34.63%
G 250 of 667 ~ 37.48%
B 186 of 667 ~ 27.89%

%34.63
%37.48
%27.89

CMYK color model

#E7FABA color CMYK value is (8,0,26,2).

  • cyan value is 7.60%
  • magenta value is 0.00%
  • yellow value is 25.60%
  • key color value is 1.96%
CMYK:
(8,0,26,2)
C8M0Y26K2 
(8%,0%,26%,2%)
(0.08/0.00/0.26/0.02)	

CMYK percentages

%7.6
%0
%25.6
%1.96

Codes

Color #E7FABA in popluar color models

E7FABA
RGB231250186
HSL78°86.49%85.49%
HSB/HSV78°25.60%98.04%
CMYK7.60%0.00%25.60%
1.96%

Color #E7FABA in popluar number systems.

HEXE7FABA
Decimal231250186
Binary111001111111101010111010
Octal347372272

Shades and tints

Shades of #E7FABA

#E7FABA
(231,250,186)
#D2E4AA
(210,228,170)
#BDCE9A
(189,206,154)
#A8B88A
(168,184,138)
#93A27A
(147,162,122)
#7E8C6A
(126,140,106)
#69765A
(105,118,90)
#54604A
(84,96,74)
#3F4A3A
(63,74,58)
#2A342A
(42,52,42)
#151E1A
(21,30,26)
#000000
(0,0,0)

Tints of #E7FABA

#E7FABA
(231,250,186)
#E9FAC0
(233,250,192)
#EBFAC6
(235,250,198)
#EDFACC
(237,250,204)
#EFFAD2
(239,250,210)
#F1FAD8
(241,250,216)
#F3FADE
(243,250,222)
#F5FAE4
(245,250,228)
#F7FAEA
(247,250,234)
#F9FAF0
(249,250,240)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FABA color. Also use rgb(231,250,186) instead hex code.

Text Font Color

.myTextColor { color: #E7FABA; }

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

This text font color is #E7FABA.


Background Color

.myBgColor { background-color: #E7FABA; }

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

This div background color is #E7FABA.


Border color

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

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

This div border color is #E7FABA.


Opacity

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

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

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

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

This text has shadow with #E7FABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FABA on black background.


Color preview on white background

This text has color #E7FABA on white background.



Black color preview on #E7FABA background

This text has black color on #E7FABA background.


White color preview on #E7FABA background

This text has white color on #E7FABA background.