COLOR #E4EDB7

HEX: #E4EDB7 RGB: (228,237,183)

Color info

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

RGB color model

#E4EDB7 color RGB value is (228,237,183).

RGB: (228,237,183) (89%, 93%, 72%)

RGB channels and saturation

R 228 of 255 = 89%
G 237 of 255 = 93%
B 183 of 255 = 72%

228
237
183

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

Portions of RGB colors in percentages

R + G + B = 228 + 237 + 183 = 648 (100%)
R 228 of 648 ~ 35.19%
G 237 of 648 ~ 36.57%
B 183 of 648 ~ 28.24'%

%35.19
%36.57
%28.24

CMYK color model

#E4EDB7 color CMYK value is (4,0,23,7).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 7.06%

CMYK: (4,0,23,7)
C4M0Y23K7 (4%, 0%, 23%, 7%)
(0.04 / 0.00 / 0.23 / 0.07)

CMYK percentages

%3.8
%0
%22.78
%7.06

Codes

Color #E4EDB7 in popluar color models

E4 ED B7
RGB 228 237 183
HSL 70° 60.00% 82.35%
HSB/HSV 70° 22.78% 92.94%
CMYK 3.80% 0.00% 22.78%
7.06%

Color #E4EDB7 in popluar number systems.

HEX E4 ED B7
Decimal 228 237 183
Binary 11100100 11101101 10110111
Octal 344 355 267

Shades and tints

Shades of #E4EDB7

#E4EDB7
(228,237,183)
#D0D8A7
(208,216,167)
#BCC397
(188,195,151)
#A8AE87
(168,174,135)
#949977
(148,153,119)
#808467
(128,132,103)
#6C6F57
(108,111,87)
#585A47
(88,90,71)
#444537
(68,69,55)
#303027
(48,48,39)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #E4EDB7

#E4EDB7
(228,237,183)
#E6EEBD
(230,238,189)
#E8EFC3
(232,239,195)
#EAF0C9
(234,240,201)
#ECF1CF
(236,241,207)
#EEF2D5
(238,242,213)
#F0F3DB
(240,243,219)
#F2F4E1
(242,244,225)
#F4F5E7
(244,245,231)
#F6F6ED
(246,246,237)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EDB7 color. Also use rgb(228,237,183) instead hex code.

Text Font Color

.myTextColor { color: #E4EDB7; }

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

This text font color is #E4EDB7.

Background Color

.myBgColor { background-color: #E4EDB7; }

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

This div background color is #E4EDB7.

Border color

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

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

This div border color is #E4EDB7.

Opacity

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

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

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

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

This text has shadow with #E4EDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EDB7.

Preview

Color preview on black background

This text has color #E4EDB7 on black background.


Color preview on white background

This text has color #E4EDB7 on white background.


Black color preview on #E4EDB7 background

This text has black color on #E4EDB7 background.


White color preview on #E4EDB7 background

This text has white color on #E4EDB7 background.


Related colors

Complementary color

Complementary color for #hex is #1B1248.


I love getcolorcode.com

Triadic colors

1 #B7E4ED and #EDB7E4 with #E4EDB7 are triadic colors.

2 #B7EDE4 and #EDE4B7 with #E4EDB7 are triadic colors.