COLOR #EEEBE1

HEX: #EEEBE1
RGB: (238,235,225)

Color info

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

RGB color model

#EEEBE1 color RGB value is (238,235,225).

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

RGB channels and saturation

R 238 of 255 = 93%
G 235 of 255 = 92%
B 225 of 255 = 88%

238
235
225

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

Portions of RGB colors in percentages

R + G + B =
238 + 235 + 225 = 698 (100%)
R 238 of 698 ~ 34.1%
G 235 of 698 ~ 33.67%
B 225 of 698 ~ 32.23%

%34.1
%33.67
%32.23

CMYK color model

#EEEBE1 color CMYK value is (0,1,5,7).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 5.46%
  • key color value is 6.67%
CMYK:
(0,1,5,7)
C0M1Y5K7 
(0%,1%,5%,7%)
(0.00/0.01/0.05/0.07)	

CMYK percentages

%0
%1.26
%5.46
%6.67

Codes

Color #EEEBE1 in popluar color models

EEEBE1
RGB238235225
HSL46°27.66%90.78%
HSB/HSV46°5.46%93.33%
CMYK0.00%1.26%5.46%
6.67%

Color #EEEBE1 in popluar number systems.

HEXEEEBE1
Decimal238235225
Binary111011101110101111100001
Octal356353341

Shades and tints

Shades of #EEEBE1

#EEEBE1
(238,235,225)
#D9D6CD
(217,214,205)
#C4C1B9
(196,193,185)
#AFACA5
(175,172,165)
#9A9791
(154,151,145)
#85827D
(133,130,125)
#706D69
(112,109,105)
#5B5855
(91,88,85)
#464341
(70,67,65)
#312E2D
(49,46,45)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #EEEBE1

#EEEBE1
(238,235,225)
#EFECE3
(239,236,227)
#F0EDE5
(240,237,229)
#F1EEE7
(241,238,231)
#F2EFE9
(242,239,233)
#F3F0EB
(243,240,235)
#F4F1ED
(244,241,237)
#F5F2EF
(245,242,239)
#F6F3F1
(246,243,241)
#F7F4F3
(247,244,243)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEBE1; }

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

This text font color is #EEEBE1.


Background Color

.myBgColor { background-color: #EEEBE1; }

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

This div background color is #EEEBE1.


Border color

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

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

This div border color is #EEEBE1.


Opacity

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

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

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

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

This text has shadow with #EEEBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEBE1 on black background.


Color preview on white background

This text has color #EEEBE1 on white background.



Black color preview on #EEEBE1 background

This text has black color on #EEEBE1 background.


White color preview on #EEEBE1 background

This text has white color on #EEEBE1 background.