COLOR #E5F0CC

HEX: #E5F0CC RGB: (229,240,204)

Color info

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

RGB color model

#E5F0CC color RGB value is (229,240,204).

RGB: (229,240,204) (90%, 94%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 240 of 255 = 94%
B 204 of 255 = 80%

229
240
204

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

Portions of RGB colors in percentages

R + G + B = 229 + 240 + 204 = 673 (100%)
R 229 of 673 ~ 34.03%
G 240 of 673 ~ 35.66%
B 204 of 673 ~ 30.31'%

%34.03
%35.66
%30.31

CMYK color model

#E5F0CC color CMYK value is (5,0,15,6).

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

CMYK: (5,0,15,6)
C5M0Y15K6 (5%, 0%, 15%, 6%)
(0.05 / 0.00 / 0.15 / 0.06)

CMYK percentages

%4.58
%0
%15
%5.88

Codes

Color #E5F0CC in popluar color models

E5 F0 CC
RGB 229 240 204
HSL 78° 54.55% 87.06%
HSB/HSV 78° 15.00% 94.12%
CMYK 4.58% 0.00% 15.00%
5.88%

Color #E5F0CC in popluar number systems.

HEX E5 F0 CC
Decimal 229 240 204
Binary 11100101 11110000 11001100
Octal 345 360 314

Shades and tints

Shades of #E5F0CC

#E5F0CC
(229,240,204)
#D1DBBA
(209,219,186)
#BDC6A8
(189,198,168)
#A9B196
(169,177,150)
#959C84
(149,156,132)
#818772
(129,135,114)
#6D7260
(109,114,96)
#595D4E
(89,93,78)
#45483C
(69,72,60)
#31332A
(49,51,42)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #E5F0CC

#E5F0CC
(229,240,204)
#E7F1D0
(231,241,208)
#E9F2D4
(233,242,212)
#EBF3D8
(235,243,216)
#EDF4DC
(237,244,220)
#EFF5E0
(239,245,224)
#F1F6E4
(241,246,228)
#F3F7E8
(243,247,232)
#F5F8EC
(245,248,236)
#F7F9F0
(247,249,240)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F0CC; }

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

This text font color is #E5F0CC.

Background Color

.myBgColor { background-color: #E5F0CC; }

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

This div background color is #E5F0CC.

Border color

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

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

This div border color is #E5F0CC.

Opacity

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

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

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

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

This text has shadow with #E5F0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F0CC.

Preview

Color preview on black background

This text has color #E5F0CC on black background.


Color preview on white background

This text has color #E5F0CC on white background.


Black color preview on #E5F0CC background

This text has black color on #E5F0CC background.


White color preview on #E5F0CC background

This text has white color on #E5F0CC background.


Related colors

Complementary color

Complementary color for #hex is #1A0F33.


I love getcolorcode.com

Triadic colors

1 #CCE5F0 and #F0CCE5 with #E5F0CC are triadic colors.

2 #CCF0E5 and #F0E5CC with #E5F0CC are triadic colors.