COLOR #E7FBDE

HEX: #E7FBDE RGB: (231,251,222)

Color info

#E7FBDE contains red, green and blue colors in about the same proportion. Web safe color of #E7FBDE is #FFFFCC (or #FFC).

RGB color model

#E7FBDE color RGB value is (231,251,222).

RGB: (231,251,222) (91%, 98%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 251 of 255 = 98%
B 222 of 255 = 87%

231
251
222

R + G + B ~ 92%. #E7FBDE is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 251 + 222 = 704 (100%)
R 231 of 704 ~ 32.81%
G 251 of 704 ~ 35.65%
B 222 of 704 ~ 31.53'%

%32.81
%35.65
%31.53

CMYK color model

#E7FBDE color CMYK value is (8,0,12,2).

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

CMYK: (8,0,12,2)
C8M0Y12K2 (8%, 0%, 12%, 2%)
(0.08 / 0.00 / 0.12 / 0.02)

CMYK percentages

%7.97
%0
%11.55
%1.57

Codes

Color #E7FBDE in popluar color models

E7 FB DE
RGB 231 251 222
HSL 101° 78.38% 92.75%
HSB/HSV 101° 11.55% 98.43%
CMYK 7.97% 0.00% 11.55%
1.57%

Color #E7FBDE in popluar number systems.

HEX E7 FB DE
Decimal 231 251 222
Binary 11100111 11111011 11011110
Octal 347 373 336

Shades and tints

Shades of #E7FBDE

#E7FBDE
(231,251,222)
#D2E5CA
(210,229,202)
#BDCFB6
(189,207,182)
#A8B9A2
(168,185,162)
#93A38E
(147,163,142)
#7E8D7A
(126,141,122)
#697766
(105,119,102)
#546152
(84,97,82)
#3F4B3E
(63,75,62)
#2A352A
(42,53,42)
#151F16
(21,31,22)
#000000
(0,0,0)

Tints of #E7FBDE

#E7FBDE
(231,251,222)
#E9FBE1
(233,251,225)
#EBFBE4
(235,251,228)
#EDFBE7
(237,251,231)
#EFFBEA
(239,251,234)
#F1FBED
(241,251,237)
#F3FBF0
(243,251,240)
#F5FBF3
(245,251,243)
#F7FBF6
(247,251,246)
#F9FBF9
(249,251,249)
#FBFBFC
(251,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FBDE; }

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

This text font color is #E7FBDE.

Background Color

.myBgColor { background-color: #E7FBDE; }

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

This div background color is #E7FBDE.

Border color

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

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

This div border color is #E7FBDE.

Opacity

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

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

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

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

This text has shadow with #E7FBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FBDE.

Preview

Color preview on black background

This text has color #E7FBDE on black background.


Color preview on white background

This text has color #E7FBDE on white background.


Black color preview on #E7FBDE background

This text has black color on #E7FBDE background.


White color preview on #E7FBDE background

This text has white color on #E7FBDE background.


Related colors

Complementary color

Complementary color for #hex is #180421.


I love getcolorcode.com

Triadic colors

1 #DEE7FB and #FBDEE7 with #E7FBDE are triadic colors.

2 #DEFBE7 and #FBE7DE with #E7FBDE are triadic colors.