COLOR #EEF3BF

HEX: #EEF3BF
RGB: (238,243,191)

Color info

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

RGB color model

#EEF3BF color RGB value is (238,243,191).

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

RGB channels and saturation

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

238
243
191

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

Portions of RGB colors in percentages

R + G + B =
238 + 243 + 191 = 672 (100%)
R 238 of 672 ~ 35.42%
G 243 of 672 ~ 36.16%
B 191 of 672 ~ 28.42%

%35.42
%36.16
%28.42

CMYK color model

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

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

CMYK percentages

%2.06
%0
%21.4
%4.71

Codes

Color #EEF3BF in popluar color models

EEF3BF
RGB238243191
HSL66°68.42%85.10%
HSB/HSV66°21.40%95.29%
CMYK2.06%0.00%21.40%
4.71%

Color #EEF3BF in popluar number systems.

HEXEEF3BF
Decimal238243191
Binary111011101111001110111111
Octal356363277

Shades and tints

Shades of #EEF3BF

#EEF3BF
(238,243,191)
#D9DDAE
(217,221,174)
#C4C79D
(196,199,157)
#AFB18C
(175,177,140)
#9A9B7B
(154,155,123)
#85856A
(133,133,106)
#706F59
(112,111,89)
#5B5948
(91,89,72)
#464337
(70,67,55)
#312D26
(49,45,38)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #EEF3BF

#EEF3BF
(238,243,191)
#EFF4C4
(239,244,196)
#F0F5C9
(240,245,201)
#F1F6CE
(241,246,206)
#F2F7D3
(242,247,211)
#F3F8D8
(243,248,216)
#F4F9DD
(244,249,221)
#F5FAE2
(245,250,226)
#F6FBE7
(246,251,231)
#F7FCEC
(247,252,236)
#F8FDF1
(248,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF3BF; }

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

This text font color is #EEF3BF.


Background Color

.myBgColor { background-color: #EEF3BF; }

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

This div background color is #EEF3BF.


Border color

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

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

This div border color is #EEF3BF.


Opacity

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

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

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

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

This text has shadow with #EEF3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF3BF on black background.


Color preview on white background

This text has color #EEF3BF on white background.



Black color preview on #EEF3BF background

This text has black color on #EEF3BF background.


White color preview on #EEF3BF background

This text has white color on #EEF3BF background.