COLOR #EEEFC8

HEX: #EEEFC8 RGB: (238,239,200)

Color info

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

RGB color model

#EEEFC8 color RGB value is (238,239,200).

RGB: (238,239,200) (93%, 94%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 239 of 255 = 94%
B 200 of 255 = 78%

238
239
200

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

Portions of RGB colors in percentages

R + G + B = 238 + 239 + 200 = 677 (100%)
R 238 of 677 ~ 35.16%
G 239 of 677 ~ 35.3%
B 200 of 677 ~ 29.54'%

%35.16
%35.3
%29.54

CMYK color model

#EEEFC8 color CMYK value is (0,0,16,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 6.27%

CMYK: (0,0,16,6)
C0M0Y16K6 (0%, 0%, 16%, 6%)
(0.00 / 0.00 / 0.16 / 0.06)

CMYK percentages

%0.42
%0
%16.32
%6.27

Codes

Color #EEEFC8 in popluar color models

EE EF C8
RGB 238 239 200
HSL 62° 54.93% 86.08%
HSB/HSV 62° 16.32% 93.73%
CMYK 0.42% 0.00% 16.32%
6.27%

Color #EEEFC8 in popluar number systems.

HEX EE EF C8
Decimal 238 239 200
Binary 11101110 11101111 11001000
Octal 356 357 310

Shades and tints

Shades of #EEEFC8

#EEEFC8
(238,239,200)
#D9DAB6
(217,218,182)
#C4C5A4
(196,197,164)
#AFB092
(175,176,146)
#9A9B80
(154,155,128)
#85866E
(133,134,110)
#70715C
(112,113,92)
#5B5C4A
(91,92,74)
#464738
(70,71,56)
#313226
(49,50,38)
#1C1D14
(28,29,20)
#000000
(0,0,0)

Tints of #EEEFC8

#EEEFC8
(238,239,200)
#EFF0CD
(239,240,205)
#F0F1D2
(240,241,210)
#F1F2D7
(241,242,215)
#F2F3DC
(242,243,220)
#F3F4E1
(243,244,225)
#F4F5E6
(244,245,230)
#F5F6EB
(245,246,235)
#F6F7F0
(246,247,240)
#F7F8F5
(247,248,245)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEFC8; }

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

This text font color is #EEEFC8.

Background Color

.myBgColor { background-color: #EEEFC8; }

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

This div background color is #EEEFC8.

Border color

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

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

This div border color is #EEEFC8.

Opacity

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

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

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

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

This text has shadow with #EEEFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEFC8.

Preview

Color preview on black background

This text has color #EEEFC8 on black background.


Color preview on white background

This text has color #EEEFC8 on white background.


Black color preview on #EEEFC8 background

This text has black color on #EEEFC8 background.


White color preview on #EEEFC8 background

This text has white color on #EEEFC8 background.


Related colors

Complementary color

Complementary color for #hex is #111037.


I love getcolorcode.com

Triadic colors

1 #C8EEEF and #EFC8EE with #EEEFC8 are triadic colors.

2 #C8EFEE and #EFEEC8 with #EEEFC8 are triadic colors.