COLOR #E0FCD5

HEX: #E0FCD5 RGB: (224,252,213)

Color info

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

RGB color model

#E0FCD5 color RGB value is (224,252,213).

RGB: (224,252,213) (88%, 99%, 84%)

RGB channels and saturation

R 224 of 255 = 88%
G 252 of 255 = 99%
B 213 of 255 = 84%

224
252
213

R + G + B ~ 90%. #E0FCD5 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 252 + 213 = 689 (100%)
R 224 of 689 ~ 32.51%
G 252 of 689 ~ 36.57%
B 213 of 689 ~ 30.91'%

%32.51
%36.57
%30.91

CMYK color model

#E0FCD5 color CMYK value is (11,0,15,1).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 1.18%

CMYK: (11,0,15,1)
C11M0Y15K1 (11%, 0%, 15%, 1%)
(0.11 / 0.00 / 0.15 / 0.01)

CMYK percentages

%11.11
%0
%15.48
%1.18

Codes

Color #E0FCD5 in popluar color models

E0 FC D5
RGB 224 252 213
HSL 103° 86.67% 91.18%
HSB/HSV 103° 15.48% 98.82%
CMYK 11.11% 0.00% 15.48%
1.18%

Color #E0FCD5 in popluar number systems.

HEX E0 FC D5
Decimal 224 252 213
Binary 11100000 11111100 11010101
Octal 340 374 325

Shades and tints

Shades of #E0FCD5

#E0FCD5
(224,252,213)
#CCE6C2
(204,230,194)
#B8D0AF
(184,208,175)
#A4BA9C
(164,186,156)
#90A489
(144,164,137)
#7C8E76
(124,142,118)
#687863
(104,120,99)
#546250
(84,98,80)
#404C3D
(64,76,61)
#2C362A
(44,54,42)
#182017
(24,32,23)
#000000
(0,0,0)

Tints of #E0FCD5

#E0FCD5
(224,252,213)
#E2FCD8
(226,252,216)
#E4FCDB
(228,252,219)
#E6FCDE
(230,252,222)
#E8FCE1
(232,252,225)
#EAFCE4
(234,252,228)
#ECFCE7
(236,252,231)
#EEFCEA
(238,252,234)
#F0FCED
(240,252,237)
#F2FCF0
(242,252,240)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FCD5 color. Also use rgb(224,252,213) instead hex code.

Text Font Color

.myTextColor { color: #E0FCD5; }

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

This text font color is #E0FCD5.

Background Color

.myBgColor { background-color: #E0FCD5; }

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

This div background color is #E0FCD5.

Border color

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

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

This div border color is #E0FCD5.

Opacity

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

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

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

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

This text has shadow with #E0FCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FCD5.

Preview

Color preview on black background

This text has color #E0FCD5 on black background.


Color preview on white background

This text has color #E0FCD5 on white background.


Black color preview on #E0FCD5 background

This text has black color on #E0FCD5 background.


White color preview on #E0FCD5 background

This text has white color on #E0FCD5 background.


Related colors

Complementary color

Complementary color for #hex is #1F032A.


I love getcolorcode.com

Triadic colors

1 #D5E0FC and #FCD5E0 with #E0FCD5 are triadic colors.

2 #D5FCE0 and #FCE0D5 with #E0FCD5 are triadic colors.