COLOR #EEEFBF

HEX: #EEEFBF
RGB: (238,239,191)

Color info

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

RGB color model

#EEEFBF color RGB value is (238,239,191).

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

RGB channels and saturation

R 238 of 255 = 93%
G 239 of 255 = 94%
B 191 of 255 = 75%

238
239
191

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

Portions of RGB colors in percentages

R + G + B =
238 + 239 + 191 = 668 (100%)
R 238 of 668 ~ 35.63%
G 239 of 668 ~ 35.78%
B 191 of 668 ~ 28.59%

%35.63
%35.78
%28.59

CMYK color model

#EEEFBF color CMYK value is (0,0,20,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK:
(0,0,20,6)
C0M0Y20K6 
(0%,0%,20%,6%)
(0.00/0.00/0.20/0.06)	

CMYK percentages

%0.42
%0
%20.08
%6.27

Codes

Color #EEEFBF in popluar color models

EEEFBF
RGB238239191
HSL61°60.00%84.31%
HSB/HSV61°20.08%93.73%
CMYK0.42%0.00%20.08%
6.27%

Color #EEEFBF in popluar number systems.

HEXEEEFBF
Decimal238239191
Binary111011101110111110111111
Octal356357277

Shades and tints

Shades of #EEEFBF

#EEEFBF
(238,239,191)
#D9DAAE
(217,218,174)
#C4C59D
(196,197,157)
#AFB08C
(175,176,140)
#9A9B7B
(154,155,123)
#85866A
(133,134,106)
#707159
(112,113,89)
#5B5C48
(91,92,72)
#464737
(70,71,55)
#313226
(49,50,38)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #EEEFBF

#EEEFBF
(238,239,191)
#EFF0C4
(239,240,196)
#F0F1C9
(240,241,201)
#F1F2CE
(241,242,206)
#F2F3D3
(242,243,211)
#F3F4D8
(243,244,216)
#F4F5DD
(244,245,221)
#F5F6E2
(245,246,226)
#F6F7E7
(246,247,231)
#F7F8EC
(247,248,236)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEFBF; }

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

This text font color is #EEEFBF.


Background Color

.myBgColor { background-color: #EEEFBF; }

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

This div background color is #EEEFBF.


Border color

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

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

This div border color is #EEEFBF.


Opacity

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

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

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

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

This text has shadow with #EEEFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEFBF on black background.


Color preview on white background

This text has color #EEEFBF on white background.



Black color preview on #EEEFBF background

This text has black color on #EEEFBF background.


White color preview on #EEEFBF background

This text has white color on #EEEFBF background.