COLOR #E9F6CA

HEX: #E9F6CA
RGB: (233,246,202)

Color info

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

RGB color model

#E9F6CA color RGB value is (233,246,202).

  • red value is 233;
  • green value is 246;
  • blue value is 202.
RGB:
(233,246,202)
(91%,96%,79%)

RGB channels and saturation

R 233 of 255 = 91%
G 246 of 255 = 96%
B 202 of 255 = 79%

233
246
202

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

Portions of RGB colors in percentages

R + G + B =
233 + 246 + 202 = 681 (100%)
R 233 of 681 ~ 34.21%
G 246 of 681 ~ 36.12%
B 202 of 681 ~ 29.66%

%34.21
%36.12
%29.66

CMYK color model

#E9F6CA color CMYK value is (5,0,18,4).

  • cyan value is 5.28%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK:
(5,0,18,4)
C5M0Y18K4 
(5%,0%,18%,4%)
(0.05/0.00/0.18/0.04)	

CMYK percentages

%5.28
%0
%17.89
%3.53

Codes

Color #E9F6CA in popluar color models

E9F6CA
RGB233246202
HSL78°70.97%87.84%
HSB/HSV78°17.89%96.47%
CMYK5.28%0.00%17.89%
3.53%

Color #E9F6CA in popluar number systems.

HEXE9F6CA
Decimal233246202
Binary111010011111011011001010
Octal351366312

Shades and tints

Shades of #E9F6CA

#E9F6CA
(233,246,202)
#D4E0B8
(212,224,184)
#BFCAA6
(191,202,166)
#AAB494
(170,180,148)
#959E82
(149,158,130)
#808870
(128,136,112)
#6B725E
(107,114,94)
#565C4C
(86,92,76)
#41463A
(65,70,58)
#2C3028
(44,48,40)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #E9F6CA

#E9F6CA
(233,246,202)
#EBF6CE
(235,246,206)
#EDF6D2
(237,246,210)
#EFF6D6
(239,246,214)
#F1F6DA
(241,246,218)
#F3F6DE
(243,246,222)
#F5F6E2
(245,246,226)
#F7F6E6
(247,246,230)
#F9F6EA
(249,246,234)
#FBF6EE
(251,246,238)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9F6CA color. Also use rgb(233,246,202) instead hex code.

Text Font Color

.myTextColor { color: #E9F6CA; }

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

This text font color is #E9F6CA.


Background Color

.myBgColor { background-color: #E9F6CA; }

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

This div background color is #E9F6CA.


Border color

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

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

This div border color is #E9F6CA.


Opacity

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

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

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

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

This text has shadow with #E9F6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F6CA on black background.


Color preview on white background

This text has color #E9F6CA on white background.



Black color preview on #E9F6CA background

This text has black color on #E9F6CA background.


White color preview on #E9F6CA background

This text has white color on #E9F6CA background.