COLOR #E8FACB

HEX: #E8FACB
RGB: (232,250,203)

Color info

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

RGB color model

#E8FACB color RGB value is (232,250,203).

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

RGB channels and saturation

R 232 of 255 = 91%
G 250 of 255 = 98%
B 203 of 255 = 80%

232
250
203

R + G + B ~ 90%. #E8FACB is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 250 + 203 = 685 (100%)
R 232 of 685 ~ 33.87%
G 250 of 685 ~ 36.5%
B 203 of 685 ~ 29.64%

%33.87
%36.5
%29.64

CMYK color model

#E8FACB color CMYK value is (7,0,19,2).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 1.96%
CMYK:
(7,0,19,2)
C7M0Y19K2 
(7%,0%,19%,2%)
(0.07/0.00/0.19/0.02)	

CMYK percentages

%7.2
%0
%18.8
%1.96

Codes

Color #E8FACB in popluar color models

E8FACB
RGB232250203
HSL83°82.46%88.82%
HSB/HSV83°18.80%98.04%
CMYK7.20%0.00%18.80%
1.96%

Color #E8FACB in popluar number systems.

HEXE8FACB
Decimal232250203
Binary111010001111101011001011
Octal350372313

Shades and tints

Shades of #E8FACB

#E8FACB
(232,250,203)
#D3E4B9
(211,228,185)
#BECEA7
(190,206,167)
#A9B895
(169,184,149)
#94A283
(148,162,131)
#7F8C71
(127,140,113)
#6A765F
(106,118,95)
#55604D
(85,96,77)
#404A3B
(64,74,59)
#2B3429
(43,52,41)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #E8FACB

#E8FACB
(232,250,203)
#EAFACF
(234,250,207)
#ECFAD3
(236,250,211)
#EEFAD7
(238,250,215)
#F0FADB
(240,250,219)
#F2FADF
(242,250,223)
#F4FAE3
(244,250,227)
#F6FAE7
(246,250,231)
#F8FAEB
(248,250,235)
#FAFAEF
(250,250,239)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8FACB; }

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

This text font color is #E8FACB.


Background Color

.myBgColor { background-color: #E8FACB; }

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

This div background color is #E8FACB.


Border color

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

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

This div border color is #E8FACB.


Opacity

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

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

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

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

This text has shadow with #E8FACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8FACB on black background.


Color preview on white background

This text has color #E8FACB on white background.



Black color preview on #E8FACB background

This text has black color on #E8FACB background.


White color preview on #E8FACB background

This text has white color on #E8FACB background.