COLOR #EEE4BD

HEX: #EEE4BD
RGB: (238,228,189)

Color info

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

RGB color model

#EEE4BD color RGB value is (238,228,189).

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

RGB channels and saturation

R 238 of 255 = 93%
G 228 of 255 = 89%
B 189 of 255 = 74%

238
228
189

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

Portions of RGB colors in percentages

R + G + B =
238 + 228 + 189 = 655 (100%)
R 238 of 655 ~ 36.34%
G 228 of 655 ~ 34.81%
B 189 of 655 ~ 28.85%

%36.34
%34.81
%28.85

CMYK color model

#EEE4BD color CMYK value is (0,4,21,7).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK:
(0,4,21,7)
C0M4Y21K7 
(0%,4%,21%,7%)
(0.00/0.04/0.21/0.07)	

CMYK percentages

%0
%4.2
%20.59
%6.67

Codes

Color #EEE4BD in popluar color models

EEE4BD
RGB238228189
HSL48°59.04%83.73%
HSB/HSV48°20.59%93.33%
CMYK0.00%4.20%20.59%
6.67%

Color #EEE4BD in popluar number systems.

HEXEEE4BD
Decimal238228189
Binary111011101110010010111101
Octal356344275

Shades and tints

Shades of #EEE4BD

#EEE4BD
(238,228,189)
#D9D0AC
(217,208,172)
#C4BC9B
(196,188,155)
#AFA88A
(175,168,138)
#9A9479
(154,148,121)
#858068
(133,128,104)
#706C57
(112,108,87)
#5B5846
(91,88,70)
#464435
(70,68,53)
#313024
(49,48,36)
#1C1C13
(28,28,19)
#000000
(0,0,0)

Tints of #EEE4BD

#EEE4BD
(238,228,189)
#EFE6C3
(239,230,195)
#F0E8C9
(240,232,201)
#F1EACF
(241,234,207)
#F2ECD5
(242,236,213)
#F3EEDB
(243,238,219)
#F4F0E1
(244,240,225)
#F5F2E7
(245,242,231)
#F6F4ED
(246,244,237)
#F7F6F3
(247,246,243)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE4BD; }

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

This text font color is #EEE4BD.


Background Color

.myBgColor { background-color: #EEE4BD; }

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

This div background color is #EEE4BD.


Border color

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

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

This div border color is #EEE4BD.


Opacity

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

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

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

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

This text has shadow with #EEE4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE4BD on black background.


Color preview on white background

This text has color #EEE4BD on white background.



Black color preview on #EEE4BD background

This text has black color on #EEE4BD background.


White color preview on #EEE4BD background

This text has white color on #EEE4BD background.