COLOR #E7FBD3

HEX: #E7FBD3 RGB: (231,251,211)

Color info

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

RGB color model

#E7FBD3 color RGB value is (231,251,211).

RGB: (231,251,211) (91%, 98%, 83%)

RGB channels and saturation

R 231 of 255 = 91%
G 251 of 255 = 98%
B 211 of 255 = 83%

231
251
211

R + G + B ~ 91%. #E7FBD3 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 251 + 211 = 693 (100%)
R 231 of 693 ~ 33.33%
G 251 of 693 ~ 36.22%
B 211 of 693 ~ 30.45'%

%33.33
%36.22
%30.45

CMYK color model

#E7FBD3 color CMYK value is (8,0,16,2).

  • cyan value is 7.97%
  • magenta value is 0.00%
  • yellow value is 15.94%
  • key color value is 1.57%
CMYK: (8,0,16,2) C8M0Y16K2 (8%,0%,16%,2%) (0.08/0.00/0.16/0.02) 

CMYK percentages

%7.97
%0
%15.94
%1.57

Codes

Color #E7FBD3 in popluar color models

E7 FB D3
RGB 231 251 211
HSL 90° 83.33% 90.59%
HSB/HSV 90° 15.94% 98.43%
CMYK 7.97% 0.00% 15.94%
1.57%

Color #E7FBD3 in popluar number systems.

HEX E7 FB D3
Decimal 231 251 211
Binary 11100111 11111011 11010011
Octal 347 373 323

Shades and tints

Shades of #E7FBD3

#E7FBD3
(231,251,211)
#D2E5C0
(210,229,192)
#BDCFAD
(189,207,173)
#A8B99A
(168,185,154)
#93A387
(147,163,135)
#7E8D74
(126,141,116)
#697761
(105,119,97)
#54614E
(84,97,78)
#3F4B3B
(63,75,59)
#2A3528
(42,53,40)
#151F15
(21,31,21)
#000000
(0,0,0)

Tints of #E7FBD3

#E7FBD3
(231,251,211)
#E9FBD7
(233,251,215)
#EBFBDB
(235,251,219)
#EDFBDF
(237,251,223)
#EFFBE3
(239,251,227)
#F1FBE7
(241,251,231)
#F3FBEB
(243,251,235)
#F5FBEF
(245,251,239)
#F7FBF3
(247,251,243)
#F9FBF7
(249,251,247)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FBD3; }

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

This text font color is #E7FBD3.

Background Color

.myBgColor { background-color: #E7FBD3; }

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

This div background color is #E7FBD3.

Border color

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

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

This div border color is #E7FBD3.

Opacity

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

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

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

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

This text has shadow with #E7FBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FBD3.

Preview

Color preview on black background

This text has color #E7FBD3 on black background.


Color preview on white background

This text has color #E7FBD3 on white background.


Black color preview on #E7FBD3 background

This text has black color on #E7FBD3 background.


White color preview on #E7FBD3 background

This text has white color on #E7FBD3 background.


Related colors

Complementary color

Complementary color for #hex is #18042C.


I love getcolorcode.com

Triadic colors

1 #D3E7FB and #FBD3E7 with #E7FBD3 are triadic colors.

2 #D3FBE7 and #FBE7D3 with #E7FBD3 are triadic colors.