COLOR #EEF2BF

HEX: #EEF2BF
RGB: (238,242,191)

Color info

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

RGB color model

#EEF2BF color RGB value is (238,242,191).

  • red value is 238;
  • green value is 242;
  • blue value is 191.
RGB:
(238,242,191)
(93%,95%,75%)

RGB channels and saturation

R 238 of 255 = 93%
G 242 of 255 = 95%
B 191 of 255 = 75%

238
242
191

R + G + B ~ 88%. #EEF2BF is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 242 + 191 = 671 (100%)
R 238 of 671 ~ 35.47%
G 242 of 671 ~ 36.07%
B 191 of 671 ~ 28.46%

%35.47
%36.07
%28.46

CMYK color model

#EEF2BF color CMYK value is (2,0,21,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 21.07%
  • key color value is 5.10%
CMYK:
(2,0,21,5)
C2M0Y21K5 
(2%,0%,21%,5%)
(0.02/0.00/0.21/0.05)	

CMYK percentages

%1.65
%0
%21.07
%5.1

Codes

Color #EEF2BF in popluar color models

EEF2BF
RGB238242191
HSL65°66.23%84.90%
HSB/HSV65°21.07%94.90%
CMYK1.65%0.00%21.07%
5.10%

Color #EEF2BF in popluar number systems.

HEXEEF2BF
Decimal238242191
Binary111011101111001010111111
Octal356362277

Shades and tints

Shades of #EEF2BF

#EEF2BF
(238,242,191)
#D9DCAE
(217,220,174)
#C4C69D
(196,198,157)
#AFB08C
(175,176,140)
#9A9A7B
(154,154,123)
#85846A
(133,132,106)
#706E59
(112,110,89)
#5B5848
(91,88,72)
#464237
(70,66,55)
#312C26
(49,44,38)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #EEF2BF

#EEF2BF
(238,242,191)
#EFF3C4
(239,243,196)
#F0F4C9
(240,244,201)
#F1F5CE
(241,245,206)
#F2F6D3
(242,246,211)
#F3F7D8
(243,247,216)
#F4F8DD
(244,248,221)
#F5F9E2
(245,249,226)
#F6FAE7
(246,250,231)
#F7FBEC
(247,251,236)
#F8FCF1
(248,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF2BF color. Also use rgb(238,242,191) instead hex code.

Text Font Color

.myTextColor { color: #EEF2BF; }

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

This text font color is #EEF2BF.


Background Color

.myBgColor { background-color: #EEF2BF; }

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

This div background color is #EEF2BF.


Border color

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

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

This div border color is #EEF2BF.


Opacity

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

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

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

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

This text has shadow with #EEF2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF2BF on black background.


Color preview on white background

This text has color #EEF2BF on white background.



Black color preview on #EEF2BF background

This text has black color on #EEF2BF background.


White color preview on #EEF2BF background

This text has white color on #EEF2BF background.