COLOR #E6FBD7

HEX: #E6FBD7
RGB: (230,251,215)

Color info

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

RGB color model

#E6FBD7 color RGB value is (230,251,215).

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

RGB channels and saturation

R 230 of 255 = 90%
G 251 of 255 = 98%
B 215 of 255 = 84%

230
251
215

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

Portions of RGB colors in percentages

R + G + B =
230 + 251 + 215 = 696 (100%)
R 230 of 696 ~ 33.05%
G 251 of 696 ~ 36.06%
B 215 of 696 ~ 30.89%

%33.05
%36.06
%30.89

CMYK color model

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

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK:
(8,0,14,2)
C8M0Y14K2 
(8%,0%,14%,2%)
(0.08/0.00/0.14/0.02)	

CMYK percentages

%8.37
%0
%14.34
%1.57

Codes

Color #E6FBD7 in popluar color models

E6FBD7
RGB230251215
HSL95°81.82%91.37%
HSB/HSV95°14.34%98.43%
CMYK8.37%0.00%14.34%
1.57%

Color #E6FBD7 in popluar number systems.

HEXE6FBD7
Decimal230251215
Binary111001101111101111010111
Octal346373327

Shades and tints

Shades of #E6FBD7

#E6FBD7
(230,251,215)
#D2E5C4
(210,229,196)
#BECFB1
(190,207,177)
#AAB99E
(170,185,158)
#96A38B
(150,163,139)
#828D78
(130,141,120)
#6E7765
(110,119,101)
#5A6152
(90,97,82)
#464B3F
(70,75,63)
#32352C
(50,53,44)
#1E1F19
(30,31,25)
#000000
(0,0,0)

Tints of #E6FBD7

#E6FBD7
(230,251,215)
#E8FBDA
(232,251,218)
#EAFBDD
(234,251,221)
#ECFBE0
(236,251,224)
#EEFBE3
(238,251,227)
#F0FBE6
(240,251,230)
#F2FBE9
(242,251,233)
#F4FBEC
(244,251,236)
#F6FBEF
(246,251,239)
#F8FBF2
(248,251,242)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FBD7; }

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

This text font color is #E6FBD7.


Background Color

.myBgColor { background-color: #E6FBD7; }

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

This div background color is #E6FBD7.


Border color

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

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

This div border color is #E6FBD7.


Opacity

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

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

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

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

This text has shadow with #E6FBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FBD7 on black background.


Color preview on white background

This text has color #E6FBD7 on white background.



Black color preview on #E6FBD7 background

This text has black color on #E6FBD7 background.


White color preview on #E6FBD7 background

This text has white color on #E6FBD7 background.