COLOR #E0FACB

HEX: #E0FACB
RGB: (224,250,203)

Color info

#E0FACB contains red, green and blue colors in about the same proportion. Web safe color of #E0FACB is #CCFFCC (or #CFC).

RGB color model

#E0FACB color RGB value is (224,250,203).

  • red value is 224;
  • green value is 250;
  • blue value is 203.
RGB:
(224,250,203)
(88%,98%,80%)

RGB channels and saturation

R 224 of 255 = 88%
G 250 of 255 = 98%
B 203 of 255 = 80%

224
250
203

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

Portions of RGB colors in percentages

R + G + B =
224 + 250 + 203 = 677 (100%)
R 224 of 677 ~ 33.09%
G 250 of 677 ~ 36.93%
B 203 of 677 ~ 29.99%

%33.09
%36.93
%29.99

CMYK color model

#E0FACB color CMYK value is (10,0,19,2).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 1.96%
CMYK:
(10,0,19,2)
C10M0Y19K2 
(10%,0%,19%,2%)
(0.10/0.00/0.19/0.02)	

CMYK percentages

%10.4
%0
%18.8
%1.96

Codes

Color #E0FACB in popluar color models

E0FACB
RGB224250203
HSL93°82.46%88.82%
HSB/HSV93°18.80%98.04%
CMYK10.40%0.00%18.80%
1.96%

Color #E0FACB in popluar number systems.

HEXE0FACB
Decimal224250203
Binary111000001111101011001011
Octal340372313

Shades and tints

Shades of #E0FACB

#E0FACB
(224,250,203)
#CCE4B9
(204,228,185)
#B8CEA7
(184,206,167)
#A4B895
(164,184,149)
#90A283
(144,162,131)
#7C8C71
(124,140,113)
#68765F
(104,118,95)
#54604D
(84,96,77)
#404A3B
(64,74,59)
#2C3429
(44,52,41)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #E0FACB

#E0FACB
(224,250,203)
#E2FACF
(226,250,207)
#E4FAD3
(228,250,211)
#E6FAD7
(230,250,215)
#E8FADB
(232,250,219)
#EAFADF
(234,250,223)
#ECFAE3
(236,250,227)
#EEFAE7
(238,250,231)
#F0FAEB
(240,250,235)
#F2FAEF
(242,250,239)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FACB color. Also use rgb(224,250,203) instead hex code.

Text Font Color

.myTextColor { color: #E0FACB; }

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

This text font color is #E0FACB.


Background Color

.myBgColor { background-color: #E0FACB; }

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

This div background color is #E0FACB.


Border color

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

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

This div border color is #E0FACB.


Opacity

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

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

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

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

This text has shadow with #E0FACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FACB on black background.


Color preview on white background

This text has color #E0FACB on white background.



Black color preview on #E0FACB background

This text has black color on #E0FACB background.


White color preview on #E0FACB background

This text has white color on #E0FACB background.