COLOR #EEFBD7

HEX: #EEFBD7
RGB: (238,251,215)

Color info

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

RGB color model

#EEFBD7 color RGB value is (238,251,215).

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

RGB channels and saturation

R 238 of 255 = 93%
G 251 of 255 = 98%
B 215 of 255 = 84%

238
251
215

R + G + B ~ 92%. #EEFBD7 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 251 + 215 = 704 (100%)
R 238 of 704 ~ 33.81%
G 251 of 704 ~ 35.65%
B 215 of 704 ~ 30.54%

%33.81
%35.65
%30.54

CMYK color model

#EEFBD7 color CMYK value is (5,0,14,2).

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK:
(5,0,14,2)
C5M0Y14K2 
(5%,0%,14%,2%)
(0.05/0.00/0.14/0.02)	

CMYK percentages

%5.18
%0
%14.34
%1.57

Codes

Color #EEFBD7 in popluar color models

EEFBD7
RGB238251215
HSL82°81.82%91.37%
HSB/HSV82°14.34%98.43%
CMYK5.18%0.00%14.34%
1.57%

Color #EEFBD7 in popluar number systems.

HEXEEFBD7
Decimal238251215
Binary111011101111101111010111
Octal356373327

Shades and tints

Shades of #EEFBD7

#EEFBD7
(238,251,215)
#D9E5C4
(217,229,196)
#C4CFB1
(196,207,177)
#AFB99E
(175,185,158)
#9AA38B
(154,163,139)
#858D78
(133,141,120)
#707765
(112,119,101)
#5B6152
(91,97,82)
#464B3F
(70,75,63)
#31352C
(49,53,44)
#1C1F19
(28,31,25)
#000000
(0,0,0)

Tints of #EEFBD7

#EEFBD7
(238,251,215)
#EFFBDA
(239,251,218)
#F0FBDD
(240,251,221)
#F1FBE0
(241,251,224)
#F2FBE3
(242,251,227)
#F3FBE6
(243,251,230)
#F4FBE9
(244,251,233)
#F5FBEC
(245,251,236)
#F6FBEF
(246,251,239)
#F7FBF2
(247,251,242)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFBD7; }

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

This text font color is #EEFBD7.


Background Color

.myBgColor { background-color: #EEFBD7; }

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

This div background color is #EEFBD7.


Border color

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

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

This div border color is #EEFBD7.


Opacity

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

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

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

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

This text has shadow with #EEFBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFBD7 on black background.


Color preview on white background

This text has color #EEFBD7 on white background.



Black color preview on #EEFBD7 background

This text has black color on #EEFBD7 background.


White color preview on #EEFBD7 background

This text has white color on #EEFBD7 background.