COLOR #E4FBD3

HEX: #E4FBD3 RGB: (228,251,211)

Color info

#E4FBD3 contains red, green and blue colors in about the same proportion. Web safe color of #E4FBD3 is #CCFFCC (or #CFC).

RGB color model

#E4FBD3 color RGB value is (228,251,211).

RGB: (228,251,211) (89%, 98%, 83%)

RGB channels and saturation

R 228 of 255 = 89%
G 251 of 255 = 98%
B 211 of 255 = 83%

228
251
211

R + G + B ~ 90%. #E4FBD3 is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 251 + 211 = 690 (100%)
R 228 of 690 ~ 33.04%
G 251 of 690 ~ 36.38%
B 211 of 690 ~ 30.58'%

%33.04
%36.38
%30.58

CMYK color model

#E4FBD3 color CMYK value is (9,0,16,2).

  • cyan value is 9.16%
  • magenta value is 0.00%
  • yellow value is 15.94%
  • key color value is 1.57%

CMYK: (9,0,16,2)
C9M0Y16K2 (9%, 0%, 16%, 2%)
(0.09 / 0.00 / 0.16 / 0.02)

CMYK percentages

%9.16
%0
%15.94
%1.57

Codes

Color #E4FBD3 in popluar color models

E4 FB D3
RGB 228 251 211
HSL 95° 83.33% 90.59%
HSB/HSV 95° 15.94% 98.43%
CMYK 9.16% 0.00% 15.94%
1.57%

Color #E4FBD3 in popluar number systems.

HEX E4 FB D3
Decimal 228 251 211
Binary 11100100 11111011 11010011
Octal 344 373 323

Shades and tints

Shades of #E4FBD3

#E4FBD3
(228,251,211)
#D0E5C0
(208,229,192)
#BCCFAD
(188,207,173)
#A8B99A
(168,185,154)
#94A387
(148,163,135)
#808D74
(128,141,116)
#6C7761
(108,119,97)
#58614E
(88,97,78)
#444B3B
(68,75,59)
#303528
(48,53,40)
#1C1F15
(28,31,21)
#000000
(0,0,0)

Tints of #E4FBD3

#E4FBD3
(228,251,211)
#E6FBD7
(230,251,215)
#E8FBDB
(232,251,219)
#EAFBDF
(234,251,223)
#ECFBE3
(236,251,227)
#EEFBE7
(238,251,231)
#F0FBEB
(240,251,235)
#F2FBEF
(242,251,239)
#F4FBF3
(244,251,243)
#F6FBF7
(246,251,247)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FBD3; }

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

This text font color is #E4FBD3.

Background Color

.myBgColor { background-color: #E4FBD3; }

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

This div background color is #E4FBD3.

Border color

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

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

This div border color is #E4FBD3.

Opacity

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

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

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

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

This text has shadow with #E4FBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FBD3.

Preview

Color preview on black background

This text has color #E4FBD3 on black background.


Color preview on white background

This text has color #E4FBD3 on white background.


Black color preview on #E4FBD3 background

This text has black color on #E4FBD3 background.


White color preview on #E4FBD3 background

This text has white color on #E4FBD3 background.


Related colors

Complementary color

Complementary color for #hex is #1B042C.


I love getcolorcode.com

Triadic colors

1 #D3E4FB and #FBD3E4 with #E4FBD3 are triadic colors.

2 #D3FBE4 and #FBE4D3 with #E4FBD3 are triadic colors.