COLOR #EAF3E5

HEX: #EAF3E5
RGB: (234,243,229)

Color info

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

RGB color model

#EAF3E5 color RGB value is (234,243,229).

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

RGB channels and saturation

R 234 of 255 = 92%
G 243 of 255 = 95%
B 229 of 255 = 90%

234
243
229

R + G + B ~ 92%. #EAF3E5 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 243 + 229 = 706 (100%)
R 234 of 706 ~ 33.14%
G 243 of 706 ~ 34.42%
B 229 of 706 ~ 32.44%

%33.14
%34.42
%32.44

CMYK color model

#EAF3E5 color CMYK value is (4,0,6,5).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 4.71%
CMYK:
(4,0,6,5)
C4M0Y6K5 
(4%,0%,6%,5%)
(0.04/0.00/0.06/0.05)	

CMYK percentages

%3.7
%0
%5.76
%4.71

Codes

Color #EAF3E5 in popluar color models

EAF3E5
RGB234243229
HSL99°36.84%92.55%
HSB/HSV99°5.76%95.29%
CMYK3.70%0.00%5.76%
4.71%

Color #EAF3E5 in popluar number systems.

HEXEAF3E5
Decimal234243229
Binary111010101111001111100101
Octal352363345

Shades and tints

Shades of #EAF3E5

#EAF3E5
(234,243,229)
#D5DDD1
(213,221,209)
#C0C7BD
(192,199,189)
#ABB1A9
(171,177,169)
#969B95
(150,155,149)
#818581
(129,133,129)
#6C6F6D
(108,111,109)
#575959
(87,89,89)
#424345
(66,67,69)
#2D2D31
(45,45,49)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #EAF3E5

#EAF3E5
(234,243,229)
#EBF4E7
(235,244,231)
#ECF5E9
(236,245,233)
#EDF6EB
(237,246,235)
#EEF7ED
(238,247,237)
#EFF8EF
(239,248,239)
#F0F9F1
(240,249,241)
#F1FAF3
(241,250,243)
#F2FBF5
(242,251,245)
#F3FCF7
(243,252,247)
#F4FDF9
(244,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF3E5; }

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

This text font color is #EAF3E5.


Background Color

.myBgColor { background-color: #EAF3E5; }

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

This div background color is #EAF3E5.


Border color

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

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

This div border color is #EAF3E5.


Opacity

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

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

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

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

This text has shadow with #EAF3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF3E5 on black background.


Color preview on white background

This text has color #EAF3E5 on white background.



Black color preview on #EAF3E5 background

This text has black color on #EAF3E5 background.


White color preview on #EAF3E5 background

This text has white color on #EAF3E5 background.