COLOR #E6F5B9

HEX: #E6F5B9
RGB: (230,245,185)

Color info

#E6F5B9 contains mainly red and green colors. Web safe color of #E6F5B9 is #CCFFCC (or #CFC).

RGB color model

#E6F5B9 color RGB value is (230,245,185).

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

RGB channels and saturation

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

230
245
185

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

Portions of RGB colors in percentages

R + G + B =
230 + 245 + 185 = 660 (100%)
R 230 of 660 ~ 34.85%
G 245 of 660 ~ 37.12%
B 185 of 660 ~ 28.03%

%34.85
%37.12
%28.03

CMYK color model

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

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • 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
%24.49
%3.92

Codes

Color #E6F5B9 in popluar color models

E6F5B9
RGB230245185
HSL75°75.00%84.31%
HSB/HSV75°24.49%96.08%
CMYK6.12%0.00%24.49%
3.92%

Color #E6F5B9 in popluar number systems.

HEXE6F5B9
Decimal230245185
Binary111001101111010110111001
Octal346365271

Shades and tints

Shades of #E6F5B9

#E6F5B9
(230,245,185)
#D2DFA9
(210,223,169)
#BEC999
(190,201,153)
#AAB389
(170,179,137)
#969D79
(150,157,121)
#828769
(130,135,105)
#6E7159
(110,113,89)
#5A5B49
(90,91,73)
#464539
(70,69,57)
#322F29
(50,47,41)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #E6F5B9

#E6F5B9
(230,245,185)
#E8F5BF
(232,245,191)
#EAF5C5
(234,245,197)
#ECF5CB
(236,245,203)
#EEF5D1
(238,245,209)
#F0F5D7
(240,245,215)
#F2F5DD
(242,245,221)
#F4F5E3
(244,245,227)
#F6F5E9
(246,245,233)
#F8F5EF
(248,245,239)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F5B9; }

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

This text font color is #E6F5B9.


Background Color

.myBgColor { background-color: #E6F5B9; }

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

This div background color is #E6F5B9.


Border color

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

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

This div border color is #E6F5B9.


Opacity

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

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

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

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

This text has shadow with #E6F5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F5B9 on black background.


Color preview on white background

This text has color #E6F5B9 on white background.



Black color preview on #E6F5B9 background

This text has black color on #E6F5B9 background.


White color preview on #E6F5B9 background

This text has white color on #E6F5B9 background.