COLOR #E9FEC0

HEX: #E9FEC0 RGB: (233,254,192)

Color info

#E9FEC0 contains mainly red and green colors. Web safe color of #E9FEC0 is #FFFFCC (or #FFC).

RGB color model

#E9FEC0 color RGB value is (233,254,192).

RGB: (233,254,192) (91%, 100%, 75%)

RGB channels and saturation

R 233 of 255 = 91%
G 254 of 255 = 100%
B 192 of 255 = 75%

233
254
192

R + G + B ~ 89%. #E9FEC0 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 254 + 192 = 679 (100%)
R 233 of 679 ~ 34.32%
G 254 of 679 ~ 37.41%
B 192 of 679 ~ 28.28'%

%34.32
%37.41
%28.28

CMYK color model

#E9FEC0 color CMYK value is (8,0,24,0).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 24.41%
  • key color value is 0.39%

CMYK: (8,0,24,0)
C8M0Y24K0 (8%, 0%, 24%, 0%)
(0.08 / 0.00 / 0.24 / 0.00)

CMYK percentages

%8.27
%0
%24.41
%0.39

Codes

Color #E9FEC0 in popluar color models

E9 FE C0
RGB 233 254 192
HSL 80° 96.88% 87.45%
HSB/HSV 80° 24.41% 99.61%
CMYK 8.27% 0.00% 24.41%
0.39%

Color #E9FEC0 in popluar number systems.

HEX E9 FE C0
Decimal 233 254 192
Binary 11101001 11111110 11000000
Octal 351 376 300

Shades and tints

Shades of #E9FEC0

#E9FEC0
(233,254,192)
#D4E7AF
(212,231,175)
#BFD09E
(191,208,158)
#AAB98D
(170,185,141)
#95A27C
(149,162,124)
#808B6B
(128,139,107)
#6B745A
(107,116,90)
#565D49
(86,93,73)
#414638
(65,70,56)
#2C2F27
(44,47,39)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #E9FEC0

#E9FEC0
(233,254,192)
#EBFEC5
(235,254,197)
#EDFECA
(237,254,202)
#EFFECF
(239,254,207)
#F1FED4
(241,254,212)
#F3FED9
(243,254,217)
#F5FEDE
(245,254,222)
#F7FEE3
(247,254,227)
#F9FEE8
(249,254,232)
#FBFEED
(251,254,237)
#FDFEF2
(253,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FEC0 color. Also use rgb(233,254,192) instead hex code.

Text Font Color

.myTextColor { color: #E9FEC0; }

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

This text font color is #E9FEC0.

Background Color

.myBgColor { background-color: #E9FEC0; }

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

This div background color is #E9FEC0.

Border color

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

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

This div border color is #E9FEC0.

Opacity

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

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

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

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

This text has shadow with #E9FEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FEC0.

Preview

Color preview on black background

This text has color #E9FEC0 on black background.


Color preview on white background

This text has color #E9FEC0 on white background.


Black color preview on #E9FEC0 background

This text has black color on #E9FEC0 background.


White color preview on #E9FEC0 background

This text has white color on #E9FEC0 background.


Related colors

Complementary color

Complementary color for #hex is #16013F.


I love getcolorcode.com

Triadic colors

1 #C0E9FE and #FEC0E9 with #E9FEC0 are triadic colors.

2 #C0FEE9 and #FEE9C0 with #E9FEC0 are triadic colors.