COLOR #EEE1BA

HEX: #EEE1BA
RGB: (238,225,186)

Color info

#EEE1BA contains red, green and blue colors in about the same proportion. Web safe color of #EEE1BA is #FFCCCC (or #FCC).

RGB color model

#EEE1BA color RGB value is (238,225,186).

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

RGB channels and saturation

R 238 of 255 = 93%
G 225 of 255 = 88%
B 186 of 255 = 73%

238
225
186

R + G + B ~ 85%. #EEE1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 225 + 186 = 649 (100%)
R 238 of 649 ~ 36.67%
G 225 of 649 ~ 34.67%
B 186 of 649 ~ 28.66%

%36.67
%34.67
%28.66

CMYK color model

#EEE1BA color CMYK value is (0,5,22,7).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(0,5,22,7)
C0M5Y22K7 
(0%,5%,22%,7%)
(0.00/0.05/0.22/0.07)	

CMYK percentages

%0
%5.46
%21.85
%6.67

Codes

Color #EEE1BA in popluar color models

EEE1BA
RGB238225186
HSL45°60.47%83.14%
HSB/HSV45°21.85%93.33%
CMYK0.00%5.46%21.85%
6.67%

Color #EEE1BA in popluar number systems.

HEXEEE1BA
Decimal238225186
Binary111011101110000110111010
Octal356341272

Shades and tints

Shades of #EEE1BA

#EEE1BA
(238,225,186)
#D9CDAA
(217,205,170)
#C4B99A
(196,185,154)
#AFA58A
(175,165,138)
#9A917A
(154,145,122)
#857D6A
(133,125,106)
#70695A
(112,105,90)
#5B554A
(91,85,74)
#46413A
(70,65,58)
#312D2A
(49,45,42)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #EEE1BA

#EEE1BA
(238,225,186)
#EFE3C0
(239,227,192)
#F0E5C6
(240,229,198)
#F1E7CC
(241,231,204)
#F2E9D2
(242,233,210)
#F3EBD8
(243,235,216)
#F4EDDE
(244,237,222)
#F5EFE4
(245,239,228)
#F6F1EA
(246,241,234)
#F7F3F0
(247,243,240)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE1BA; }

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

This text font color is #EEE1BA.


Background Color

.myBgColor { background-color: #EEE1BA; }

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

This div background color is #EEE1BA.


Border color

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

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

This div border color is #EEE1BA.


Opacity

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

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

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

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

This text has shadow with #EEE1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE1BA on black background.


Color preview on white background

This text has color #EEE1BA on white background.



Black color preview on #EEE1BA background

This text has black color on #EEE1BA background.


White color preview on #EEE1BA background

This text has white color on #EEE1BA background.