COLOR #E1ED9B

HEX: #E1ED9B RGB: (225,237,155)

Color info

#E1ED9B contains mainly red and green colors. Web safe color of #E1ED9B is #CCFF99 (or #CF9).

RGB color model

#E1ED9B color RGB value is (225,237,155).

RGB: (225,237,155) (88%, 93%, 61%)

RGB channels and saturation

R 225 of 255 = 88%
G 237 of 255 = 93%
B 155 of 255 = 61%

225
237
155

R + G + B ~ 81%. #E1ED9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 237 + 155 = 617 (100%)
R 225 of 617 ~ 36.47%
G 237 of 617 ~ 38.41%
B 155 of 617 ~ 25.12'%

%36.47
%38.41
%25.12

CMYK color model

#E1ED9B color CMYK value is (5,0,35,7).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 34.60%
  • key color value is 7.06%

CMYK: (5,0,35,7)
C5M0Y35K7 (5%, 0%, 35%, 7%)
(0.05 / 0.00 / 0.35 / 0.07)

CMYK percentages

%5.06
%0
%34.6
%7.06

Codes

Color #E1ED9B in popluar color models

E1 ED 9B
RGB 225 237 155
HSL 69° 69.49% 76.86%
HSB/HSV 69° 34.60% 92.94%
CMYK 5.06% 0.00% 34.60%
7.06%

Color #E1ED9B in popluar number systems.

HEX E1 ED 9B
Decimal 225 237 155
Binary 11100001 11101101 10011011
Octal 341 355 233

Shades and tints

Shades of #E1ED9B

#E1ED9B
(225,237,155)
#CDD88D
(205,216,141)
#B9C37F
(185,195,127)
#A5AE71
(165,174,113)
#919963
(145,153,99)
#7D8455
(125,132,85)
#696F47
(105,111,71)
#555A39
(85,90,57)
#41452B
(65,69,43)
#2D301D
(45,48,29)
#191B0F
(25,27,15)
#000000
(0,0,0)

Tints of #E1ED9B

#E1ED9B
(225,237,155)
#E3EEA4
(227,238,164)
#E5EFAD
(229,239,173)
#E7F0B6
(231,240,182)
#E9F1BF
(233,241,191)
#EBF2C8
(235,242,200)
#EDF3D1
(237,243,209)
#EFF4DA
(239,244,218)
#F1F5E3
(241,245,227)
#F3F6EC
(243,246,236)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1ED9B color. Also use rgb(225,237,155) instead hex code.

Text Font Color

.myTextColor { color: #E1ED9B; }

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

This text font color is #E1ED9B.

Background Color

.myBgColor { background-color: #E1ED9B; }

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

This div background color is #E1ED9B.

Border color

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

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

This div border color is #E1ED9B.

Opacity

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

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

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

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

This text has shadow with #E1ED9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1ED9B.

Preview

Color preview on black background

This text has color #E1ED9B on black background.


Color preview on white background

This text has color #E1ED9B on white background.


Black color preview on #E1ED9B background

This text has black color on #E1ED9B background.


White color preview on #E1ED9B background

This text has white color on #E1ED9B background.


Related colors

Complementary color

Complementary color for #hex is #1E1264.


I love getcolorcode.com

Triadic colors

1 #9BE1ED and #ED9BE1 with #E1ED9B are triadic colors.

2 #9BEDE1 and #EDE19B with #E1ED9B are triadic colors.