COLOR #E3FDB8

HEX: #E3FDB8 RGB: (227,253,184)

Color info

#E3FDB8 contains mainly red and green colors. Web safe color of #E3FDB8 is #CCFFCC (or #CFC).

RGB color model

#E3FDB8 color RGB value is (227,253,184).

RGB: (227,253,184) (89%, 99%, 72%)

RGB channels and saturation

R 227 of 255 = 89%
G 253 of 255 = 99%
B 184 of 255 = 72%

227
253
184

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

Portions of RGB colors in percentages

R + G + B = 227 + 253 + 184 = 664 (100%)
R 227 of 664 ~ 34.19%
G 253 of 664 ~ 38.1%
B 184 of 664 ~ 27.71'%

%34.19
%38.1
%27.71

CMYK color model

#E3FDB8 color CMYK value is (10,0,27,1).

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

CMYK: (10,0,27,1)
C10M0Y27K1 (10%, 0%, 27%, 1%)
(0.10 / 0.00 / 0.27 / 0.01)

CMYK percentages

%10.28
%0
%27.27
%0.78

Codes

Color #E3FDB8 in popluar color models

E3 FD B8
RGB 227 253 184
HSL 83° 94.52% 85.69%
HSB/HSV 83° 27.27% 99.22%
CMYK 10.28% 0.00% 27.27%
0.78%

Color #E3FDB8 in popluar number systems.

HEX E3 FD B8
Decimal 227 253 184
Binary 11100011 11111101 10111000
Octal 343 375 270

Shades and tints

Shades of #E3FDB8

#E3FDB8
(227,253,184)
#CFE6A8
(207,230,168)
#BBCF98
(187,207,152)
#A7B888
(167,184,136)
#93A178
(147,161,120)
#7F8A68
(127,138,104)
#6B7358
(107,115,88)
#575C48
(87,92,72)
#434538
(67,69,56)
#2F2E28
(47,46,40)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #E3FDB8

#E3FDB8
(227,253,184)
#E5FDBE
(229,253,190)
#E7FDC4
(231,253,196)
#E9FDCA
(233,253,202)
#EBFDD0
(235,253,208)
#EDFDD6
(237,253,214)
#EFFDDC
(239,253,220)
#F1FDE2
(241,253,226)
#F3FDE8
(243,253,232)
#F5FDEE
(245,253,238)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FDB8; }

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

This text font color is #E3FDB8.

Background Color

.myBgColor { background-color: #E3FDB8; }

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

This div background color is #E3FDB8.

Border color

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

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

This div border color is #E3FDB8.

Opacity

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

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

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

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

This text has shadow with #E3FDB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FDB8.

Preview

Color preview on black background

This text has color #E3FDB8 on black background.


Color preview on white background

This text has color #E3FDB8 on white background.


Black color preview on #E3FDB8 background

This text has black color on #E3FDB8 background.


White color preview on #E3FDB8 background

This text has white color on #E3FDB8 background.


Related colors

Complementary color

Complementary color for #hex is #1C0247.


I love getcolorcode.com

Triadic colors

1 #B8E3FD and #FDB8E3 with #E3FDB8 are triadic colors.

2 #B8FDE3 and #FDE3B8 with #E3FDB8 are triadic colors.