COLOR #E6FFD5

HEX: #E6FFD5
RGB: (230,255,213)

Color info

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

RGB color model

#E6FFD5 color RGB value is (230,255,213).

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

RGB channels and saturation

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

230
255
213

R + G + B ~ 91%. #E6FFD5 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 255 + 213 = 698 (100%)
R 230 of 698 ~ 32.95%
G 255 of 698 ~ 36.53%
B 213 of 698 ~ 30.52%

%32.95
%36.53
%30.52

CMYK color model

#E6FFD5 color CMYK value is (10,0,16,0).

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

CMYK percentages

%9.8
%0
%16.47
%0

Codes

Color #E6FFD5 in popluar color models

E6FFD5
RGB230255213
HSL96°100.00%91.76%
HSB/HSV96°16.47%100.00%
CMYK9.80%0.00%16.47%
0.00%

Color #E6FFD5 in popluar number systems.

HEXE6FFD5
Decimal230255213
Binary111001101111111111010101
Octal346377325

Shades and tints

Shades of #E6FFD5

#E6FFD5
(230,255,213)
#D2E8C2
(210,232,194)
#BED1AF
(190,209,175)
#AABA9C
(170,186,156)
#96A389
(150,163,137)
#828C76
(130,140,118)
#6E7563
(110,117,99)
#5A5E50
(90,94,80)
#46473D
(70,71,61)
#32302A
(50,48,42)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #E6FFD5

#E6FFD5
(230,255,213)
#E8FFD8
(232,255,216)
#EAFFDB
(234,255,219)
#ECFFDE
(236,255,222)
#EEFFE1
(238,255,225)
#F0FFE4
(240,255,228)
#F2FFE7
(242,255,231)
#F4FFEA
(244,255,234)
#F6FFED
(246,255,237)
#F8FFF0
(248,255,240)
#FAFFF3
(250,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FFD5; }

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

This text font color is #E6FFD5.


Background Color

.myBgColor { background-color: #E6FFD5; }

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

This div background color is #E6FFD5.


Border color

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

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

This div border color is #E6FFD5.


Opacity

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

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

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

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

This text has shadow with #E6FFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FFD5 on black background.


Color preview on white background

This text has color #E6FFD5 on white background.



Black color preview on #E6FFD5 background

This text has black color on #E6FFD5 background.


White color preview on #E6FFD5 background

This text has white color on #E6FFD5 background.