COLOR #E4EAC7

HEX: #E4EAC7 RGB: (228,234,199)

Color info

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

RGB color model

#E4EAC7 color RGB value is (228,234,199).

RGB: (228,234,199) (89%, 92%, 78%)

RGB channels and saturation

R 228 of 255 = 89%
G 234 of 255 = 92%
B 199 of 255 = 78%

228
234
199

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

Portions of RGB colors in percentages

R + G + B = 228 + 234 + 199 = 661 (100%)
R 228 of 661 ~ 34.49%
G 234 of 661 ~ 35.4%
B 199 of 661 ~ 30.11'%

%34.49
%35.4
%30.11

CMYK color model

#E4EAC7 color CMYK value is (3,0,15,8).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 8.24%

CMYK: (3,0,15,8)
C3M0Y15K8 (3%, 0%, 15%, 8%)
(0.03 / 0.00 / 0.15 / 0.08)

CMYK percentages

%2.56
%0
%14.96
%8.24

Codes

Color #E4EAC7 in popluar color models

E4 EA C7
RGB 228 234 199
HSL 70° 45.45% 84.90%
HSB/HSV 70° 14.96% 91.76%
CMYK 2.56% 0.00% 14.96%
8.24%

Color #E4EAC7 in popluar number systems.

HEX E4 EA C7
Decimal 228 234 199
Binary 11100100 11101010 11000111
Octal 344 352 307

Shades and tints

Shades of #E4EAC7

#E4EAC7
(228,234,199)
#D0D5B5
(208,213,181)
#BCC0A3
(188,192,163)
#A8AB91
(168,171,145)
#94967F
(148,150,127)
#80816D
(128,129,109)
#6C6C5B
(108,108,91)
#585749
(88,87,73)
#444237
(68,66,55)
#302D25
(48,45,37)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #E4EAC7

#E4EAC7
(228,234,199)
#E6EBCC
(230,235,204)
#E8ECD1
(232,236,209)
#EAEDD6
(234,237,214)
#ECEEDB
(236,238,219)
#EEEFE0
(238,239,224)
#F0F0E5
(240,240,229)
#F2F1EA
(242,241,234)
#F4F2EF
(244,242,239)
#F6F3F4
(246,243,244)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EAC7 color. Also use rgb(228,234,199) instead hex code.

Text Font Color

.myTextColor { color: #E4EAC7; }

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

This text font color is #E4EAC7.

Background Color

.myBgColor { background-color: #E4EAC7; }

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

This div background color is #E4EAC7.

Border color

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

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

This div border color is #E4EAC7.

Opacity

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

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

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

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

This text has shadow with #E4EAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EAC7.

Preview

Color preview on black background

This text has color #E4EAC7 on black background.


Color preview on white background

This text has color #E4EAC7 on white background.


Black color preview on #E4EAC7 background

This text has black color on #E4EAC7 background.


White color preview on #E4EAC7 background

This text has white color on #E4EAC7 background.


Related colors

Complementary color

Complementary color for #hex is #1B1538.


I love getcolorcode.com

Triadic colors

1 #C7E4EA and #EAC7E4 with #E4EAC7 are triadic colors.

2 #C7EAE4 and #EAE4C7 with #E4EAC7 are triadic colors.