COLOR #EEFBE1

HEX: #EEFBE1
RGB: (238,251,225)

Color info

#EEFBE1 contains red, green and blue colors in about the same proportion. Web safe color of #EEFBE1 is #FFFFCC (or #FFC).

RGB color model

#EEFBE1 color RGB value is (238,251,225).

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

RGB channels and saturation

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

238
251
225

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

Portions of RGB colors in percentages

R + G + B =
238 + 251 + 225 = 714 (100%)
R 238 of 714 ~ 33.33%
G 251 of 714 ~ 35.15%
B 225 of 714 ~ 31.51%

%33.33
%35.15
%31.51

CMYK color model

#EEFBE1 color CMYK value is (5,0,10,2).

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(5,0,10,2)
C5M0Y10K2 
(5%,0%,10%,2%)
(0.05/0.00/0.10/0.02)	

CMYK percentages

%5.18
%0
%10.36
%1.57

Codes

Color #EEFBE1 in popluar color models

EEFBE1
RGB238251225
HSL90°76.47%93.33%
HSB/HSV90°10.36%98.43%
CMYK5.18%0.00%10.36%
1.57%

Color #EEFBE1 in popluar number systems.

HEXEEFBE1
Decimal238251225
Binary111011101111101111100001
Octal356373341

Shades and tints

Shades of #EEFBE1

#EEFBE1
(238,251,225)
#D9E5CD
(217,229,205)
#C4CFB9
(196,207,185)
#AFB9A5
(175,185,165)
#9AA391
(154,163,145)
#858D7D
(133,141,125)
#707769
(112,119,105)
#5B6155
(91,97,85)
#464B41
(70,75,65)
#31352D
(49,53,45)
#1C1F19
(28,31,25)
#000000
(0,0,0)

Tints of #EEFBE1

#EEFBE1
(238,251,225)
#EFFBE3
(239,251,227)
#F0FBE5
(240,251,229)
#F1FBE7
(241,251,231)
#F2FBE9
(242,251,233)
#F3FBEB
(243,251,235)
#F4FBED
(244,251,237)
#F5FBEF
(245,251,239)
#F6FBF1
(246,251,241)
#F7FBF3
(247,251,243)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFBE1; }

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

This text font color is #EEFBE1.


Background Color

.myBgColor { background-color: #EEFBE1; }

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

This div background color is #EEFBE1.


Border color

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

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

This div border color is #EEFBE1.


Opacity

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

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

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

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

This text has shadow with #EEFBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFBE1 on black background.


Color preview on white background

This text has color #EEFBE1 on white background.



Black color preview on #EEFBE1 background

This text has black color on #EEFBE1 background.


White color preview on #EEFBE1 background

This text has white color on #EEFBE1 background.