COLOR #E4FDBD

HEX: #E4FDBD
RGB: (228,253,189)

Color info

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

RGB color model

#E4FDBD color RGB value is (228,253,189).

  • red value is 228;
  • green value is 253;
  • blue value is 189.
RGB:
(228,253,189)
(89%,99%,74%)

RGB channels and saturation

R 228 of 255 = 89%
G 253 of 255 = 99%
B 189 of 255 = 74%

228
253
189

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

Portions of RGB colors in percentages

R + G + B =
228 + 253 + 189 = 670 (100%)
R 228 of 670 ~ 34.03%
G 253 of 670 ~ 37.76%
B 189 of 670 ~ 28.21%

%34.03
%37.76
%28.21

CMYK color model

#E4FDBD color CMYK value is (10,0,25,1).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 25.30%
  • key color value is 0.78%
CMYK:
(10,0,25,1)
C10M0Y25K1 
(10%,0%,25%,1%)
(0.10/0.00/0.25/0.01)	

CMYK percentages

%9.88
%0
%25.3
%0.78

Codes

Color #E4FDBD in popluar color models

E4FDBD
RGB228253189
HSL83°94.12%86.67%
HSB/HSV83°25.30%99.22%
CMYK9.88%0.00%25.30%
0.78%

Color #E4FDBD in popluar number systems.

HEXE4FDBD
Decimal228253189
Binary111001001111110110111101
Octal344375275

Shades and tints

Shades of #E4FDBD

#E4FDBD
(228,253,189)
#D0E6AC
(208,230,172)
#BCCF9B
(188,207,155)
#A8B88A
(168,184,138)
#94A179
(148,161,121)
#808A68
(128,138,104)
#6C7357
(108,115,87)
#585C46
(88,92,70)
#444535
(68,69,53)
#302E24
(48,46,36)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #E4FDBD

#E4FDBD
(228,253,189)
#E6FDC3
(230,253,195)
#E8FDC9
(232,253,201)
#EAFDCF
(234,253,207)
#ECFDD5
(236,253,213)
#EEFDDB
(238,253,219)
#F0FDE1
(240,253,225)
#F2FDE7
(242,253,231)
#F4FDED
(244,253,237)
#F6FDF3
(246,253,243)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FDBD color. Also use rgb(228,253,189) instead hex code.

Text Font Color

.myTextColor { color: #E4FDBD; }

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

This text font color is #E4FDBD.


Background Color

.myBgColor { background-color: #E4FDBD; }

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

This div background color is #E4FDBD.


Border color

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

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

This div border color is #E4FDBD.


Opacity

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

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

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

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

This text has shadow with #E4FDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FDBD on black background.


Color preview on white background

This text has color #E4FDBD on white background.



Black color preview on #E4FDBD background

This text has black color on #E4FDBD background.


White color preview on #E4FDBD background

This text has white color on #E4FDBD background.