COLOR #E3FCD7

HEX: #E3FCD7 RGB: (227,252,215)

Color info

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

RGB color model

#E3FCD7 color RGB value is (227,252,215).

RGB: (227,252,215) (89%, 99%, 84%)

RGB channels and saturation

R 227 of 255 = 89%
G 252 of 255 = 99%
B 215 of 255 = 84%

227
252
215

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

Portions of RGB colors in percentages

R + G + B = 227 + 252 + 215 = 694 (100%)
R 227 of 694 ~ 32.71%
G 252 of 694 ~ 36.31%
B 215 of 694 ~ 30.98'%

%32.71
%36.31
%30.98

CMYK color model

#E3FCD7 color CMYK value is (10,0,15,1).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 1.18%

CMYK: (10,0,15,1)
C10M0Y15K1 (10%, 0%, 15%, 1%)
(0.10 / 0.00 / 0.15 / 0.01)

CMYK percentages

%9.92
%0
%14.68
%1.18

Codes

Color #E3FCD7 in popluar color models

E3 FC D7
RGB 227 252 215
HSL 101° 86.05% 91.57%
HSB/HSV 101° 14.68% 98.82%
CMYK 9.92% 0.00% 14.68%
1.18%

Color #E3FCD7 in popluar number systems.

HEX E3 FC D7
Decimal 227 252 215
Binary 11100011 11111100 11010111
Octal 343 374 327

Shades and tints

Shades of #E3FCD7

#E3FCD7
(227,252,215)
#CFE6C4
(207,230,196)
#BBD0B1
(187,208,177)
#A7BA9E
(167,186,158)
#93A48B
(147,164,139)
#7F8E78
(127,142,120)
#6B7865
(107,120,101)
#576252
(87,98,82)
#434C3F
(67,76,63)
#2F362C
(47,54,44)
#1B2019
(27,32,25)
#000000
(0,0,0)

Tints of #E3FCD7

#E3FCD7
(227,252,215)
#E5FCDA
(229,252,218)
#E7FCDD
(231,252,221)
#E9FCE0
(233,252,224)
#EBFCE3
(235,252,227)
#EDFCE6
(237,252,230)
#EFFCE9
(239,252,233)
#F1FCEC
(241,252,236)
#F3FCEF
(243,252,239)
#F5FCF2
(245,252,242)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FCD7 color. Also use rgb(227,252,215) instead hex code.

Text Font Color

.myTextColor { color: #E3FCD7; }

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

This text font color is #E3FCD7.

Background Color

.myBgColor { background-color: #E3FCD7; }

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

This div background color is #E3FCD7.

Border color

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

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

This div border color is #E3FCD7.

Opacity

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

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

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

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

This text has shadow with #E3FCD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FCD7.

Preview

Color preview on black background

This text has color #E3FCD7 on black background.


Color preview on white background

This text has color #E3FCD7 on white background.


Black color preview on #E3FCD7 background

This text has black color on #E3FCD7 background.


White color preview on #E3FCD7 background

This text has white color on #E3FCD7 background.


Related colors

Complementary color

Complementary color for #hex is #1C0328.


I love getcolorcode.com

Triadic colors

1 #D7E3FC and #FCD7E3 with #E3FCD7 are triadic colors.

2 #D7FCE3 and #FCE3D7 with #E3FCD7 are triadic colors.