COLOR #E5F1C1

HEX: #E5F1C1 RGB: (229,241,193)

Color info

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

RGB color model

#E5F1C1 color RGB value is (229,241,193).

RGB: (229,241,193) (90%, 95%, 76%)

RGB channels and saturation

R 229 of 255 = 90%
G 241 of 255 = 95%
B 193 of 255 = 76%

229
241
193

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

Portions of RGB colors in percentages

R + G + B = 229 + 241 + 193 = 663 (100%)
R 229 of 663 ~ 34.54%
G 241 of 663 ~ 36.35%
B 193 of 663 ~ 29.11'%

%34.54
%36.35
%29.11

CMYK color model

#E5F1C1 color CMYK value is (5,0,20,5).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 19.92%
  • key color value is 5.49%
CMYK: (5,0,20,5) C5M0Y20K5 (5%,0%,20%,5%) (0.05/0.00/0.20/0.05) 

CMYK percentages

%4.98
%0
%19.92
%5.49

Codes

Color #E5F1C1 in popluar color models

E5 F1 C1
RGB 229 241 193
HSL 75° 63.16% 85.10%
HSB/HSV 75° 19.92% 94.51%
CMYK 4.98% 0.00% 19.92%
5.49%

Color #E5F1C1 in popluar number systems.

HEX E5 F1 C1
Decimal 229 241 193
Binary 11100101 11110001 11000001
Octal 345 361 301

Shades and tints

Shades of #E5F1C1

#E5F1C1
(229,241,193)
#D1DCB0
(209,220,176)
#BDC79F
(189,199,159)
#A9B28E
(169,178,142)
#959D7D
(149,157,125)
#81886C
(129,136,108)
#6D735B
(109,115,91)
#595E4A
(89,94,74)
#454939
(69,73,57)
#313428
(49,52,40)
#1D1F17
(29,31,23)
#000000
(0,0,0)

Tints of #E5F1C1

#E5F1C1
(229,241,193)
#E7F2C6
(231,242,198)
#E9F3CB
(233,243,203)
#EBF4D0
(235,244,208)
#EDF5D5
(237,245,213)
#EFF6DA
(239,246,218)
#F1F7DF
(241,247,223)
#F3F8E4
(243,248,228)
#F5F9E9
(245,249,233)
#F7FAEE
(247,250,238)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F1C1 color. Also use rgb(229,241,193) instead hex code.

Text Font Color

.myTextColor { color: #E5F1C1; }

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

This text font color is #E5F1C1.

Background Color

.myBgColor { background-color: #E5F1C1; }

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

This div background color is #E5F1C1.

Border color

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

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

This div border color is #E5F1C1.

Opacity

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

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

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

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

This text has shadow with #E5F1C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F1C1.

Preview

Color preview on black background

This text has color #E5F1C1 on black background.


Color preview on white background

This text has color #E5F1C1 on white background.


Black color preview on #E5F1C1 background

This text has black color on #E5F1C1 background.


White color preview on #E5F1C1 background

This text has white color on #E5F1C1 background.


Related colors

Complementary color

Complementary color for #hex is #1A0E3E.


I love getcolorcode.com

Triadic colors

1 #C1E5F1 and #F1C1E5 with #E5F1C1 are triadic colors.

2 #C1F1E5 and #F1E5C1 with #E5F1C1 are triadic colors.