COLOR #E5FFDC

HEX: #E5FFDC RGB: (229,255,220)

Color info

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

RGB color model

#E5FFDC color RGB value is (229,255,220).

RGB: (229,255,220) (90%, 100%, 86%)

RGB channels and saturation

R 229 of 255 = 90%
G 255 of 255 = 100%
B 220 of 255 = 86%

229
255
220

R + G + B ~ 92%. #E5FFDC is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 255 + 220 = 704 (100%)
R 229 of 704 ~ 32.53%
G 255 of 704 ~ 36.22%
B 220 of 704 ~ 31.25'%

%32.53
%36.22
%31.25

CMYK color model

#E5FFDC color CMYK value is (10,0,14,0).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 0.00%

CMYK: (10,0,14,0)
C10M0Y14K0 (10%, 0%, 14%, 0%)
(0.10 / 0.00 / 0.14 / 0.00)

CMYK percentages

%10.2
%0
%13.73
%0

Codes

Color #E5FFDC in popluar color models

E5 FF DC
RGB 229 255 220
HSL 105° 100.00% 93.14%
HSB/HSV 105° 13.73% 100.00%
CMYK 10.20% 0.00% 13.73%
0.00%

Color #E5FFDC in popluar number systems.

HEX E5 FF DC
Decimal 229 255 220
Binary 11100101 11111111 11011100
Octal 345 377 334

Shades and tints

Shades of #E5FFDC

#E5FFDC
(229,255,220)
#D1E8C8
(209,232,200)
#BDD1B4
(189,209,180)
#A9BAA0
(169,186,160)
#95A38C
(149,163,140)
#818C78
(129,140,120)
#6D7564
(109,117,100)
#595E50
(89,94,80)
#45473C
(69,71,60)
#313028
(49,48,40)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #E5FFDC

#E5FFDC
(229,255,220)
#E7FFDF
(231,255,223)
#E9FFE2
(233,255,226)
#EBFFE5
(235,255,229)
#EDFFE8
(237,255,232)
#EFFFEB
(239,255,235)
#F1FFEE
(241,255,238)
#F3FFF1
(243,255,241)
#F5FFF4
(245,255,244)
#F7FFF7
(247,255,247)
#F9FFFA
(249,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FFDC; }

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

This text font color is #E5FFDC.

Background Color

.myBgColor { background-color: #E5FFDC; }

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

This div background color is #E5FFDC.

Border color

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

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

This div border color is #E5FFDC.

Opacity

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

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

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

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

This text has shadow with #E5FFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FFDC.

Preview

Color preview on black background

This text has color #E5FFDC on black background.


Color preview on white background

This text has color #E5FFDC on white background.


Black color preview on #E5FFDC background

This text has black color on #E5FFDC background.


White color preview on #E5FFDC background

This text has white color on #E5FFDC background.


Related colors

Complementary color

Complementary color for #hex is #1A0023.


I love getcolorcode.com

Triadic colors

1 #DCE5FF and #FFDCE5 with #E5FFDC are triadic colors.

2 #DCFFE5 and #FFE5DC with #E5FFDC are triadic colors.