COLOR #E5F6CA

HEX: #E5F6CA RGB: (229,246,202)

Color info

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

RGB color model

#E5F6CA color RGB value is (229,246,202).

RGB: (229,246,202) (90%, 96%, 79%)

RGB channels and saturation

R 229 of 255 = 90%
G 246 of 255 = 96%
B 202 of 255 = 79%

229
246
202

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

Portions of RGB colors in percentages

R + G + B = 229 + 246 + 202 = 677 (100%)
R 229 of 677 ~ 33.83%
G 246 of 677 ~ 36.34%
B 202 of 677 ~ 29.84'%

%33.83
%36.34
%29.84

CMYK color model

#E5F6CA color CMYK value is (7,0,18,4).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 3.53%

CMYK: (7,0,18,4)
C7M0Y18K4 (7%, 0%, 18%, 4%)
(0.07 / 0.00 / 0.18 / 0.04)

CMYK percentages

%6.91
%0
%17.89
%3.53

Codes

Color #E5F6CA in popluar color models

E5 F6 CA
RGB 229 246 202
HSL 83° 70.97% 87.84%
HSB/HSV 83° 17.89% 96.47%
CMYK 6.91% 0.00% 17.89%
3.53%

Color #E5F6CA in popluar number systems.

HEX E5 F6 CA
Decimal 229 246 202
Binary 11100101 11110110 11001010
Octal 345 366 312

Shades and tints

Shades of #E5F6CA

#E5F6CA
(229,246,202)
#D1E0B8
(209,224,184)
#BDCAA6
(189,202,166)
#A9B494
(169,180,148)
#959E82
(149,158,130)
#818870
(129,136,112)
#6D725E
(109,114,94)
#595C4C
(89,92,76)
#45463A
(69,70,58)
#313028
(49,48,40)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #E5F6CA

#E5F6CA
(229,246,202)
#E7F6CE
(231,246,206)
#E9F6D2
(233,246,210)
#EBF6D6
(235,246,214)
#EDF6DA
(237,246,218)
#EFF6DE
(239,246,222)
#F1F6E2
(241,246,226)
#F3F6E6
(243,246,230)
#F5F6EA
(245,246,234)
#F7F6EE
(247,246,238)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F6CA color. Also use rgb(229,246,202) instead hex code.

Text Font Color

.myTextColor { color: #E5F6CA; }

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

This text font color is #E5F6CA.

Background Color

.myBgColor { background-color: #E5F6CA; }

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

This div background color is #E5F6CA.

Border color

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

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

This div border color is #E5F6CA.

Opacity

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

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

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

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

This text has shadow with #E5F6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F6CA.

Preview

Color preview on black background

This text has color #E5F6CA on black background.


Color preview on white background

This text has color #E5F6CA on white background.


Black color preview on #E5F6CA background

This text has black color on #E5F6CA background.


White color preview on #E5F6CA background

This text has white color on #E5F6CA background.


Related colors

Complementary color

Complementary color for #hex is #1A0935.


I love getcolorcode.com

Triadic colors

1 #CAE5F6 and #F6CAE5 with #E5F6CA are triadic colors.

2 #CAF6E5 and #F6E5CA with #E5F6CA are triadic colors.