COLOR #E7FBED

HEX: #E7FBED RGB: (231,251,237)

Color info

#E7FBED contains red, green and blue colors in about the same proportion. Web safe color of #E7FBED is #FFFFFF (or #FFF).

RGB color model

#E7FBED color RGB value is (231,251,237).

RGB: (231,251,237) (91%, 98%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 251 of 255 = 98%
B 237 of 255 = 93%

231
251
237

R + G + B ~ 94%. #E7FBED is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 251 + 237 = 719 (100%)
R 231 of 719 ~ 32.13%
G 251 of 719 ~ 34.91%
B 237 of 719 ~ 32.96'%

%32.13
%34.91
%32.96

CMYK color model

#E7FBED color CMYK value is (8,0,6,2).

  • cyan value is 7.97%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 1.57%

CMYK: (8,0,6,2)
C8M0Y6K2 (8%, 0%, 6%, 2%)
(0.08 / 0.00 / 0.06 / 0.02)

CMYK percentages

%7.97
%0
%5.58
%1.57

Codes

Color #E7FBED in popluar color models

E7 FB ED
RGB 231 251 237
HSL 138° 71.43% 94.51%
HSB/HSV 138° 7.97% 98.43%
CMYK 7.97% 0.00% 5.58%
1.57%

Color #E7FBED in popluar number systems.

HEX E7 FB ED
Decimal 231 251 237
Binary 11100111 11111011 11101101
Octal 347 373 355

Shades and tints

Shades of #E7FBED

#E7FBED
(231,251,237)
#D2E5D8
(210,229,216)
#BDCFC3
(189,207,195)
#A8B9AE
(168,185,174)
#93A399
(147,163,153)
#7E8D84
(126,141,132)
#69776F
(105,119,111)
#54615A
(84,97,90)
#3F4B45
(63,75,69)
#2A3530
(42,53,48)
#151F1B
(21,31,27)
#000000
(0,0,0)

Tints of #E7FBED

#E7FBED
(231,251,237)
#E9FBEE
(233,251,238)
#EBFBEF
(235,251,239)
#EDFBF0
(237,251,240)
#EFFBF1
(239,251,241)
#F1FBF2
(241,251,242)
#F3FBF3
(243,251,243)
#F5FBF4
(245,251,244)
#F7FBF5
(247,251,245)
#F9FBF6
(249,251,246)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FBED; }

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

This text font color is #E7FBED.

Background Color

.myBgColor { background-color: #E7FBED; }

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

This div background color is #E7FBED.

Border color

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

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

This div border color is #E7FBED.

Opacity

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

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

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

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

This text has shadow with #E7FBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FBED.

Preview

Color preview on black background

This text has color #E7FBED on black background.


Color preview on white background

This text has color #E7FBED on white background.


Black color preview on #E7FBED background

This text has black color on #E7FBED background.


White color preview on #E7FBED background

This text has white color on #E7FBED background.


Related colors

Complementary color

Complementary color for #hex is #180412.


I love getcolorcode.com

Triadic colors

1 #EDE7FB and #FBEDE7 with #E7FBED are triadic colors.

2 #EDFBE7 and #FBE7ED with #E7FBED are triadic colors.