COLOR #E6F5BC

HEX: #E6F5BC
RGB: (230,245,188)

Color info

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

RGB color model

#E6F5BC color RGB value is (230,245,188).

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

RGB channels and saturation

R 230 of 255 = 90%
G 245 of 255 = 96%
B 188 of 255 = 74%

230
245
188

R + G + B ~ 87%. #E6F5BC is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 245 + 188 = 663 (100%)
R 230 of 663 ~ 34.69%
G 245 of 663 ~ 36.95%
B 188 of 663 ~ 28.36%

%34.69
%36.95
%28.36

CMYK color model

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

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 3.92%
CMYK:
(6,0,23,4)
C6M0Y23K4 
(6%,0%,23%,4%)
(0.06/0.00/0.23/0.04)	

CMYK percentages

%6.12
%0
%23.27
%3.92

Codes

Color #E6F5BC in popluar color models

E6F5BC
RGB230245188
HSL76°74.03%84.90%
HSB/HSV76°23.27%96.08%
CMYK6.12%0.00%23.27%
3.92%

Color #E6F5BC in popluar number systems.

HEXE6F5BC
Decimal230245188
Binary111001101111010110111100
Octal346365274

Shades and tints

Shades of #E6F5BC

#E6F5BC
(230,245,188)
#D2DFAB
(210,223,171)
#BEC99A
(190,201,154)
#AAB389
(170,179,137)
#969D78
(150,157,120)
#828767
(130,135,103)
#6E7156
(110,113,86)
#5A5B45
(90,91,69)
#464534
(70,69,52)
#322F23
(50,47,35)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #E6F5BC

#E6F5BC
(230,245,188)
#E8F5C2
(232,245,194)
#EAF5C8
(234,245,200)
#ECF5CE
(236,245,206)
#EEF5D4
(238,245,212)
#F0F5DA
(240,245,218)
#F2F5E0
(242,245,224)
#F4F5E6
(244,245,230)
#F6F5EC
(246,245,236)
#F8F5F2
(248,245,242)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F5BC; }

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

This text font color is #E6F5BC.


Background Color

.myBgColor { background-color: #E6F5BC; }

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

This div background color is #E6F5BC.


Border color

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

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

This div border color is #E6F5BC.


Opacity

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

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

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

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

This text has shadow with #E6F5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F5BC on black background.


Color preview on white background

This text has color #E6F5BC on white background.



Black color preview on #E6F5BC background

This text has black color on #E6F5BC background.


White color preview on #E6F5BC background

This text has white color on #E6F5BC background.