COLOR #E1ECBE

HEX: #E1ECBE RGB: (225,236,190)

Color info

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

RGB color model

#E1ECBE color RGB value is (225,236,190).

RGB: (225,236,190) (88%, 93%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 236 of 255 = 93%
B 190 of 255 = 75%

225
236
190

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

Portions of RGB colors in percentages

R + G + B = 225 + 236 + 190 = 651 (100%)
R 225 of 651 ~ 34.56%
G 236 of 651 ~ 36.25%
B 190 of 651 ~ 29.19'%

%34.56
%36.25
%29.19

CMYK color model

#E1ECBE color CMYK value is (5,0,19,7).

  • cyan value is 4.66%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 7.45%

CMYK: (5,0,19,7)
C5M0Y19K7 (5%, 0%, 19%, 7%)
(0.05 / 0.00 / 0.19 / 0.07)

CMYK percentages

%4.66
%0
%19.49
%7.45

Codes

Color #E1ECBE in popluar color models

E1 EC BE
RGB 225 236 190
HSL 74° 54.76% 83.53%
HSB/HSV 74° 19.49% 92.55%
CMYK 4.66% 0.00% 19.49%
7.45%

Color #E1ECBE in popluar number systems.

HEX E1 EC BE
Decimal 225 236 190
Binary 11100001 11101100 10111110
Octal 341 354 276

Shades and tints

Shades of #E1ECBE

#E1ECBE
(225,236,190)
#CDD7AD
(205,215,173)
#B9C29C
(185,194,156)
#A5AD8B
(165,173,139)
#91987A
(145,152,122)
#7D8369
(125,131,105)
#696E58
(105,110,88)
#555947
(85,89,71)
#414436
(65,68,54)
#2D2F25
(45,47,37)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #E1ECBE

#E1ECBE
(225,236,190)
#E3EDC3
(227,237,195)
#E5EEC8
(229,238,200)
#E7EFCD
(231,239,205)
#E9F0D2
(233,240,210)
#EBF1D7
(235,241,215)
#EDF2DC
(237,242,220)
#EFF3E1
(239,243,225)
#F1F4E6
(241,244,230)
#F3F5EB
(243,245,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1ECBE color. Also use rgb(225,236,190) instead hex code.

Text Font Color

.myTextColor { color: #E1ECBE; }

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

This text font color is #E1ECBE.

Background Color

.myBgColor { background-color: #E1ECBE; }

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

This div background color is #E1ECBE.

Border color

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

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

This div border color is #E1ECBE.

Opacity

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

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

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

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

This text has shadow with #E1ECBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1ECBE.

Preview

Color preview on black background

This text has color #E1ECBE on black background.


Color preview on white background

This text has color #E1ECBE on white background.


Black color preview on #E1ECBE background

This text has black color on #E1ECBE background.


White color preview on #E1ECBE background

This text has white color on #E1ECBE background.


Related colors

Complementary color

Complementary color for #hex is #1E1341.


I love getcolorcode.com

Triadic colors

1 #BEE1EC and #ECBEE1 with #E1ECBE are triadic colors.

2 #BEECE1 and #ECE1BE with #E1ECBE are triadic colors.