COLOR #E7FDB8

HEX: #E7FDB8 RGB: (231,253,184)

Color info

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

RGB color model

#E7FDB8 color RGB value is (231,253,184).

RGB: (231,253,184) (91%, 99%, 72%)

RGB channels and saturation

R 231 of 255 = 91%
G 253 of 255 = 99%
B 184 of 255 = 72%

231
253
184

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

Portions of RGB colors in percentages

R + G + B = 231 + 253 + 184 = 668 (100%)
R 231 of 668 ~ 34.58%
G 253 of 668 ~ 37.87%
B 184 of 668 ~ 27.54'%

%34.58
%37.87
%27.54

CMYK color model

#E7FDB8 color CMYK value is (9,0,27,1).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 0.78%

CMYK: (9,0,27,1)
C9M0Y27K1 (9%, 0%, 27%, 1%)
(0.09 / 0.00 / 0.27 / 0.01)

CMYK percentages

%8.7
%0
%27.27
%0.78

Codes

Color #E7FDB8 in popluar color models

E7 FD B8
RGB 231 253 184
HSL 79° 94.52% 85.69%
HSB/HSV 79° 27.27% 99.22%
CMYK 8.70% 0.00% 27.27%
0.78%

Color #E7FDB8 in popluar number systems.

HEX E7 FD B8
Decimal 231 253 184
Binary 11100111 11111101 10111000
Octal 347 375 270

Shades and tints

Shades of #E7FDB8

#E7FDB8
(231,253,184)
#D2E6A8
(210,230,168)
#BDCF98
(189,207,152)
#A8B888
(168,184,136)
#93A178
(147,161,120)
#7E8A68
(126,138,104)
#697358
(105,115,88)
#545C48
(84,92,72)
#3F4538
(63,69,56)
#2A2E28
(42,46,40)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7FDB8

#E7FDB8
(231,253,184)
#E9FDBE
(233,253,190)
#EBFDC4
(235,253,196)
#EDFDCA
(237,253,202)
#EFFDD0
(239,253,208)
#F1FDD6
(241,253,214)
#F3FDDC
(243,253,220)
#F5FDE2
(245,253,226)
#F7FDE8
(247,253,232)
#F9FDEE
(249,253,238)
#FBFDF4
(251,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FDB8 color. Also use rgb(231,253,184) instead hex code.

Text Font Color

.myTextColor { color: #E7FDB8; }

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

This text font color is #E7FDB8.

Background Color

.myBgColor { background-color: #E7FDB8; }

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

This div background color is #E7FDB8.

Border color

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

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

This div border color is #E7FDB8.

Opacity

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

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

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

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

This text has shadow with #E7FDB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FDB8.

Preview

Color preview on black background

This text has color #E7FDB8 on black background.


Color preview on white background

This text has color #E7FDB8 on white background.


Black color preview on #E7FDB8 background

This text has black color on #E7FDB8 background.


White color preview on #E7FDB8 background

This text has white color on #E7FDB8 background.


Related colors

Complementary color

Complementary color for #hex is #180247.


I love getcolorcode.com

Triadic colors

1 #B8E7FD and #FDB8E7 with #E7FDB8 are triadic colors.

2 #B8FDE7 and #FDE7B8 with #E7FDB8 are triadic colors.