COLOR #E4ECBD

HEX: #E4ECBD RGB: (228,236,189)

Color info

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

RGB color model

#E4ECBD color RGB value is (228,236,189).

RGB: (228,236,189) (89%, 93%, 74%)

RGB channels and saturation

R 228 of 255 = 89%
G 236 of 255 = 93%
B 189 of 255 = 74%

228
236
189

R + G + B ~ 85%. #E4ECBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 236 + 189 = 653 (100%)
R 228 of 653 ~ 34.92%
G 236 of 653 ~ 36.14%
B 189 of 653 ~ 28.94'%

%34.92
%36.14
%28.94

CMYK color model

#E4ECBD color CMYK value is (3,0,20,7).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 19.92%
  • key color value is 7.45%

CMYK: (3,0,20,7)
C3M0Y20K7 (3%, 0%, 20%, 7%)
(0.03 / 0.00 / 0.20 / 0.07)

CMYK percentages

%3.39
%0
%19.92
%7.45

Codes

Color #E4ECBD in popluar color models

E4 EC BD
RGB 228 236 189
HSL 70° 55.29% 83.33%
HSB/HSV 70° 19.92% 92.55%
CMYK 3.39% 0.00% 19.92%
7.45%

Color #E4ECBD in popluar number systems.

HEX E4 EC BD
Decimal 228 236 189
Binary 11100100 11101100 10111101
Octal 344 354 275

Shades and tints

Shades of #E4ECBD

#E4ECBD
(228,236,189)
#D0D7AC
(208,215,172)
#BCC29B
(188,194,155)
#A8AD8A
(168,173,138)
#949879
(148,152,121)
#808368
(128,131,104)
#6C6E57
(108,110,87)
#585946
(88,89,70)
#444435
(68,68,53)
#302F24
(48,47,36)
#1C1A13
(28,26,19)
#000000
(0,0,0)

Tints of #E4ECBD

#E4ECBD
(228,236,189)
#E6EDC3
(230,237,195)
#E8EEC9
(232,238,201)
#EAEFCF
(234,239,207)
#ECF0D5
(236,240,213)
#EEF1DB
(238,241,219)
#F0F2E1
(240,242,225)
#F2F3E7
(242,243,231)
#F4F4ED
(244,244,237)
#F6F5F3
(246,245,243)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ECBD color. Also use rgb(228,236,189) instead hex code.

Text Font Color

.myTextColor { color: #E4ECBD; }

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

This text font color is #E4ECBD.

Background Color

.myBgColor { background-color: #E4ECBD; }

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

This div background color is #E4ECBD.

Border color

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

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

This div border color is #E4ECBD.

Opacity

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

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

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

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

This text has shadow with #E4ECBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4ECBD.

Preview

Color preview on black background

This text has color #E4ECBD on black background.


Color preview on white background

This text has color #E4ECBD on white background.


Black color preview on #E4ECBD background

This text has black color on #E4ECBD background.


White color preview on #E4ECBD background

This text has white color on #E4ECBD background.


Related colors

Complementary color

Complementary color for #hex is #1B1342.


I love getcolorcode.com

Triadic colors

1 #BDE4EC and #ECBDE4 with #E4ECBD are triadic colors.

2 #BDECE4 and #ECE4BD with #E4ECBD are triadic colors.