COLOR #EEFCB0

HEX: #EEFCB0
RGB: (238,252,176)

Color info

#EEFCB0 contains mainly red and green colors. Web safe color of #EEFCB0 is #FFFF99 (or #FF9).

RGB color model

#EEFCB0 color RGB value is (238,252,176).

  • red value is 238;
  • green value is 252;
  • blue value is 176.
RGB:
(238,252,176)
(93%,99%,69%)

RGB channels and saturation

R 238 of 255 = 93%
G 252 of 255 = 99%
B 176 of 255 = 69%

238
252
176

R + G + B ~ 87%. #EEFCB0 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 252 + 176 = 666 (100%)
R 238 of 666 ~ 35.74%
G 252 of 666 ~ 37.84%
B 176 of 666 ~ 26.43%

%35.74
%37.84
%26.43

CMYK color model

#EEFCB0 color CMYK value is (6,0,30,1).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 1.18%
CMYK:
(6,0,30,1)
C6M0Y30K1 
(6%,0%,30%,1%)
(0.06/0.00/0.30/0.01)	

CMYK percentages

%5.56
%0
%30.16
%1.18

Codes

Color #EEFCB0 in popluar color models

EEFCB0
RGB238252176
HSL71°92.68%83.92%
HSB/HSV71°30.16%98.82%
CMYK5.56%0.00%30.16%
1.18%

Color #EEFCB0 in popluar number systems.

HEXEEFCB0
Decimal238252176
Binary111011101111110010110000
Octal356374260

Shades and tints

Shades of #EEFCB0

#EEFCB0
(238,252,176)
#D9E6A0
(217,230,160)
#C4D090
(196,208,144)
#AFBA80
(175,186,128)
#9AA470
(154,164,112)
#858E60
(133,142,96)
#707850
(112,120,80)
#5B6240
(91,98,64)
#464C30
(70,76,48)
#313620
(49,54,32)
#1C2010
(28,32,16)
#000000
(0,0,0)

Tints of #EEFCB0

#EEFCB0
(238,252,176)
#EFFCB7
(239,252,183)
#F0FCBE
(240,252,190)
#F1FCC5
(241,252,197)
#F2FCCC
(242,252,204)
#F3FCD3
(243,252,211)
#F4FCDA
(244,252,218)
#F5FCE1
(245,252,225)
#F6FCE8
(246,252,232)
#F7FCEF
(247,252,239)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFCB0 color. Also use rgb(238,252,176) instead hex code.

Text Font Color

.myTextColor { color: #EEFCB0; }

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

This text font color is #EEFCB0.


Background Color

.myBgColor { background-color: #EEFCB0; }

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

This div background color is #EEFCB0.


Border color

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

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

This div border color is #EEFCB0.


Opacity

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

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

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

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

This text has shadow with #EEFCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFCB0 on black background.


Color preview on white background

This text has color #EEFCB0 on white background.



Black color preview on #EEFCB0 background

This text has black color on #EEFCB0 background.


White color preview on #EEFCB0 background

This text has white color on #EEFCB0 background.