COLOR #E3FBED

HEX: #E3FBED
RGB: (227,251,237)

Color info

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

RGB color model

#E3FBED color RGB value is (227,251,237).

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

RGB channels and saturation

R 227 of 255 = 89%
G 251 of 255 = 98%
B 237 of 255 = 93%

227
251
237

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

Portions of RGB colors in percentages

R + G + B =
227 + 251 + 237 = 715 (100%)
R 227 of 715 ~ 31.75%
G 251 of 715 ~ 35.1%
B 237 of 715 ~ 33.15%

%31.75
%35.1
%33.15

CMYK color model

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

  • cyan value is 9.56%
  • 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

%9.56
%0
%5.58
%1.57

Codes

Color #E3FBED in popluar color models

E3FBED
RGB227251237
HSL145°75.00%93.73%
HSB/HSV145°9.56%98.43%
CMYK9.56%0.00%5.58%
1.57%

Color #E3FBED in popluar number systems.

HEXE3FBED
Decimal227251237
Binary111000111111101111101101
Octal343373355

Shades and tints

Shades of #E3FBED

#E3FBED
(227,251,237)
#CFE5D8
(207,229,216)
#BBCFC3
(187,207,195)
#A7B9AE
(167,185,174)
#93A399
(147,163,153)
#7F8D84
(127,141,132)
#6B776F
(107,119,111)
#57615A
(87,97,90)
#434B45
(67,75,69)
#2F3530
(47,53,48)
#1B1F1B
(27,31,27)
#000000
(0,0,0)

Tints of #E3FBED

#E3FBED
(227,251,237)
#E5FBEE
(229,251,238)
#E7FBEF
(231,251,239)
#E9FBF0
(233,251,240)
#EBFBF1
(235,251,241)
#EDFBF2
(237,251,242)
#EFFBF3
(239,251,243)
#F1FBF4
(241,251,244)
#F3FBF5
(243,251,245)
#F5FBF6
(245,251,246)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FBED; }

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

This text font color is #E3FBED.


Background Color

.myBgColor { background-color: #E3FBED; }

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

This div background color is #E3FBED.


Border color

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

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

This div border color is #E3FBED.


Opacity

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

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

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

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

This text has shadow with #E3FBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FBED on black background.


Color preview on white background

This text has color #E3FBED on white background.



Black color preview on #E3FBED background

This text has black color on #E3FBED background.


White color preview on #E3FBED background

This text has white color on #E3FBED background.