COLOR #E9EFC8

HEX: #E9EFC8 RGB: (233,239,200)

Color info

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

RGB color model

#E9EFC8 color RGB value is (233,239,200).

RGB: (233,239,200) (91%, 94%, 78%)

RGB channels and saturation

R 233 of 255 = 91%
G 239 of 255 = 94%
B 200 of 255 = 78%

233
239
200

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

Portions of RGB colors in percentages

R + G + B = 233 + 239 + 200 = 672 (100%)
R 233 of 672 ~ 34.67%
G 239 of 672 ~ 35.57%
B 200 of 672 ~ 29.76'%

%34.67
%35.57
%29.76

CMYK color model

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

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

CMYK: (3,0,16,6)
C3M0Y16K6 (3%, 0%, 16%, 6%)
(0.03 / 0.00 / 0.16 / 0.06)

CMYK percentages

%2.51
%0
%16.32
%6.27

Codes

Color #E9EFC8 in popluar color models

E9 EF C8
RGB 233 239 200
HSL 69° 54.93% 86.08%
HSB/HSV 69° 16.32% 93.73%
CMYK 2.51% 0.00% 16.32%
6.27%

Color #E9EFC8 in popluar number systems.

HEX E9 EF C8
Decimal 233 239 200
Binary 11101001 11101111 11001000
Octal 351 357 310

Shades and tints

Shades of #E9EFC8

#E9EFC8
(233,239,200)
#D4DAB6
(212,218,182)
#BFC5A4
(191,197,164)
#AAB092
(170,176,146)
#959B80
(149,155,128)
#80866E
(128,134,110)
#6B715C
(107,113,92)
#565C4A
(86,92,74)
#414738
(65,71,56)
#2C3226
(44,50,38)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #E9EFC8

#E9EFC8
(233,239,200)
#EBF0CD
(235,240,205)
#EDF1D2
(237,241,210)
#EFF2D7
(239,242,215)
#F1F3DC
(241,243,220)
#F3F4E1
(243,244,225)
#F5F5E6
(245,245,230)
#F7F6EB
(247,246,235)
#F9F7F0
(249,247,240)
#FBF8F5
(251,248,245)
#FDF9FA
(253,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EFC8; }

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

This text font color is #E9EFC8.

Background Color

.myBgColor { background-color: #E9EFC8; }

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

This div background color is #E9EFC8.

Border color

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

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

This div border color is #E9EFC8.

Opacity

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

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

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

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

This text has shadow with #E9EFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EFC8.

Preview

Color preview on black background

This text has color #E9EFC8 on black background.


Color preview on white background

This text has color #E9EFC8 on white background.


Black color preview on #E9EFC8 background

This text has black color on #E9EFC8 background.


White color preview on #E9EFC8 background

This text has white color on #E9EFC8 background.


Related colors

Complementary color

Complementary color for #hex is #161037.


I love getcolorcode.com

Triadic colors

1 #C8E9EF and #EFC8E9 with #E9EFC8 are triadic colors.

2 #C8EFE9 and #EFE9C8 with #E9EFC8 are triadic colors.