COLOR #EAF2E6

HEX: #EAF2E6
RGB: (234,242,230)

Color info

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

RGB color model

#EAF2E6 color RGB value is (234,242,230).

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

RGB channels and saturation

R 234 of 255 = 92%
G 242 of 255 = 95%
B 230 of 255 = 90%

234
242
230

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

Portions of RGB colors in percentages

R + G + B =
234 + 242 + 230 = 706 (100%)
R 234 of 706 ~ 33.14%
G 242 of 706 ~ 34.28%
B 230 of 706 ~ 32.58%

%33.14
%34.28
%32.58

CMYK color model

#EAF2E6 color CMYK value is (3,0,5,5).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 5.10%
CMYK:
(3,0,5,5)
C3M0Y5K5 
(3%,0%,5%,5%)
(0.03/0.00/0.05/0.05)	

CMYK percentages

%3.31
%0
%4.96
%5.1

Codes

Color #EAF2E6 in popluar color models

EAF2E6
RGB234242230
HSL100°31.58%92.55%
HSB/HSV100°4.96%94.90%
CMYK3.31%0.00%4.96%
5.10%

Color #EAF2E6 in popluar number systems.

HEXEAF2E6
Decimal234242230
Binary111010101111001011100110
Octal352362346

Shades and tints

Shades of #EAF2E6

#EAF2E6
(234,242,230)
#D5DCD2
(213,220,210)
#C0C6BE
(192,198,190)
#ABB0AA
(171,176,170)
#969A96
(150,154,150)
#818482
(129,132,130)
#6C6E6E
(108,110,110)
#57585A
(87,88,90)
#424246
(66,66,70)
#2D2C32
(45,44,50)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #EAF2E6

#EAF2E6
(234,242,230)
#EBF3E8
(235,243,232)
#ECF4EA
(236,244,234)
#EDF5EC
(237,245,236)
#EEF6EE
(238,246,238)
#EFF7F0
(239,247,240)
#F0F8F2
(240,248,242)
#F1F9F4
(241,249,244)
#F2FAF6
(242,250,246)
#F3FBF8
(243,251,248)
#F4FCFA
(244,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF2E6 color. Also use rgb(234,242,230) instead hex code.

Text Font Color

.myTextColor { color: #EAF2E6; }

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

This text font color is #EAF2E6.


Background Color

.myBgColor { background-color: #EAF2E6; }

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

This div background color is #EAF2E6.


Border color

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

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

This div border color is #EAF2E6.


Opacity

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

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

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

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

This text has shadow with #EAF2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF2E6 on black background.


Color preview on white background

This text has color #EAF2E6 on white background.



Black color preview on #EAF2E6 background

This text has black color on #EAF2E6 background.


White color preview on #EAF2E6 background

This text has white color on #EAF2E6 background.