COLOR #E9EFCA

HEX: #E9EFCA
RGB: (233,239,202)

Color info

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

RGB color model

#E9EFCA color RGB value is (233,239,202).

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

RGB channels and saturation

R 233 of 255 = 91%
G 239 of 255 = 94%
B 202 of 255 = 79%

233
239
202

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

Portions of RGB colors in percentages

R + G + B =
233 + 239 + 202 = 674 (100%)
R 233 of 674 ~ 34.57%
G 239 of 674 ~ 35.46%
B 202 of 674 ~ 29.97%

%34.57
%35.46
%29.97

CMYK color model

#E9EFCA color CMYK value is (3,0,15,6).

  • cyan value is 2.51%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(3,0,15,6)
C3M0Y15K6 
(3%,0%,15%,6%)
(0.03/0.00/0.15/0.06)	

CMYK percentages

%2.51
%0
%15.48
%6.27

Codes

Color #E9EFCA in popluar color models

E9EFCA
RGB233239202
HSL70°53.62%86.47%
HSB/HSV70°15.48%93.73%
CMYK2.51%0.00%15.48%
6.27%

Color #E9EFCA in popluar number systems.

HEXE9EFCA
Decimal233239202
Binary111010011110111111001010
Octal351357312

Shades and tints

Shades of #E9EFCA

#E9EFCA
(233,239,202)
#D4DAB8
(212,218,184)
#BFC5A6
(191,197,166)
#AAB094
(170,176,148)
#959B82
(149,155,130)
#808670
(128,134,112)
#6B715E
(107,113,94)
#565C4C
(86,92,76)
#41473A
(65,71,58)
#2C3228
(44,50,40)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #E9EFCA

#E9EFCA
(233,239,202)
#EBF0CE
(235,240,206)
#EDF1D2
(237,241,210)
#EFF2D6
(239,242,214)
#F1F3DA
(241,243,218)
#F3F4DE
(243,244,222)
#F5F5E2
(245,245,226)
#F7F6E6
(247,246,230)
#F9F7EA
(249,247,234)
#FBF8EE
(251,248,238)
#FDF9F2
(253,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EFCA; }

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

This text font color is #E9EFCA.


Background Color

.myBgColor { background-color: #E9EFCA; }

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

This div background color is #E9EFCA.


Border color

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

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

This div border color is #E9EFCA.


Opacity

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

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

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

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

This text has shadow with #E9EFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EFCA on black background.


Color preview on white background

This text has color #E9EFCA on white background.



Black color preview on #E9EFCA background

This text has black color on #E9EFCA background.


White color preview on #E9EFCA background

This text has white color on #E9EFCA background.