COLOR #EEEEC5

HEX: #EEEEC5 RGB: (238,238,197)

Color info

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

RGB color model

#EEEEC5 color RGB value is (238,238,197).

RGB: (238,238,197) (93%, 93%, 77%)

RGB channels and saturation

R 238 of 255 = 93%
G 238 of 255 = 93%
B 197 of 255 = 77%

238
238
197

R + G + B ~ 88%. #EEEEC5 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 238 + 197 = 673 (100%)
R 238 of 673 ~ 35.36%
G 238 of 673 ~ 35.36%
B 197 of 673 ~ 29.27'%

%35.36
%35.36
%29.27

CMYK color model

#EEEEC5 color CMYK value is (0,0,17,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.23%
  • key color value is 6.67%

CMYK: (0,0,17,7)
C0M0Y17K7 (0%, 0%, 17%, 7%)
(0.00 / 0.00 / 0.17 / 0.07)

CMYK percentages

%0
%0
%17.23
%6.67

Codes

Color #EEEEC5 in popluar color models

EE EE C5
RGB 238 238 197
HSL 60° 54.67% 85.29%
HSB/HSV 60° 17.23% 93.33%
CMYK 0.00% 0.00% 17.23%
6.67%

Color #EEEEC5 in popluar number systems.

HEX EE EE C5
Decimal 238 238 197
Binary 11101110 11101110 11000101
Octal 356 356 305

Shades and tints

Shades of #EEEEC5

#EEEEC5
(238,238,197)
#D9D9B4
(217,217,180)
#C4C4A3
(196,196,163)
#AFAF92
(175,175,146)
#9A9A81
(154,154,129)
#858570
(133,133,112)
#70705F
(112,112,95)
#5B5B4E
(91,91,78)
#46463D
(70,70,61)
#31312C
(49,49,44)
#1C1C1B
(28,28,27)
#000000
(0,0,0)

Tints of #EEEEC5

#EEEEC5
(238,238,197)
#EFEFCA
(239,239,202)
#F0F0CF
(240,240,207)
#F1F1D4
(241,241,212)
#F2F2D9
(242,242,217)
#F3F3DE
(243,243,222)
#F4F4E3
(244,244,227)
#F5F5E8
(245,245,232)
#F6F6ED
(246,246,237)
#F7F7F2
(247,247,242)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEEC5; }

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

This text font color is #EEEEC5.

Background Color

.myBgColor { background-color: #EEEEC5; }

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

This div background color is #EEEEC5.

Border color

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

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

This div border color is #EEEEC5.

Opacity

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

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

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

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

This text has shadow with #EEEEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEEC5.

Preview

Color preview on black background

This text has color #EEEEC5 on black background.


Color preview on white background

This text has color #EEEEC5 on white background.


Black color preview on #EEEEC5 background

This text has black color on #EEEEC5 background.


White color preview on #EEEEC5 background

This text has white color on #EEEEC5 background.


Related colors

Complementary color

Complementary color for #hex is #11113A.


I love getcolorcode.com