COLOR #E0FBC3

HEX: #E0FBC3
RGB: (224,251,195)

Color info

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

RGB color model

#E0FBC3 color RGB value is (224,251,195).

  • red value is 224;
  • green value is 251;
  • blue value is 195.
RGB:
(224,251,195)
(88%,98%,76%)

RGB channels and saturation

R 224 of 255 = 88%
G 251 of 255 = 98%
B 195 of 255 = 76%

224
251
195

R + G + B ~ 87%. #E0FBC3 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 251 + 195 = 670 (100%)
R 224 of 670 ~ 33.43%
G 251 of 670 ~ 37.46%
B 195 of 670 ~ 29.1%

%33.43
%37.46
%29.1

CMYK color model

#E0FBC3 color CMYK value is (11,0,22,2).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 1.57%
CMYK:
(11,0,22,2)
C11M0Y22K2 
(11%,0%,22%,2%)
(0.11/0.00/0.22/0.02)	

CMYK percentages

%10.76
%0
%22.31
%1.57

Codes

Color #E0FBC3 in popluar color models

E0FBC3
RGB224251195
HSL89°87.50%87.45%
HSB/HSV89°22.31%98.43%
CMYK10.76%0.00%22.31%
1.57%

Color #E0FBC3 in popluar number systems.

HEXE0FBC3
Decimal224251195
Binary111000001111101111000011
Octal340373303

Shades and tints

Shades of #E0FBC3

#E0FBC3
(224,251,195)
#CCE5B2
(204,229,178)
#B8CFA1
(184,207,161)
#A4B990
(164,185,144)
#90A37F
(144,163,127)
#7C8D6E
(124,141,110)
#68775D
(104,119,93)
#54614C
(84,97,76)
#404B3B
(64,75,59)
#2C352A
(44,53,42)
#181F19
(24,31,25)
#000000
(0,0,0)

Tints of #E0FBC3

#E0FBC3
(224,251,195)
#E2FBC8
(226,251,200)
#E4FBCD
(228,251,205)
#E6FBD2
(230,251,210)
#E8FBD7
(232,251,215)
#EAFBDC
(234,251,220)
#ECFBE1
(236,251,225)
#EEFBE6
(238,251,230)
#F0FBEB
(240,251,235)
#F2FBF0
(242,251,240)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FBC3 color. Also use rgb(224,251,195) instead hex code.

Text Font Color

.myTextColor { color: #E0FBC3; }

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

This text font color is #E0FBC3.


Background Color

.myBgColor { background-color: #E0FBC3; }

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

This div background color is #E0FBC3.


Border color

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

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

This div border color is #E0FBC3.


Opacity

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

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

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

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

This text has shadow with #E0FBC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FBC3 on black background.


Color preview on white background

This text has color #E0FBC3 on white background.



Black color preview on #E0FBC3 background

This text has black color on #E0FBC3 background.


White color preview on #E0FBC3 background

This text has white color on #E0FBC3 background.