COLOR #E6F5BB

HEX: #E6F5BB
RGB: (230,245,187)

Color info

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

RGB color model

#E6F5BB color RGB value is (230,245,187).

  • red value is 230;
  • green value is 245;
  • blue value is 187.
RGB:
(230,245,187)
(90%,96%,73%)

RGB channels and saturation

R 230 of 255 = 90%
G 245 of 255 = 96%
B 187 of 255 = 73%

230
245
187

R + G + B ~ 86%. #E6F5BB is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 245 + 187 = 662 (100%)
R 230 of 662 ~ 34.74%
G 245 of 662 ~ 37.01%
B 187 of 662 ~ 28.25%

%34.74
%37.01
%28.25

CMYK color model

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

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 3.92%
CMYK:
(6,0,24,4)
C6M0Y24K4 
(6%,0%,24%,4%)
(0.06/0.00/0.24/0.04)	

CMYK percentages

%6.12
%0
%23.67
%3.92

Codes

Color #E6F5BB in popluar color models

E6F5BB
RGB230245187
HSL76°74.36%84.71%
HSB/HSV76°23.67%96.08%
CMYK6.12%0.00%23.67%
3.92%

Color #E6F5BB in popluar number systems.

HEXE6F5BB
Decimal230245187
Binary111001101111010110111011
Octal346365273

Shades and tints

Shades of #E6F5BB

#E6F5BB
(230,245,187)
#D2DFAA
(210,223,170)
#BEC999
(190,201,153)
#AAB388
(170,179,136)
#969D77
(150,157,119)
#828766
(130,135,102)
#6E7155
(110,113,85)
#5A5B44
(90,91,68)
#464533
(70,69,51)
#322F22
(50,47,34)
#1E1911
(30,25,17)
#000000
(0,0,0)

Tints of #E6F5BB

#E6F5BB
(230,245,187)
#E8F5C1
(232,245,193)
#EAF5C7
(234,245,199)
#ECF5CD
(236,245,205)
#EEF5D3
(238,245,211)
#F0F5D9
(240,245,217)
#F2F5DF
(242,245,223)
#F4F5E5
(244,245,229)
#F6F5EB
(246,245,235)
#F8F5F1
(248,245,241)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F5BB color. Also use rgb(230,245,187) instead hex code.

Text Font Color

.myTextColor { color: #E6F5BB; }

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

This text font color is #E6F5BB.


Background Color

.myBgColor { background-color: #E6F5BB; }

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

This div background color is #E6F5BB.


Border color

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

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

This div border color is #E6F5BB.


Opacity

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

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

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

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

This text has shadow with #E6F5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F5BB on black background.


Color preview on white background

This text has color #E6F5BB on white background.



Black color preview on #E6F5BB background

This text has black color on #E6F5BB background.


White color preview on #E6F5BB background

This text has white color on #E6F5BB background.