COLOR #E0EFB4

HEX: #E0EFB4 RGB: (224,239,180)

Color info

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

RGB color model

#E0EFB4 color RGB value is (224,239,180).

RGB: (224,239,180) (88%, 94%, 71%)

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 180 of 255 = 71%

224
239
180

R + G + B ~ 84%. #E0EFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 239 + 180 = 643 (100%)
R 224 of 643 ~ 34.84%
G 239 of 643 ~ 37.17%
B 180 of 643 ~ 27.99'%

%34.84
%37.17
%27.99

CMYK color model

#E0EFB4 color CMYK value is (6,0,25,6).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 6.27%

CMYK: (6,0,25,6)
C6M0Y25K6 (6%, 0%, 25%, 6%)
(0.06 / 0.00 / 0.25 / 0.06)

CMYK percentages

%6.28
%0
%24.69
%6.27

Codes

Color #E0EFB4 in popluar color models

E0 EF B4
RGB 224 239 180
HSL 75° 64.84% 82.16%
HSB/HSV 75° 24.69% 93.73%
CMYK 6.28% 0.00% 24.69%
6.27%

Color #E0EFB4 in popluar number systems.

HEX E0 EF B4
Decimal 224 239 180
Binary 11100000 11101111 10110100
Octal 340 357 264

Shades and tints

Shades of #E0EFB4

#E0EFB4
(224,239,180)
#CCDAA4
(204,218,164)
#B8C594
(184,197,148)
#A4B084
(164,176,132)
#909B74
(144,155,116)
#7C8664
(124,134,100)
#687154
(104,113,84)
#545C44
(84,92,68)
#404734
(64,71,52)
#2C3224
(44,50,36)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #E0EFB4

#E0EFB4
(224,239,180)
#E2F0BA
(226,240,186)
#E4F1C0
(228,241,192)
#E6F2C6
(230,242,198)
#E8F3CC
(232,243,204)
#EAF4D2
(234,244,210)
#ECF5D8
(236,245,216)
#EEF6DE
(238,246,222)
#F0F7E4
(240,247,228)
#F2F8EA
(242,248,234)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EFB4 color. Also use rgb(224,239,180) instead hex code.

Text Font Color

.myTextColor { color: #E0EFB4; }

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

This text font color is #E0EFB4.

Background Color

.myBgColor { background-color: #E0EFB4; }

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

This div background color is #E0EFB4.

Border color

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

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

This div border color is #E0EFB4.

Opacity

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

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

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

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

This text has shadow with #E0EFB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EFB4.

Preview

Color preview on black background

This text has color #E0EFB4 on black background.


Color preview on white background

This text has color #E0EFB4 on white background.


Black color preview on #E0EFB4 background

This text has black color on #E0EFB4 background.


White color preview on #E0EFB4 background

This text has white color on #E0EFB4 background.


Related colors

Complementary color

Complementary color for #hex is #1F104B.


I love getcolorcode.com

Triadic colors

1 #B4E0EF and #EFB4E0 with #E0EFB4 are triadic colors.

2 #B4EFE0 and #EFE0B4 with #E0EFB4 are triadic colors.