COLOR #E6FFE6

HEX: #E6FFE6
RGB: (230,255,230)

Color info

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

RGB color model

#E6FFE6 color RGB value is (230,255,230).

  • red value is 230;
  • green value is 255;
  • blue value is 230.
RGB:
(230,255,230)
(90%,100%,90%)

RGB channels and saturation

R 230 of 255 = 90%
G 255 of 255 = 100%
B 230 of 255 = 90%

230
255
230

R + G + B ~ 93%. #E6FFE6 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 255 + 230 = 715 (100%)
R 230 of 715 ~ 32.17%
G 255 of 715 ~ 35.66%
B 230 of 715 ~ 32.17%

%32.17
%35.66
%32.17

CMYK color model

#E6FFE6 color CMYK value is (10,0,10,0).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(10,0,10,0)
C10M0Y10K0 
(10%,0%,10%,0%)
(0.10/0.00/0.10/0.00)	

CMYK percentages

%9.8
%0
%9.8
%0

Codes

Color #E6FFE6 in popluar color models

E6FFE6
RGB230255230
HSL120°100.00%95.10%
HSB/HSV120°9.80%100.00%
CMYK9.80%0.00%9.80%
0.00%

Color #E6FFE6 in popluar number systems.

HEXE6FFE6
Decimal230255230
Binary111001101111111111100110
Octal346377346

Shades and tints

Shades of #E6FFE6

#E6FFE6
(230,255,230)
#D2E8D2
(210,232,210)
#BED1BE
(190,209,190)
#AABAAA
(170,186,170)
#96A396
(150,163,150)
#828C82
(130,140,130)
#6E756E
(110,117,110)
#5A5E5A
(90,94,90)
#464746
(70,71,70)
#323032
(50,48,50)
#1E191E
(30,25,30)
#000000
(0,0,0)

Tints of #E6FFE6

#E6FFE6
(230,255,230)
#E8FFE8
(232,255,232)
#EAFFEA
(234,255,234)
#ECFFEC
(236,255,236)
#EEFFEE
(238,255,238)
#F0FFF0
(240,255,240)
#F2FFF2
(242,255,242)
#F4FFF4
(244,255,244)
#F6FFF6
(246,255,246)
#F8FFF8
(248,255,248)
#FAFFFA
(250,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FFE6; }

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

This text font color is #E6FFE6.


Background Color

.myBgColor { background-color: #E6FFE6; }

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

This div background color is #E6FFE6.


Border color

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

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

This div border color is #E6FFE6.


Opacity

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

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

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

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

This text has shadow with #E6FFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FFE6 on black background.


Color preview on white background

This text has color #E6FFE6 on white background.



Black color preview on #E6FFE6 background

This text has black color on #E6FFE6 background.


White color preview on #E6FFE6 background

This text has white color on #E6FFE6 background.