COLOR #EEFBBE

HEX: #EEFBBE
RGB: (238,251,190)

Color info

#EEFBBE contains mainly red and green colors. Web safe color of #EEFBBE is #FFFFCC (or #FFC).

RGB color model

#EEFBBE color RGB value is (238,251,190).

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

RGB channels and saturation

R 238 of 255 = 93%
G 251 of 255 = 98%
B 190 of 255 = 75%

238
251
190

R + G + B ~ 89%. #EEFBBE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 251 + 190 = 679 (100%)
R 238 of 679 ~ 35.05%
G 251 of 679 ~ 36.97%
B 190 of 679 ~ 27.98%

%35.05
%36.97
%27.98

CMYK color model

#EEFBBE color CMYK value is (5,0,24,2).

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 24.30%
  • key color value is 1.57%
CMYK:
(5,0,24,2)
C5M0Y24K2 
(5%,0%,24%,2%)
(0.05/0.00/0.24/0.02)	

CMYK percentages

%5.18
%0
%24.3
%1.57

Codes

Color #EEFBBE in popluar color models

EEFBBE
RGB238251190
HSL73°88.41%86.47%
HSB/HSV73°24.30%98.43%
CMYK5.18%0.00%24.30%
1.57%

Color #EEFBBE in popluar number systems.

HEXEEFBBE
Decimal238251190
Binary111011101111101110111110
Octal356373276

Shades and tints

Shades of #EEFBBE

#EEFBBE
(238,251,190)
#D9E5AD
(217,229,173)
#C4CF9C
(196,207,156)
#AFB98B
(175,185,139)
#9AA37A
(154,163,122)
#858D69
(133,141,105)
#707758
(112,119,88)
#5B6147
(91,97,71)
#464B36
(70,75,54)
#313525
(49,53,37)
#1C1F14
(28,31,20)
#000000
(0,0,0)

Tints of #EEFBBE

#EEFBBE
(238,251,190)
#EFFBC3
(239,251,195)
#F0FBC8
(240,251,200)
#F1FBCD
(241,251,205)
#F2FBD2
(242,251,210)
#F3FBD7
(243,251,215)
#F4FBDC
(244,251,220)
#F5FBE1
(245,251,225)
#F6FBE6
(246,251,230)
#F7FBEB
(247,251,235)
#F8FBF0
(248,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFBBE; }

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

This text font color is #EEFBBE.


Background Color

.myBgColor { background-color: #EEFBBE; }

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

This div background color is #EEFBBE.


Border color

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

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

This div border color is #EEFBBE.


Opacity

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

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

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

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

This text has shadow with #EEFBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFBBE on black background.


Color preview on white background

This text has color #EEFBBE on white background.



Black color preview on #EEFBBE background

This text has black color on #EEFBBE background.


White color preview on #EEFBBE background

This text has white color on #EEFBBE background.