COLOR #E6FBE7

HEX: #E6FBE7
RGB: (230,251,231)

Color info

#E6FBE7 contains red, green and blue colors in about the same proportion. Web safe color of #E6FBE7 is #CCFFFF (or #CFF).

RGB color model

#E6FBE7 color RGB value is (230,251,231).

  • red value is 230;
  • green value is 251;
  • blue value is 231.
RGB:
(230,251,231)
(90%,98%,91%)

RGB channels and saturation

R 230 of 255 = 90%
G 251 of 255 = 98%
B 231 of 255 = 91%

230
251
231

R + G + B ~ 93%. #E6FBE7 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 251 + 231 = 712 (100%)
R 230 of 712 ~ 32.3%
G 251 of 712 ~ 35.25%
B 231 of 712 ~ 32.44%

%32.3
%35.25
%32.44

CMYK color model

#E6FBE7 color CMYK value is (8,0,8,2).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(8,0,8,2)
C8M0Y8K2 
(8%,0%,8%,2%)
(0.08/0.00/0.08/0.02)	

CMYK percentages

%8.37
%0
%7.97
%1.57

Codes

Color #E6FBE7 in popluar color models

E6FBE7
RGB230251231
HSL123°72.41%94.31%
HSB/HSV123°8.37%98.43%
CMYK8.37%0.00%7.97%
1.57%

Color #E6FBE7 in popluar number systems.

HEXE6FBE7
Decimal230251231
Binary111001101111101111100111
Octal346373347

Shades and tints

Shades of #E6FBE7

#E6FBE7
(230,251,231)
#D2E5D2
(210,229,210)
#BECFBD
(190,207,189)
#AAB9A8
(170,185,168)
#96A393
(150,163,147)
#828D7E
(130,141,126)
#6E7769
(110,119,105)
#5A6154
(90,97,84)
#464B3F
(70,75,63)
#32352A
(50,53,42)
#1E1F15
(30,31,21)
#000000
(0,0,0)

Tints of #E6FBE7

#E6FBE7
(230,251,231)
#E8FBE9
(232,251,233)
#EAFBEB
(234,251,235)
#ECFBED
(236,251,237)
#EEFBEF
(238,251,239)
#F0FBF1
(240,251,241)
#F2FBF3
(242,251,243)
#F4FBF5
(244,251,245)
#F6FBF7
(246,251,247)
#F8FBF9
(248,251,249)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FBE7 color. Also use rgb(230,251,231) instead hex code.

Text Font Color

.myTextColor { color: #E6FBE7; }

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

This text font color is #E6FBE7.


Background Color

.myBgColor { background-color: #E6FBE7; }

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

This div background color is #E6FBE7.


Border color

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

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

This div border color is #E6FBE7.


Opacity

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

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

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

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

This text has shadow with #E6FBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FBE7 on black background.


Color preview on white background

This text has color #E6FBE7 on white background.



Black color preview on #E6FBE7 background

This text has black color on #E6FBE7 background.


White color preview on #E6FBE7 background

This text has white color on #E6FBE7 background.