COLOR #EAF2EB

HEX: #EAF2EB
RGB: (234,242,235)

Color info

#EAF2EB contains red, green and blue colors in about the same proportion. Web safe color of #EAF2EB is #FFFFFF (or #FFF).

RGB color model

#EAF2EB color RGB value is (234,242,235).

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

RGB channels and saturation

R 234 of 255 = 92%
G 242 of 255 = 95%
B 235 of 255 = 92%

234
242
235

R + G + B ~ 93%. #EAF2EB is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 242 + 235 = 711 (100%)
R 234 of 711 ~ 32.91%
G 242 of 711 ~ 34.04%
B 235 of 711 ~ 33.05%

%32.91
%34.04
%33.05

CMYK color model

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

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

CMYK percentages

%3.31
%0
%2.89
%5.1

Codes

Color #EAF2EB in popluar color models

EAF2EB
RGB234242235
HSL128°23.53%93.33%
HSB/HSV128°3.31%94.90%
CMYK3.31%0.00%2.89%
5.10%

Color #EAF2EB in popluar number systems.

HEXEAF2EB
Decimal234242235
Binary111010101111001011101011
Octal352362353

Shades and tints

Shades of #EAF2EB

#EAF2EB
(234,242,235)
#D5DCD6
(213,220,214)
#C0C6C1
(192,198,193)
#ABB0AC
(171,176,172)
#969A97
(150,154,151)
#818482
(129,132,130)
#6C6E6D
(108,110,109)
#575858
(87,88,88)
#424243
(66,66,67)
#2D2C2E
(45,44,46)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #EAF2EB

#EAF2EB
(234,242,235)
#EBF3EC
(235,243,236)
#ECF4ED
(236,244,237)
#EDF5EE
(237,245,238)
#EEF6EF
(238,246,239)
#EFF7F0
(239,247,240)
#F0F8F1
(240,248,241)
#F1F9F2
(241,249,242)
#F2FAF3
(242,250,243)
#F3FBF4
(243,251,244)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF2EB; }

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

This text font color is #EAF2EB.


Background Color

.myBgColor { background-color: #EAF2EB; }

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

This div background color is #EAF2EB.


Border color

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

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

This div border color is #EAF2EB.


Opacity

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

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

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

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

This text has shadow with #EAF2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF2EB on black background.


Color preview on white background

This text has color #EAF2EB on white background.



Black color preview on #EAF2EB background

This text has black color on #EAF2EB background.


White color preview on #EAF2EB background

This text has white color on #EAF2EB background.