COLOR #E4FBC6

HEX: #E4FBC6 RGB: (228,251,198)

Color info

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

RGB color model

#E4FBC6 color RGB value is (228,251,198).

RGB: (228,251,198) (89%, 98%, 78%)

RGB channels and saturation

R 228 of 255 = 89%
G 251 of 255 = 98%
B 198 of 255 = 78%

228
251
198

R + G + B ~ 88%. #E4FBC6 is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 251 + 198 = 677 (100%)
R 228 of 677 ~ 33.68%
G 251 of 677 ~ 37.08%
B 198 of 677 ~ 29.25'%

%33.68
%37.08
%29.25

CMYK color model

#E4FBC6 color CMYK value is (9,0,21,2).

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

CMYK: (9,0,21,2)
C9M0Y21K2 (9%, 0%, 21%, 2%)
(0.09 / 0.00 / 0.21 / 0.02)

CMYK percentages

%9.16
%0
%21.12
%1.57

Codes

Color #E4FBC6 in popluar color models

E4 FB C6
RGB 228 251 198
HSL 86° 86.89% 88.04%
HSB/HSV 86° 21.12% 98.43%
CMYK 9.16% 0.00% 21.12%
1.57%

Color #E4FBC6 in popluar number systems.

HEX E4 FB C6
Decimal 228 251 198
Binary 11100100 11111011 11000110
Octal 344 373 306

Shades and tints

Shades of #E4FBC6

#E4FBC6
(228,251,198)
#D0E5B4
(208,229,180)
#BCCFA2
(188,207,162)
#A8B990
(168,185,144)
#94A37E
(148,163,126)
#808D6C
(128,141,108)
#6C775A
(108,119,90)
#586148
(88,97,72)
#444B36
(68,75,54)
#303524
(48,53,36)
#1C1F12
(28,31,18)
#000000
(0,0,0)

Tints of #E4FBC6

#E4FBC6
(228,251,198)
#E6FBCB
(230,251,203)
#E8FBD0
(232,251,208)
#EAFBD5
(234,251,213)
#ECFBDA
(236,251,218)
#EEFBDF
(238,251,223)
#F0FBE4
(240,251,228)
#F2FBE9
(242,251,233)
#F4FBEE
(244,251,238)
#F6FBF3
(246,251,243)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FBC6; }

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

This text font color is #E4FBC6.

Background Color

.myBgColor { background-color: #E4FBC6; }

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

This div background color is #E4FBC6.

Border color

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

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

This div border color is #E4FBC6.

Opacity

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

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

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

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

This text has shadow with #E4FBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FBC6.

Preview

Color preview on black background

This text has color #E4FBC6 on black background.


Color preview on white background

This text has color #E4FBC6 on white background.


Black color preview on #E4FBC6 background

This text has black color on #E4FBC6 background.


White color preview on #E4FBC6 background

This text has white color on #E4FBC6 background.


Related colors

Complementary color

Complementary color for #hex is #1B0439.


I love getcolorcode.com

Triadic colors

1 #C6E4FB and #FBC6E4 with #E4FBC6 are triadic colors.

2 #C6FBE4 and #FBE4C6 with #E4FBC6 are triadic colors.