COLOR #E9FCB0

HEX: #E9FCB0 RGB: (233,252,176)

Color info

#E9FCB0 contains mainly red and green colors. Web safe color of #E9FCB0 is #FFFF99 (or #FF9).

RGB color model

#E9FCB0 color RGB value is (233,252,176).

RGB: (233,252,176) (91%, 99%, 69%)

RGB channels and saturation

R 233 of 255 = 91%
G 252 of 255 = 99%
B 176 of 255 = 69%

233
252
176

R + G + B ~ 86%. #E9FCB0 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 252 + 176 = 661 (100%)
R 233 of 661 ~ 35.25%
G 252 of 661 ~ 38.12%
B 176 of 661 ~ 26.63'%

%35.25
%38.12
%26.63

CMYK color model

#E9FCB0 color CMYK value is (8,0,30,1).

  • cyan value is 7.54%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 1.18%

CMYK: (8,0,30,1)
C8M0Y30K1 (8%, 0%, 30%, 1%)
(0.08 / 0.00 / 0.30 / 0.01)

CMYK percentages

%7.54
%0
%30.16
%1.18

Codes

Color #E9FCB0 in popluar color models

E9 FC B0
RGB 233 252 176
HSL 75° 92.68% 83.92%
HSB/HSV 75° 30.16% 98.82%
CMYK 7.54% 0.00% 30.16%
1.18%

Color #E9FCB0 in popluar number systems.

HEX E9 FC B0
Decimal 233 252 176
Binary 11101001 11111100 10110000
Octal 351 374 260

Shades and tints

Shades of #E9FCB0

#E9FCB0
(233,252,176)
#D4E6A0
(212,230,160)
#BFD090
(191,208,144)
#AABA80
(170,186,128)
#95A470
(149,164,112)
#808E60
(128,142,96)
#6B7850
(107,120,80)
#566240
(86,98,64)
#414C30
(65,76,48)
#2C3620
(44,54,32)
#172010
(23,32,16)
#000000
(0,0,0)

Tints of #E9FCB0

#E9FCB0
(233,252,176)
#EBFCB7
(235,252,183)
#EDFCBE
(237,252,190)
#EFFCC5
(239,252,197)
#F1FCCC
(241,252,204)
#F3FCD3
(243,252,211)
#F5FCDA
(245,252,218)
#F7FCE1
(247,252,225)
#F9FCE8
(249,252,232)
#FBFCEF
(251,252,239)
#FDFCF6
(253,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FCB0 color. Also use rgb(233,252,176) instead hex code.

Text Font Color

.myTextColor { color: #E9FCB0; }

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

This text font color is #E9FCB0.

Background Color

.myBgColor { background-color: #E9FCB0; }

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

This div background color is #E9FCB0.

Border color

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

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

This div border color is #E9FCB0.

Opacity

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

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

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

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

This text has shadow with #E9FCB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FCB0.

Preview

Color preview on black background

This text has color #E9FCB0 on black background.


Color preview on white background

This text has color #E9FCB0 on white background.


Black color preview on #E9FCB0 background

This text has black color on #E9FCB0 background.


White color preview on #E9FCB0 background

This text has white color on #E9FCB0 background.


Related colors

Complementary color

Complementary color for #hex is #16034F.


I love getcolorcode.com

Triadic colors

1 #B0E9FC and #FCB0E9 with #E9FCB0 are triadic colors.

2 #B0FCE9 and #FCE9B0 with #E9FCB0 are triadic colors.