COLOR #E6F0E1

HEX: #E6F0E1
RGB: (230,240,225)

Color info

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

RGB color model

#E6F0E1 color RGB value is (230,240,225).

  • red value is 230;
  • green value is 240;
  • blue value is 225.
RGB:
(230,240,225)
(90%,94%,88%)

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 225 of 255 = 88%

230
240
225

R + G + B ~ 91%. #E6F0E1 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 225 = 695 (100%)
R 230 of 695 ~ 33.09%
G 240 of 695 ~ 34.53%
B 225 of 695 ~ 32.37%

%33.09
%34.53
%32.37

CMYK color model

#E6F0E1 color CMYK value is (4,0,6,6).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 5.88%
CMYK:
(4,0,6,6)
C4M0Y6K6 
(4%,0%,6%,6%)
(0.04/0.00/0.06/0.06)	

CMYK percentages

%4.17
%0
%6.25
%5.88

Codes

Color #E6F0E1 in popluar color models

E6F0E1
RGB230240225
HSL100°33.33%91.18%
HSB/HSV100°6.25%94.12%
CMYK4.17%0.00%6.25%
5.88%

Color #E6F0E1 in popluar number systems.

HEXE6F0E1
Decimal230240225
Binary111001101111000011100001
Octal346360341

Shades and tints

Shades of #E6F0E1

#E6F0E1
(230,240,225)
#D2DBCD
(210,219,205)
#BEC6B9
(190,198,185)
#AAB1A5
(170,177,165)
#969C91
(150,156,145)
#82877D
(130,135,125)
#6E7269
(110,114,105)
#5A5D55
(90,93,85)
#464841
(70,72,65)
#32332D
(50,51,45)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #E6F0E1

#E6F0E1
(230,240,225)
#E8F1E3
(232,241,227)
#EAF2E5
(234,242,229)
#ECF3E7
(236,243,231)
#EEF4E9
(238,244,233)
#F0F5EB
(240,245,235)
#F2F6ED
(242,246,237)
#F4F7EF
(244,247,239)
#F6F8F1
(246,248,241)
#F8F9F3
(248,249,243)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F0E1 color. Also use rgb(230,240,225) instead hex code.

Text Font Color

.myTextColor { color: #E6F0E1; }

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

This text font color is #E6F0E1.


Background Color

.myBgColor { background-color: #E6F0E1; }

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

This div background color is #E6F0E1.


Border color

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

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

This div border color is #E6F0E1.


Opacity

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

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

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

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

This text has shadow with #E6F0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0E1 on black background.


Color preview on white background

This text has color #E6F0E1 on white background.



Black color preview on #E6F0E1 background

This text has black color on #E6F0E1 background.


White color preview on #E6F0E1 background

This text has white color on #E6F0E1 background.