COLOR #E4EDBC

HEX: #E4EDBC RGB: (228,237,188)

Color info

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

RGB color model

#E4EDBC color RGB value is (228,237,188).

RGB: (228,237,188) (89%, 93%, 74%)

RGB channels and saturation

R 228 of 255 = 89%
G 237 of 255 = 93%
B 188 of 255 = 74%

228
237
188

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

Portions of RGB colors in percentages

R + G + B = 228 + 237 + 188 = 653 (100%)
R 228 of 653 ~ 34.92%
G 237 of 653 ~ 36.29%
B 188 of 653 ~ 28.79'%

%34.92
%36.29
%28.79

CMYK color model

#E4EDBC color CMYK value is (4,0,21,7).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 20.68%
  • key color value is 7.06%
CMYK: (4,0,21,7) C4M0Y21K7 (4%,0%,21%,7%) (0.04/0.00/0.21/0.07) 

CMYK percentages

%3.8
%0
%20.68
%7.06

Codes

Color #E4EDBC in popluar color models

E4 ED BC
RGB 228 237 188
HSL 71° 57.65% 83.33%
HSB/HSV 71° 20.68% 92.94%
CMYK 3.80% 0.00% 20.68%
7.06%

Color #E4EDBC in popluar number systems.

HEX E4 ED BC
Decimal 228 237 188
Binary 11100100 11101101 10111100
Octal 344 355 274

Shades and tints

Shades of #E4EDBC

#E4EDBC
(228,237,188)
#D0D8AB
(208,216,171)
#BCC39A
(188,195,154)
#A8AE89
(168,174,137)
#949978
(148,153,120)
#808467
(128,132,103)
#6C6F56
(108,111,86)
#585A45
(88,90,69)
#444534
(68,69,52)
#303023
(48,48,35)
#1C1B12
(28,27,18)
#000000
(0,0,0)

Tints of #E4EDBC

#E4EDBC
(228,237,188)
#E6EEC2
(230,238,194)
#E8EFC8
(232,239,200)
#EAF0CE
(234,240,206)
#ECF1D4
(236,241,212)
#EEF2DA
(238,242,218)
#F0F3E0
(240,243,224)
#F2F4E6
(242,244,230)
#F4F5EC
(244,245,236)
#F6F6F2
(246,246,242)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EDBC; }

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

This text font color is #E4EDBC.

Background Color

.myBgColor { background-color: #E4EDBC; }

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

This div background color is #E4EDBC.

Border color

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

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

This div border color is #E4EDBC.

Opacity

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

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

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

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

This text has shadow with #E4EDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EDBC.

Preview

Color preview on black background

This text has color #E4EDBC on black background.


Color preview on white background

This text has color #E4EDBC on white background.


Black color preview on #E4EDBC background

This text has black color on #E4EDBC background.


White color preview on #E4EDBC background

This text has white color on #E4EDBC background.


Related colors

Complementary color

Complementary color for #hex is #1B1243.


I love getcolorcode.com

Triadic colors

1 #BCE4ED and #EDBCE4 with #E4EDBC are triadic colors.

2 #BCEDE4 and #EDE4BC with #E4EDBC are triadic colors.