COLOR #E2EDBC

HEX: #E2EDBC RGB: (226,237,188)

Color info

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

RGB color model

#E2EDBC color RGB value is (226,237,188).

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

RGB channels and saturation

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

226
237
188

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

Portions of RGB colors in percentages

R + G + B = 226 + 237 + 188 = 651 (100%)
R 226 of 651 ~ 34.72%
G 237 of 651 ~ 36.41%
B 188 of 651 ~ 28.88'%

%34.72
%36.41
%28.88

CMYK color model

#E2EDBC color CMYK value is (5,0,21,7).

  • cyan value is 4.64%
  • magenta value is 0.00%
  • yellow value is 20.68%
  • key color value is 7.06%

CMYK: (5,0,21,7)
C5M0Y21K7 (5%, 0%, 21%, 7%)
(0.05 / 0.00 / 0.21 / 0.07)

CMYK percentages

%4.64
%0
%20.68
%7.06

Codes

Color #E2EDBC in popluar color models

E2 ED BC
RGB 226 237 188
HSL 73° 57.65% 83.33%
HSB/HSV 73° 20.68% 92.94%
CMYK 4.64% 0.00% 20.68%
7.06%

Color #E2EDBC in popluar number systems.

HEX E2 ED BC
Decimal 226 237 188
Binary 11100010 11101101 10111100
Octal 342 355 274

Shades and tints

Shades of #E2EDBC

#E2EDBC
(226,237,188)
#CED8AB
(206,216,171)
#BAC39A
(186,195,154)
#A6AE89
(166,174,137)
#929978
(146,153,120)
#7E8467
(126,132,103)
#6A6F56
(106,111,86)
#565A45
(86,90,69)
#424534
(66,69,52)
#2E3023
(46,48,35)
#1A1B12
(26,27,18)
#000000
(0,0,0)

Tints of #E2EDBC

#E2EDBC
(226,237,188)
#E4EEC2
(228,238,194)
#E6EFC8
(230,239,200)
#E8F0CE
(232,240,206)
#EAF1D4
(234,241,212)
#ECF2DA
(236,242,218)
#EEF3E0
(238,243,224)
#F0F4E6
(240,244,230)
#F2F5EC
(242,245,236)
#F4F6F2
(244,246,242)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EDBC; }

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

This text font color is #E2EDBC.

Background Color

.myBgColor { background-color: #E2EDBC; }

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

This div background color is #E2EDBC.

Border color

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

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

This div border color is #E2EDBC.

Opacity

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

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

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

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

This text has shadow with #E2EDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EDBC.

Preview

Color preview on black background

This text has color #E2EDBC on black background.


Color preview on white background

This text has color #E2EDBC on white background.


Black color preview on #E2EDBC background

This text has black color on #E2EDBC background.


White color preview on #E2EDBC background

This text has white color on #E2EDBC background.


Related colors

Complementary color

Complementary color for #hex is #1D1243.


I love getcolorcode.com

Triadic colors

1 #BCE2ED and #EDBCE2 with #E2EDBC are triadic colors.

2 #BCEDE2 and #EDE2BC with #E2EDBC are triadic colors.