COLOR #E8F8C5

HEX: #E8F8C5 RGB: (232,248,197)

Color info

#E8F8C5 contains red, green and blue colors in about the same proportion. Web safe color of #E8F8C5 is #FFFFCC (or #FFC).

RGB color model

#E8F8C5 color RGB value is (232,248,197).

RGB: (232,248,197) (91%, 97%, 77%)

RGB channels and saturation

R 232 of 255 = 91%
G 248 of 255 = 97%
B 197 of 255 = 77%

232
248
197

R + G + B ~ 88%. #E8F8C5 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 248 + 197 = 677 (100%)
R 232 of 677 ~ 34.27%
G 248 of 677 ~ 36.63%
B 197 of 677 ~ 29.1'%

%34.27
%36.63
%29.1

CMYK color model

#E8F8C5 color CMYK value is (6,0,21,3).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 2.75%
CMYK: (6,0,21,3) C6M0Y21K3 (6%,0%,21%,3%) (0.06/0.00/0.21/0.03) 

CMYK percentages

%6.45
%0
%20.56
%2.75

Codes

Color #E8F8C5 in popluar color models

E8 F8 C5
RGB 232 248 197
HSL 79° 78.46% 87.25%
HSB/HSV 79° 20.56% 97.25%
CMYK 6.45% 0.00% 20.56%
2.75%

Color #E8F8C5 in popluar number systems.

HEX E8 F8 C5
Decimal 232 248 197
Binary 11101000 11111000 11000101
Octal 350 370 305

Shades and tints

Shades of #E8F8C5

#E8F8C5
(232,248,197)
#D3E2B4
(211,226,180)
#BECCA3
(190,204,163)
#A9B692
(169,182,146)
#94A081
(148,160,129)
#7F8A70
(127,138,112)
#6A745F
(106,116,95)
#555E4E
(85,94,78)
#40483D
(64,72,61)
#2B322C
(43,50,44)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #E8F8C5

#E8F8C5
(232,248,197)
#EAF8CA
(234,248,202)
#ECF8CF
(236,248,207)
#EEF8D4
(238,248,212)
#F0F8D9
(240,248,217)
#F2F8DE
(242,248,222)
#F4F8E3
(244,248,227)
#F6F8E8
(246,248,232)
#F8F8ED
(248,248,237)
#FAF8F2
(250,248,242)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F8C5 color. Also use rgb(232,248,197) instead hex code.

Text Font Color

.myTextColor { color: #E8F8C5; }

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

This text font color is #E8F8C5.

Background Color

.myBgColor { background-color: #E8F8C5; }

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

This div background color is #E8F8C5.

Border color

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

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

This div border color is #E8F8C5.

Opacity

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

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

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

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

This text has shadow with #E8F8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8F8C5.

Preview

Color preview on black background

This text has color #E8F8C5 on black background.


Color preview on white background

This text has color #E8F8C5 on white background.


Black color preview on #E8F8C5 background

This text has black color on #E8F8C5 background.


White color preview on #E8F8C5 background

This text has white color on #E8F8C5 background.


Related colors

Complementary color

Complementary color for #hex is #17073A.


I love getcolorcode.com

Triadic colors

1 #C5E8F8 and #F8C5E8 with #E8F8C5 are triadic colors.

2 #C5F8E8 and #F8E8C5 with #E8F8C5 are triadic colors.