COLOR #EAFFE5

HEX: #EAFFE5
RGB: (234,255,229)

Color info

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

RGB color model

#EAFFE5 color RGB value is (234,255,229).

  • red value is 234;
  • green value is 255;
  • blue value is 229.
RGB:
(234,255,229)
(92%,100%,90%)

RGB channels and saturation

R 234 of 255 = 92%
G 255 of 255 = 100%
B 229 of 255 = 90%

234
255
229

R + G + B ~ 94%. #EAFFE5 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 255 + 229 = 718 (100%)
R 234 of 718 ~ 32.59%
G 255 of 718 ~ 35.52%
B 229 of 718 ~ 31.89%

%32.59
%35.52
%31.89

CMYK color model

#EAFFE5 color CMYK value is (8,0,10,0).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(8,0,10,0)
C8M0Y10K0 
(8%,0%,10%,0%)
(0.08/0.00/0.10/0.00)	

CMYK percentages

%8.24
%0
%10.2
%0

Codes

Color #EAFFE5 in popluar color models

EAFFE5
RGB234255229
HSL108°100.00%94.90%
HSB/HSV108°10.20%100.00%
CMYK8.24%0.00%10.20%
0.00%

Color #EAFFE5 in popluar number systems.

HEXEAFFE5
Decimal234255229
Binary111010101111111111100101
Octal352377345

Shades and tints

Shades of #EAFFE5

#EAFFE5
(234,255,229)
#D5E8D1
(213,232,209)
#C0D1BD
(192,209,189)
#ABBAA9
(171,186,169)
#96A395
(150,163,149)
#818C81
(129,140,129)
#6C756D
(108,117,109)
#575E59
(87,94,89)
#424745
(66,71,69)
#2D3031
(45,48,49)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #EAFFE5

#EAFFE5
(234,255,229)
#EBFFE7
(235,255,231)
#ECFFE9
(236,255,233)
#EDFFEB
(237,255,235)
#EEFFED
(238,255,237)
#EFFFEF
(239,255,239)
#F0FFF1
(240,255,241)
#F1FFF3
(241,255,243)
#F2FFF5
(242,255,245)
#F3FFF7
(243,255,247)
#F4FFF9
(244,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAFFE5 color. Also use rgb(234,255,229) instead hex code.

Text Font Color

.myTextColor { color: #EAFFE5; }

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

This text font color is #EAFFE5.


Background Color

.myBgColor { background-color: #EAFFE5; }

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

This div background color is #EAFFE5.


Border color

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

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

This div border color is #EAFFE5.


Opacity

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

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

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

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

This text has shadow with #EAFFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAFFE5 on black background.


Color preview on white background

This text has color #EAFFE5 on white background.



Black color preview on #EAFFE5 background

This text has black color on #EAFFE5 background.


White color preview on #EAFFE5 background

This text has white color on #EAFFE5 background.