COLOR #E4FDB6

HEX: #E4FDB6 RGB: (228,253,182)

Color info

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

RGB color model

#E4FDB6 color RGB value is (228,253,182).

RGB: (228,253,182) (89%, 99%, 71%)

RGB channels and saturation

R 228 of 255 = 89%
G 253 of 255 = 99%
B 182 of 255 = 71%

228
253
182

R + G + B ~ 86%. #E4FDB6 is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 253 + 182 = 663 (100%)
R 228 of 663 ~ 34.39%
G 253 of 663 ~ 38.16%
B 182 of 663 ~ 27.45'%

%34.39
%38.16
%27.45

CMYK color model

#E4FDB6 color CMYK value is (10,0,28,1).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 0.78%

CMYK: (10,0,28,1)
C10M0Y28K1 (10%, 0%, 28%, 1%)
(0.10 / 0.00 / 0.28 / 0.01)

CMYK percentages

%9.88
%0
%28.06
%0.78

Codes

Color #E4FDB6 in popluar color models

E4 FD B6
RGB 228 253 182
HSL 81° 94.67% 85.29%
HSB/HSV 81° 28.06% 99.22%
CMYK 9.88% 0.00% 28.06%
0.78%

Color #E4FDB6 in popluar number systems.

HEX E4 FD B6
Decimal 228 253 182
Binary 11100100 11111101 10110110
Octal 344 375 266

Shades and tints

Shades of #E4FDB6

#E4FDB6
(228,253,182)
#D0E6A6
(208,230,166)
#BCCF96
(188,207,150)
#A8B886
(168,184,134)
#94A176
(148,161,118)
#808A66
(128,138,102)
#6C7356
(108,115,86)
#585C46
(88,92,70)
#444536
(68,69,54)
#302E26
(48,46,38)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #E4FDB6

#E4FDB6
(228,253,182)
#E6FDBC
(230,253,188)
#E8FDC2
(232,253,194)
#EAFDC8
(234,253,200)
#ECFDCE
(236,253,206)
#EEFDD4
(238,253,212)
#F0FDDA
(240,253,218)
#F2FDE0
(242,253,224)
#F4FDE6
(244,253,230)
#F6FDEC
(246,253,236)
#F8FDF2
(248,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FDB6; }

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

This text font color is #E4FDB6.

Background Color

.myBgColor { background-color: #E4FDB6; }

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

This div background color is #E4FDB6.

Border color

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

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

This div border color is #E4FDB6.

Opacity

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

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

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

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

This text has shadow with #E4FDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FDB6.

Preview

Color preview on black background

This text has color #E4FDB6 on black background.


Color preview on white background

This text has color #E4FDB6 on white background.


Black color preview on #E4FDB6 background

This text has black color on #E4FDB6 background.


White color preview on #E4FDB6 background

This text has white color on #E4FDB6 background.


Related colors

Complementary color

Complementary color for #hex is #1B0249.


I love getcolorcode.com

Triadic colors

1 #B6E4FD and #FDB6E4 with #E4FDB6 are triadic colors.

2 #B6FDE4 and #FDE4B6 with #E4FDB6 are triadic colors.