COLOR #E5F0C2

HEX: #E5F0C2 RGB: (229,240,194)

Color info

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

RGB color model

#E5F0C2 color RGB value is (229,240,194).

RGB: (229,240,194) (90%, 94%, 76%)

RGB channels and saturation

R 229 of 255 = 90%
G 240 of 255 = 94%
B 194 of 255 = 76%

229
240
194

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

Portions of RGB colors in percentages

R + G + B = 229 + 240 + 194 = 663 (100%)
R 229 of 663 ~ 34.54%
G 240 of 663 ~ 36.2%
B 194 of 663 ~ 29.26'%

%34.54
%36.2
%29.26

CMYK color model

#E5F0C2 color CMYK value is (5,0,19,6).

  • cyan value is 4.58%
  • magenta value is 0.00%
  • yellow value is 19.17%
  • key color value is 5.88%

CMYK: (5,0,19,6)
C5M0Y19K6 (5%, 0%, 19%, 6%)
(0.05 / 0.00 / 0.19 / 0.06)

CMYK percentages

%4.58
%0
%19.17
%5.88

Codes

Color #E5F0C2 in popluar color models

E5 F0 C2
RGB 229 240 194
HSL 74° 60.53% 85.10%
HSB/HSV 74° 19.17% 94.12%
CMYK 4.58% 0.00% 19.17%
5.88%

Color #E5F0C2 in popluar number systems.

HEX E5 F0 C2
Decimal 229 240 194
Binary 11100101 11110000 11000010
Octal 345 360 302

Shades and tints

Shades of #E5F0C2

#E5F0C2
(229,240,194)
#D1DBB1
(209,219,177)
#BDC6A0
(189,198,160)
#A9B18F
(169,177,143)
#959C7E
(149,156,126)
#81876D
(129,135,109)
#6D725C
(109,114,92)
#595D4B
(89,93,75)
#45483A
(69,72,58)
#313329
(49,51,41)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #E5F0C2

#E5F0C2
(229,240,194)
#E7F1C7
(231,241,199)
#E9F2CC
(233,242,204)
#EBF3D1
(235,243,209)
#EDF4D6
(237,244,214)
#EFF5DB
(239,245,219)
#F1F6E0
(241,246,224)
#F3F7E5
(243,247,229)
#F5F8EA
(245,248,234)
#F7F9EF
(247,249,239)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F0C2 color. Also use rgb(229,240,194) instead hex code.

Text Font Color

.myTextColor { color: #E5F0C2; }

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

This text font color is #E5F0C2.

Background Color

.myBgColor { background-color: #E5F0C2; }

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

This div background color is #E5F0C2.

Border color

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

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

This div border color is #E5F0C2.

Opacity

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

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

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

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

This text has shadow with #E5F0C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F0C2.

Preview

Color preview on black background

This text has color #E5F0C2 on black background.


Color preview on white background

This text has color #E5F0C2 on white background.


Black color preview on #E5F0C2 background

This text has black color on #E5F0C2 background.


White color preview on #E5F0C2 background

This text has white color on #E5F0C2 background.


Related colors

Complementary color

Complementary color for #hex is #1A0F3D.


I love getcolorcode.com

Triadic colors

1 #C2E5F0 and #F0C2E5 with #E5F0C2 are triadic colors.

2 #C2F0E5 and #F0E5C2 with #E5F0C2 are triadic colors.