COLOR #EEEBE4

HEX: #EEEBE4
RGB: (238,235,228)

Color info

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

RGB color model

#EEEBE4 color RGB value is (238,235,228).

  • red value is 238;
  • green value is 235;
  • blue value is 228.
RGB:
(238,235,228)
(93%,92%,89%)

RGB channels and saturation

R 238 of 255 = 93%
G 235 of 255 = 92%
B 228 of 255 = 89%

238
235
228

R + G + B ~ 91%. #EEEBE4 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 235 + 228 = 701 (100%)
R 238 of 701 ~ 33.95%
G 235 of 701 ~ 33.52%
B 228 of 701 ~ 32.52%

%33.95
%33.52
%32.52

CMYK color model

#EEEBE4 color CMYK value is (0,1,4,7).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(0,1,4,7)
C0M1Y4K7 
(0%,1%,4%,7%)
(0.00/0.01/0.04/0.07)	

CMYK percentages

%0
%1.26
%4.2
%6.67

Codes

Color #EEEBE4 in popluar color models

EEEBE4
RGB238235228
HSL42°22.73%91.37%
HSB/HSV42°4.20%93.33%
CMYK0.00%1.26%4.20%
6.67%

Color #EEEBE4 in popluar number systems.

HEXEEEBE4
Decimal238235228
Binary111011101110101111100100
Octal356353344

Shades and tints

Shades of #EEEBE4

#EEEBE4
(238,235,228)
#D9D6D0
(217,214,208)
#C4C1BC
(196,193,188)
#AFACA8
(175,172,168)
#9A9794
(154,151,148)
#858280
(133,130,128)
#706D6C
(112,109,108)
#5B5858
(91,88,88)
#464344
(70,67,68)
#312E30
(49,46,48)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #EEEBE4

#EEEBE4
(238,235,228)
#EFECE6
(239,236,230)
#F0EDE8
(240,237,232)
#F1EEEA
(241,238,234)
#F2EFEC
(242,239,236)
#F3F0EE
(243,240,238)
#F4F1F0
(244,241,240)
#F5F2F2
(245,242,242)
#F6F3F4
(246,243,244)
#F7F4F6
(247,244,246)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEBE4 color. Also use rgb(238,235,228) instead hex code.

Text Font Color

.myTextColor { color: #EEEBE4; }

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

This text font color is #EEEBE4.


Background Color

.myBgColor { background-color: #EEEBE4; }

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

This div background color is #EEEBE4.


Border color

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

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

This div border color is #EEEBE4.


Opacity

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

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

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

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

This text has shadow with #EEEBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEBE4 on black background.


Color preview on white background

This text has color #EEEBE4 on white background.



Black color preview on #EEEBE4 background

This text has black color on #EEEBE4 background.


White color preview on #EEEBE4 background

This text has white color on #EEEBE4 background.