COLOR #EEE1BF

HEX: #EEE1BF
RGB: (238,225,191)

Color info

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

RGB color model

#EEE1BF color RGB value is (238,225,191).

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

RGB channels and saturation

R 238 of 255 = 93%
G 225 of 255 = 88%
B 191 of 255 = 75%

238
225
191

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

Portions of RGB colors in percentages

R + G + B =
238 + 225 + 191 = 654 (100%)
R 238 of 654 ~ 36.39%
G 225 of 654 ~ 34.4%
B 191 of 654 ~ 29.2%

%36.39
%34.4
%29.2

CMYK color model

#EEE1BF color CMYK value is (0,5,20,7).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 19.75%
  • key color value is 6.67%
CMYK:
(0,5,20,7)
C0M5Y20K7 
(0%,5%,20%,7%)
(0.00/0.05/0.20/0.07)	

CMYK percentages

%0
%5.46
%19.75
%6.67

Codes

Color #EEE1BF in popluar color models

EEE1BF
RGB238225191
HSL43°58.02%84.12%
HSB/HSV43°19.75%93.33%
CMYK0.00%5.46%19.75%
6.67%

Color #EEE1BF in popluar number systems.

HEXEEE1BF
Decimal238225191
Binary111011101110000110111111
Octal356341277

Shades and tints

Shades of #EEE1BF

#EEE1BF
(238,225,191)
#D9CDAE
(217,205,174)
#C4B99D
(196,185,157)
#AFA58C
(175,165,140)
#9A917B
(154,145,123)
#857D6A
(133,125,106)
#706959
(112,105,89)
#5B5548
(91,85,72)
#464137
(70,65,55)
#312D26
(49,45,38)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #EEE1BF

#EEE1BF
(238,225,191)
#EFE3C4
(239,227,196)
#F0E5C9
(240,229,201)
#F1E7CE
(241,231,206)
#F2E9D3
(242,233,211)
#F3EBD8
(243,235,216)
#F4EDDD
(244,237,221)
#F5EFE2
(245,239,226)
#F6F1E7
(246,241,231)
#F7F3EC
(247,243,236)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE1BF; }

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

This text font color is #EEE1BF.


Background Color

.myBgColor { background-color: #EEE1BF; }

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

This div background color is #EEE1BF.


Border color

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

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

This div border color is #EEE1BF.


Opacity

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

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

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

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

This text has shadow with #EEE1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE1BF on black background.


Color preview on white background

This text has color #EEE1BF on white background.



Black color preview on #EEE1BF background

This text has black color on #EEE1BF background.


White color preview on #EEE1BF background

This text has white color on #EEE1BF background.