COLOR #E5EACC

HEX: #E5EACC RGB: (229,234,204)

Color info

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

RGB color model

#E5EACC color RGB value is (229,234,204).

RGB: (229,234,204) (90%, 92%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 204 of 255 = 80%

229
234
204

R + G + B ~ 87%. #E5EACC is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 234 + 204 = 667 (100%)
R 229 of 667 ~ 34.33%
G 234 of 667 ~ 35.08%
B 204 of 667 ~ 30.58'%

%34.33
%35.08
%30.58

CMYK color model

#E5EACC color CMYK value is (2,0,13,8).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 8.24%

CMYK: (2,0,13,8)
C2M0Y13K8 (2%, 0%, 13%, 8%)
(0.02 / 0.00 / 0.13 / 0.08)

CMYK percentages

%2.14
%0
%12.82
%8.24

Codes

Color #E5EACC in popluar color models

E5 EA CC
RGB 229 234 204
HSL 70° 41.67% 85.88%
HSB/HSV 70° 12.82% 91.76%
CMYK 2.14% 0.00% 12.82%
8.24%

Color #E5EACC in popluar number systems.

HEX E5 EA CC
Decimal 229 234 204
Binary 11100101 11101010 11001100
Octal 345 352 314

Shades and tints

Shades of #E5EACC

#E5EACC
(229,234,204)
#D1D5BA
(209,213,186)
#BDC0A8
(189,192,168)
#A9AB96
(169,171,150)
#959684
(149,150,132)
#818172
(129,129,114)
#6D6C60
(109,108,96)
#59574E
(89,87,78)
#45423C
(69,66,60)
#312D2A
(49,45,42)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #E5EACC

#E5EACC
(229,234,204)
#E7EBD0
(231,235,208)
#E9ECD4
(233,236,212)
#EBEDD8
(235,237,216)
#EDEEDC
(237,238,220)
#EFEFE0
(239,239,224)
#F1F0E4
(241,240,228)
#F3F1E8
(243,241,232)
#F5F2EC
(245,242,236)
#F7F3F0
(247,243,240)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EACC color. Also use rgb(229,234,204) instead hex code.

Text Font Color

.myTextColor { color: #E5EACC; }

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

This text font color is #E5EACC.

Background Color

.myBgColor { background-color: #E5EACC; }

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

This div background color is #E5EACC.

Border color

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

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

This div border color is #E5EACC.

Opacity

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

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

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

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

This text has shadow with #E5EACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EACC.

Preview

Color preview on black background

This text has color #E5EACC on black background.


Color preview on white background

This text has color #E5EACC on white background.


Black color preview on #E5EACC background

This text has black color on #E5EACC background.


White color preview on #E5EACC background

This text has white color on #E5EACC background.


Related colors

Complementary color

Complementary color for #hex is #1A1533.


I love getcolorcode.com

Triadic colors

1 #CCE5EA and #EACCE5 with #E5EACC are triadic colors.

2 #CCEAE5 and #EAE5CC with #E5EACC are triadic colors.