COLOR #E6F8C8

HEX: #E6F8C8
RGB: (230,248,200)

Color info

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

RGB color model

#E6F8C8 color RGB value is (230,248,200).

  • red value is 230;
  • green value is 248;
  • blue value is 200.
RGB:
(230,248,200)
(90%,97%,78%)

RGB channels and saturation

R 230 of 255 = 90%
G 248 of 255 = 97%
B 200 of 255 = 78%

230
248
200

R + G + B ~ 88%. #E6F8C8 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 248 + 200 = 678 (100%)
R 230 of 678 ~ 33.92%
G 248 of 678 ~ 36.58%
B 200 of 678 ~ 29.5%

%33.92
%36.58
%29.5

CMYK color model

#E6F8C8 color CMYK value is (7,0,19,3).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 2.75%
CMYK:
(7,0,19,3)
C7M0Y19K3 
(7%,0%,19%,3%)
(0.07/0.00/0.19/0.03)	

CMYK percentages

%7.26
%0
%19.35
%2.75

Codes

Color #E6F8C8 in popluar color models

E6F8C8
RGB230248200
HSL83°77.42%87.84%
HSB/HSV83°19.35%97.25%
CMYK7.26%0.00%19.35%
2.75%

Color #E6F8C8 in popluar number systems.

HEXE6F8C8
Decimal230248200
Binary111001101111100011001000
Octal346370310

Shades and tints

Shades of #E6F8C8

#E6F8C8
(230,248,200)
#D2E2B6
(210,226,182)
#BECCA4
(190,204,164)
#AAB692
(170,182,146)
#96A080
(150,160,128)
#828A6E
(130,138,110)
#6E745C
(110,116,92)
#5A5E4A
(90,94,74)
#464838
(70,72,56)
#323226
(50,50,38)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #E6F8C8

#E6F8C8
(230,248,200)
#E8F8CD
(232,248,205)
#EAF8D2
(234,248,210)
#ECF8D7
(236,248,215)
#EEF8DC
(238,248,220)
#F0F8E1
(240,248,225)
#F2F8E6
(242,248,230)
#F4F8EB
(244,248,235)
#F6F8F0
(246,248,240)
#F8F8F5
(248,248,245)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F8C8 color. Also use rgb(230,248,200) instead hex code.

Text Font Color

.myTextColor { color: #E6F8C8; }

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

This text font color is #E6F8C8.


Background Color

.myBgColor { background-color: #E6F8C8; }

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

This div background color is #E6F8C8.


Border color

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

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

This div border color is #E6F8C8.


Opacity

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

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

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

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

This text has shadow with #E6F8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F8C8 on black background.


Color preview on white background

This text has color #E6F8C8 on white background.



Black color preview on #E6F8C8 background

This text has black color on #E6F8C8 background.


White color preview on #E6F8C8 background

This text has white color on #E6F8C8 background.