COLOR #E1FBED

HEX: #E1FBED
RGB: (225,251,237)

Color info

#E1FBED contains red, green and blue colors in about the same proportion. Web safe color of #E1FBED is #CCFFFF (or #CFF).

RGB color model

#E1FBED color RGB value is (225,251,237).

  • red value is 225;
  • green value is 251;
  • blue value is 237.
RGB:
(225,251,237)
(88%,98%,93%)

RGB channels and saturation

R 225 of 255 = 88%
G 251 of 255 = 98%
B 237 of 255 = 93%

225
251
237

R + G + B ~ 93%. #E1FBED is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 251 + 237 = 713 (100%)
R 225 of 713 ~ 31.56%
G 251 of 713 ~ 35.2%
B 237 of 713 ~ 33.24%

%31.56
%35.2
%33.24

CMYK color model

#E1FBED color CMYK value is (10,0,6,2).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 1.57%
CMYK:
(10,0,6,2)
C10M0Y6K2 
(10%,0%,6%,2%)
(0.10/0.00/0.06/0.02)	

CMYK percentages

%10.36
%0
%5.58
%1.57

Codes

Color #E1FBED in popluar color models

E1FBED
RGB225251237
HSL148°76.47%93.33%
HSB/HSV148°10.36%98.43%
CMYK10.36%0.00%5.58%
1.57%

Color #E1FBED in popluar number systems.

HEXE1FBED
Decimal225251237
Binary111000011111101111101101
Octal341373355

Shades and tints

Shades of #E1FBED

#E1FBED
(225,251,237)
#CDE5D8
(205,229,216)
#B9CFC3
(185,207,195)
#A5B9AE
(165,185,174)
#91A399
(145,163,153)
#7D8D84
(125,141,132)
#69776F
(105,119,111)
#55615A
(85,97,90)
#414B45
(65,75,69)
#2D3530
(45,53,48)
#191F1B
(25,31,27)
#000000
(0,0,0)

Tints of #E1FBED

#E1FBED
(225,251,237)
#E3FBEE
(227,251,238)
#E5FBEF
(229,251,239)
#E7FBF0
(231,251,240)
#E9FBF1
(233,251,241)
#EBFBF2
(235,251,242)
#EDFBF3
(237,251,243)
#EFFBF4
(239,251,244)
#F1FBF5
(241,251,245)
#F3FBF6
(243,251,246)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FBED; }

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

This text font color is #E1FBED.


Background Color

.myBgColor { background-color: #E1FBED; }

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

This div background color is #E1FBED.


Border color

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

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

This div border color is #E1FBED.


Opacity

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

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

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

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

This text has shadow with #E1FBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FBED on black background.


Color preview on white background

This text has color #E1FBED on white background.



Black color preview on #E1FBED background

This text has black color on #E1FBED background.


White color preview on #E1FBED background

This text has white color on #E1FBED background.