COLOR #EEE5C7

HEX: #EEE5C7
RGB: (238,229,199)

Color info

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

RGB color model

#EEE5C7 color RGB value is (238,229,199).

  • red value is 238;
  • green value is 229;
  • blue value is 199.
RGB:
(238,229,199)
(93%,90%,78%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 199 of 255 = 78%

238
229
199

R + G + B ~ 87%. #EEE5C7 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 229 + 199 = 666 (100%)
R 238 of 666 ~ 35.74%
G 229 of 666 ~ 34.38%
B 199 of 666 ~ 29.88%

%35.74
%34.38
%29.88

CMYK color model

#EEE5C7 color CMYK value is (0,4,16,7).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 16.39%
  • key color value is 6.67%
CMYK:
(0,4,16,7)
C0M4Y16K7 
(0%,4%,16%,7%)
(0.00/0.04/0.16/0.07)	

CMYK percentages

%0
%3.78
%16.39
%6.67

Codes

Color #EEE5C7 in popluar color models

EEE5C7
RGB238229199
HSL46°53.42%85.69%
HSB/HSV46°16.39%93.33%
CMYK0.00%3.78%16.39%
6.67%

Color #EEE5C7 in popluar number systems.

HEXEEE5C7
Decimal238229199
Binary111011101110010111000111
Octal356345307

Shades and tints

Shades of #EEE5C7

#EEE5C7
(238,229,199)
#D9D1B5
(217,209,181)
#C4BDA3
(196,189,163)
#AFA991
(175,169,145)
#9A957F
(154,149,127)
#85816D
(133,129,109)
#706D5B
(112,109,91)
#5B5949
(91,89,73)
#464537
(70,69,55)
#313125
(49,49,37)
#1C1D13
(28,29,19)
#000000
(0,0,0)

Tints of #EEE5C7

#EEE5C7
(238,229,199)
#EFE7CC
(239,231,204)
#F0E9D1
(240,233,209)
#F1EBD6
(241,235,214)
#F2EDDB
(242,237,219)
#F3EFE0
(243,239,224)
#F4F1E5
(244,241,229)
#F5F3EA
(245,243,234)
#F6F5EF
(246,245,239)
#F7F7F4
(247,247,244)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE5C7 color. Also use rgb(238,229,199) instead hex code.

Text Font Color

.myTextColor { color: #EEE5C7; }

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

This text font color is #EEE5C7.


Background Color

.myBgColor { background-color: #EEE5C7; }

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

This div background color is #EEE5C7.


Border color

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

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

This div border color is #EEE5C7.


Opacity

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

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

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

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

This text has shadow with #EEE5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE5C7 on black background.


Color preview on white background

This text has color #EEE5C7 on white background.



Black color preview on #EEE5C7 background

This text has black color on #EEE5C7 background.


White color preview on #EEE5C7 background

This text has white color on #EEE5C7 background.