COLOR #EEFBE6

HEX: #EEFBE6
RGB: (238,251,230)

Color info

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

RGB color model

#EEFBE6 color RGB value is (238,251,230).

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

RGB channels and saturation

R 238 of 255 = 93%
G 251 of 255 = 98%
B 230 of 255 = 90%

238
251
230

R + G + B ~ 94%. #EEFBE6 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 251 + 230 = 719 (100%)
R 238 of 719 ~ 33.1%
G 251 of 719 ~ 34.91%
B 230 of 719 ~ 31.99%

%33.1
%34.91
%31.99

CMYK color model

#EEFBE6 color CMYK value is (5,0,8,2).

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 1.57%
CMYK:
(5,0,8,2)
C5M0Y8K2 
(5%,0%,8%,2%)
(0.05/0.00/0.08/0.02)	

CMYK percentages

%5.18
%0
%8.37
%1.57

Codes

Color #EEFBE6 in popluar color models

EEFBE6
RGB238251230
HSL97°72.41%94.31%
HSB/HSV97°8.37%98.43%
CMYK5.18%0.00%8.37%
1.57%

Color #EEFBE6 in popluar number systems.

HEXEEFBE6
Decimal238251230
Binary111011101111101111100110
Octal356373346

Shades and tints

Shades of #EEFBE6

#EEFBE6
(238,251,230)
#D9E5D2
(217,229,210)
#C4CFBE
(196,207,190)
#AFB9AA
(175,185,170)
#9AA396
(154,163,150)
#858D82
(133,141,130)
#70776E
(112,119,110)
#5B615A
(91,97,90)
#464B46
(70,75,70)
#313532
(49,53,50)
#1C1F1E
(28,31,30)
#000000
(0,0,0)

Tints of #EEFBE6

#EEFBE6
(238,251,230)
#EFFBE8
(239,251,232)
#F0FBEA
(240,251,234)
#F1FBEC
(241,251,236)
#F2FBEE
(242,251,238)
#F3FBF0
(243,251,240)
#F4FBF2
(244,251,242)
#F5FBF4
(245,251,244)
#F6FBF6
(246,251,246)
#F7FBF8
(247,251,248)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFBE6; }

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

This text font color is #EEFBE6.


Background Color

.myBgColor { background-color: #EEFBE6; }

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

This div background color is #EEFBE6.


Border color

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

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

This div border color is #EEFBE6.


Opacity

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

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

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

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

This text has shadow with #EEFBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFBE6 on black background.


Color preview on white background

This text has color #EEFBE6 on white background.



Black color preview on #EEFBE6 background

This text has black color on #EEFBE6 background.


White color preview on #EEFBE6 background

This text has white color on #EEFBE6 background.