COLOR #EEFBE4

HEX: #EEFBE4
RGB: (238,251,228)

Color info

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

RGB color model

#EEFBE4 color RGB value is (238,251,228).

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

RGB channels and saturation

R 238 of 255 = 93%
G 251 of 255 = 98%
B 228 of 255 = 89%

238
251
228

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

Portions of RGB colors in percentages

R + G + B =
238 + 251 + 228 = 717 (100%)
R 238 of 717 ~ 33.19%
G 251 of 717 ~ 35.01%
B 228 of 717 ~ 31.8%

%33.19
%35.01
%31.8

CMYK color model

#EEFBE4 color CMYK value is (5,0,9,2).

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 9.16%
  • key color value is 1.57%
CMYK:
(5,0,9,2)
C5M0Y9K2 
(5%,0%,9%,2%)
(0.05/0.00/0.09/0.02)	

CMYK percentages

%5.18
%0
%9.16
%1.57

Codes

Color #EEFBE4 in popluar color models

EEFBE4
RGB238251228
HSL94°74.19%93.92%
HSB/HSV94°9.16%98.43%
CMYK5.18%0.00%9.16%
1.57%

Color #EEFBE4 in popluar number systems.

HEXEEFBE4
Decimal238251228
Binary111011101111101111100100
Octal356373344

Shades and tints

Shades of #EEFBE4

#EEFBE4
(238,251,228)
#D9E5D0
(217,229,208)
#C4CFBC
(196,207,188)
#AFB9A8
(175,185,168)
#9AA394
(154,163,148)
#858D80
(133,141,128)
#70776C
(112,119,108)
#5B6158
(91,97,88)
#464B44
(70,75,68)
#313530
(49,53,48)
#1C1F1C
(28,31,28)
#000000
(0,0,0)

Tints of #EEFBE4

#EEFBE4
(238,251,228)
#EFFBE6
(239,251,230)
#F0FBE8
(240,251,232)
#F1FBEA
(241,251,234)
#F2FBEC
(242,251,236)
#F3FBEE
(243,251,238)
#F4FBF0
(244,251,240)
#F5FBF2
(245,251,242)
#F6FBF4
(246,251,244)
#F7FBF6
(247,251,246)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFBE4; }

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

This text font color is #EEFBE4.


Background Color

.myBgColor { background-color: #EEFBE4; }

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

This div background color is #EEFBE4.


Border color

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

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

This div border color is #EEFBE4.


Opacity

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

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

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

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

This text has shadow with #EEFBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFBE4 on black background.


Color preview on white background

This text has color #EEFBE4 on white background.



Black color preview on #EEFBE4 background

This text has black color on #EEFBE4 background.


White color preview on #EEFBE4 background

This text has white color on #EEFBE4 background.