COLOR #EEEDC3

HEX: #EEEDC3
RGB: (238,237,195)

Color info

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

RGB color model

#EEEDC3 color RGB value is (238,237,195).

  • red value is 238;
  • green value is 237;
  • blue value is 195.
RGB:
(238,237,195)
(93%,93%,76%)

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 195 of 255 = 76%

238
237
195

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

Portions of RGB colors in percentages

R + G + B =
238 + 237 + 195 = 670 (100%)
R 238 of 670 ~ 35.52%
G 237 of 670 ~ 35.37%
B 195 of 670 ~ 29.1%

%35.52
%35.37
%29.1

CMYK color model

#EEEDC3 color CMYK value is (0,0,18,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 18.07%
  • key color value is 6.67%
CMYK:
(0,0,18,7)
C0M0Y18K7 
(0%,0%,18%,7%)
(0.00/0.00/0.18/0.07)	

CMYK percentages

%0
%0.42
%18.07
%6.67

Codes

Color #EEEDC3 in popluar color models

EEEDC3
RGB238237195
HSL59°55.84%84.90%
HSB/HSV59°18.07%93.33%
CMYK0.00%0.42%18.07%
6.67%

Color #EEEDC3 in popluar number systems.

HEXEEEDC3
Decimal238237195
Binary111011101110110111000011
Octal356355303

Shades and tints

Shades of #EEEDC3

#EEEDC3
(238,237,195)
#D9D8B2
(217,216,178)
#C4C3A1
(196,195,161)
#AFAE90
(175,174,144)
#9A997F
(154,153,127)
#85846E
(133,132,110)
#706F5D
(112,111,93)
#5B5A4C
(91,90,76)
#46453B
(70,69,59)
#31302A
(49,48,42)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #EEEDC3

#EEEDC3
(238,237,195)
#EFEEC8
(239,238,200)
#F0EFCD
(240,239,205)
#F1F0D2
(241,240,210)
#F2F1D7
(242,241,215)
#F3F2DC
(243,242,220)
#F4F3E1
(244,243,225)
#F5F4E6
(245,244,230)
#F6F5EB
(246,245,235)
#F7F6F0
(247,246,240)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEDC3 color. Also use rgb(238,237,195) instead hex code.

Text Font Color

.myTextColor { color: #EEEDC3; }

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

This text font color is #EEEDC3.


Background Color

.myBgColor { background-color: #EEEDC3; }

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

This div background color is #EEEDC3.


Border color

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

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

This div border color is #EEEDC3.


Opacity

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

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

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

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

This text has shadow with #EEEDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEDC3 on black background.


Color preview on white background

This text has color #EEEDC3 on white background.



Black color preview on #EEEDC3 background

This text has black color on #EEEDC3 background.


White color preview on #EEEDC3 background

This text has white color on #EEEDC3 background.