COLOR #E6FDB5

HEX: #E6FDB5
RGB: (230,253,181)

Color info

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

RGB color model

#E6FDB5 color RGB value is (230,253,181).

  • red value is 230;
  • green value is 253;
  • blue value is 181.
RGB:
(230,253,181)
(90%,99%,71%)

RGB channels and saturation

R 230 of 255 = 90%
G 253 of 255 = 99%
B 181 of 255 = 71%

230
253
181

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

Portions of RGB colors in percentages

R + G + B =
230 + 253 + 181 = 664 (100%)
R 230 of 664 ~ 34.64%
G 253 of 664 ~ 38.1%
B 181 of 664 ~ 27.26%

%34.64
%38.1
%27.26

CMYK color model

#E6FDB5 color CMYK value is (9,0,28,1).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 0.78%
CMYK:
(9,0,28,1)
C9M0Y28K1 
(9%,0%,28%,1%)
(0.09/0.00/0.28/0.01)	

CMYK percentages

%9.09
%0
%28.46
%0.78

Codes

Color #E6FDB5 in popluar color models

E6FDB5
RGB230253181
HSL79°94.74%85.10%
HSB/HSV79°28.46%99.22%
CMYK9.09%0.00%28.46%
0.78%

Color #E6FDB5 in popluar number systems.

HEXE6FDB5
Decimal230253181
Binary111001101111110110110101
Octal346375265

Shades and tints

Shades of #E6FDB5

#E6FDB5
(230,253,181)
#D2E6A5
(210,230,165)
#BECF95
(190,207,149)
#AAB885
(170,184,133)
#96A175
(150,161,117)
#828A65
(130,138,101)
#6E7355
(110,115,85)
#5A5C45
(90,92,69)
#464535
(70,69,53)
#322E25
(50,46,37)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #E6FDB5

#E6FDB5
(230,253,181)
#E8FDBB
(232,253,187)
#EAFDC1
(234,253,193)
#ECFDC7
(236,253,199)
#EEFDCD
(238,253,205)
#F0FDD3
(240,253,211)
#F2FDD9
(242,253,217)
#F4FDDF
(244,253,223)
#F6FDE5
(246,253,229)
#F8FDEB
(248,253,235)
#FAFDF1
(250,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FDB5; }

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

This text font color is #E6FDB5.


Background Color

.myBgColor { background-color: #E6FDB5; }

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

This div background color is #E6FDB5.


Border color

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

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

This div border color is #E6FDB5.


Opacity

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

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

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

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

This text has shadow with #E6FDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FDB5 on black background.


Color preview on white background

This text has color #E6FDB5 on white background.



Black color preview on #E6FDB5 background

This text has black color on #E6FDB5 background.


White color preview on #E6FDB5 background

This text has white color on #E6FDB5 background.