COLOR #E7FBBE

HEX: #E7FBBE RGB: (231,251,190)

Color info

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

RGB color model

#E7FBBE color RGB value is (231,251,190).

RGB: (231,251,190) (91%, 98%, 75%)

RGB channels and saturation

R 231 of 255 = 91%
G 251 of 255 = 98%
B 190 of 255 = 75%

231
251
190

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

Portions of RGB colors in percentages

R + G + B = 231 + 251 + 190 = 672 (100%)
R 231 of 672 ~ 34.38%
G 251 of 672 ~ 37.35%
B 190 of 672 ~ 28.27'%

%34.38
%37.35
%28.27

CMYK color model

#E7FBBE color CMYK value is (8,0,24,2).

  • cyan value is 7.97%
  • magenta value is 0.00%
  • yellow value is 24.30%
  • key color value is 1.57%
CMYK: (8,0,24,2) C8M0Y24K2 (8%,0%,24%,2%) (0.08/0.00/0.24/0.02) 

CMYK percentages

%7.97
%0
%24.3
%1.57

Codes

Color #E7FBBE in popluar color models

E7 FB BE
RGB 231 251 190
HSL 80° 88.41% 86.47%
HSB/HSV 80° 24.30% 98.43%
CMYK 7.97% 0.00% 24.30%
1.57%

Color #E7FBBE in popluar number systems.

HEX E7 FB BE
Decimal 231 251 190
Binary 11100111 11111011 10111110
Octal 347 373 276

Shades and tints

Shades of #E7FBBE

#E7FBBE
(231,251,190)
#D2E5AD
(210,229,173)
#BDCF9C
(189,207,156)
#A8B98B
(168,185,139)
#93A37A
(147,163,122)
#7E8D69
(126,141,105)
#697758
(105,119,88)
#546147
(84,97,71)
#3F4B36
(63,75,54)
#2A3525
(42,53,37)
#151F14
(21,31,20)
#000000
(0,0,0)

Tints of #E7FBBE

#E7FBBE
(231,251,190)
#E9FBC3
(233,251,195)
#EBFBC8
(235,251,200)
#EDFBCD
(237,251,205)
#EFFBD2
(239,251,210)
#F1FBD7
(241,251,215)
#F3FBDC
(243,251,220)
#F5FBE1
(245,251,225)
#F7FBE6
(247,251,230)
#F9FBEB
(249,251,235)
#FBFBF0
(251,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FBBE color. Also use rgb(231,251,190) instead hex code.

Text Font Color

.myTextColor { color: #E7FBBE; }

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

This text font color is #E7FBBE.

Background Color

.myBgColor { background-color: #E7FBBE; }

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

This div background color is #E7FBBE.

Border color

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

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

This div border color is #E7FBBE.

Opacity

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

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

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

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

This text has shadow with #E7FBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FBBE.

Preview

Color preview on black background

This text has color #E7FBBE on black background.


Color preview on white background

This text has color #E7FBBE on white background.


Black color preview on #E7FBBE background

This text has black color on #E7FBBE background.


White color preview on #E7FBBE background

This text has white color on #E7FBBE background.


Related colors

Complementary color

Complementary color for #hex is #180441.


I love getcolorcode.com

Triadic colors

1 #BEE7FB and #FBBEE7 with #E7FBBE are triadic colors.

2 #BEFBE7 and #FBE7BE with #E7FBBE are triadic colors.