COLOR #E1FBCC

HEX: #E1FBCC
RGB: (225,251,204)

Color info

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

RGB color model

#E1FBCC color RGB value is (225,251,204).

  • red value is 225;
  • green value is 251;
  • blue value is 204.
RGB:
(225,251,204)
(88%,98%,80%)

RGB channels and saturation

R 225 of 255 = 88%
G 251 of 255 = 98%
B 204 of 255 = 80%

225
251
204

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

Portions of RGB colors in percentages

R + G + B =
225 + 251 + 204 = 680 (100%)
R 225 of 680 ~ 33.09%
G 251 of 680 ~ 36.91%
B 204 of 680 ~ 30%

%33.09
%36.91
%30

CMYK color model

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

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

CMYK percentages

%10.36
%0
%18.73
%1.57

Codes

Color #E1FBCC in popluar color models

E1FBCC
RGB225251204
HSL93°85.45%89.22%
HSB/HSV93°18.73%98.43%
CMYK10.36%0.00%18.73%
1.57%

Color #E1FBCC in popluar number systems.

HEXE1FBCC
Decimal225251204
Binary111000011111101111001100
Octal341373314

Shades and tints

Shades of #E1FBCC

#E1FBCC
(225,251,204)
#CDE5BA
(205,229,186)
#B9CFA8
(185,207,168)
#A5B996
(165,185,150)
#91A384
(145,163,132)
#7D8D72
(125,141,114)
#697760
(105,119,96)
#55614E
(85,97,78)
#414B3C
(65,75,60)
#2D352A
(45,53,42)
#191F18
(25,31,24)
#000000
(0,0,0)

Tints of #E1FBCC

#E1FBCC
(225,251,204)
#E3FBD0
(227,251,208)
#E5FBD4
(229,251,212)
#E7FBD8
(231,251,216)
#E9FBDC
(233,251,220)
#EBFBE0
(235,251,224)
#EDFBE4
(237,251,228)
#EFFBE8
(239,251,232)
#F1FBEC
(241,251,236)
#F3FBF0
(243,251,240)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FBCC color. Also use rgb(225,251,204) instead hex code.

Text Font Color

.myTextColor { color: #E1FBCC; }

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

This text font color is #E1FBCC.


Background Color

.myBgColor { background-color: #E1FBCC; }

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

This div background color is #E1FBCC.


Border color

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

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

This div border color is #E1FBCC.


Opacity

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

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

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

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

This text has shadow with #E1FBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FBCC on black background.


Color preview on white background

This text has color #E1FBCC on white background.



Black color preview on #E1FBCC background

This text has black color on #E1FBCC background.


White color preview on #E1FBCC background

This text has white color on #E1FBCC background.