COLOR #EAF0B4

HEX: #EAF0B4
RGB: (234,240,180)

Color info

#EAF0B4 contains mainly red and green colors. Web safe color of #EAF0B4 is #FFFFCC (or #FFC).

RGB color model

#EAF0B4 color RGB value is (234,240,180).

  • red value is 234;
  • green value is 240;
  • blue value is 180.
RGB:
(234,240,180)
(92%,94%,71%)

RGB channels and saturation

R 234 of 255 = 92%
G 240 of 255 = 94%
B 180 of 255 = 71%

234
240
180

R + G + B ~ 86%. #EAF0B4 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 240 + 180 = 654 (100%)
R 234 of 654 ~ 35.78%
G 240 of 654 ~ 36.7%
B 180 of 654 ~ 27.52%

%35.78
%36.7
%27.52

CMYK color model

#EAF0B4 color CMYK value is (3,0,25,6).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 5.88%
CMYK:
(3,0,25,6)
C3M0Y25K6 
(3%,0%,25%,6%)
(0.03/0.00/0.25/0.06)	

CMYK percentages

%2.5
%0
%25
%5.88

Codes

Color #EAF0B4 in popluar color models

EAF0B4
RGB234240180
HSL66°66.67%82.35%
HSB/HSV66°25.00%94.12%
CMYK2.50%0.00%25.00%
5.88%

Color #EAF0B4 in popluar number systems.

HEXEAF0B4
Decimal234240180
Binary111010101111000010110100
Octal352360264

Shades and tints

Shades of #EAF0B4

#EAF0B4
(234,240,180)
#D5DBA4
(213,219,164)
#C0C694
(192,198,148)
#ABB184
(171,177,132)
#969C74
(150,156,116)
#818764
(129,135,100)
#6C7254
(108,114,84)
#575D44
(87,93,68)
#424834
(66,72,52)
#2D3324
(45,51,36)
#181E14
(24,30,20)
#000000
(0,0,0)

Tints of #EAF0B4

#EAF0B4
(234,240,180)
#EBF1BA
(235,241,186)
#ECF2C0
(236,242,192)
#EDF3C6
(237,243,198)
#EEF4CC
(238,244,204)
#EFF5D2
(239,245,210)
#F0F6D8
(240,246,216)
#F1F7DE
(241,247,222)
#F2F8E4
(242,248,228)
#F3F9EA
(243,249,234)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF0B4 color. Also use rgb(234,240,180) instead hex code.

Text Font Color

.myTextColor { color: #EAF0B4; }

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

This text font color is #EAF0B4.


Background Color

.myBgColor { background-color: #EAF0B4; }

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

This div background color is #EAF0B4.


Border color

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

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

This div border color is #EAF0B4.


Opacity

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

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

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

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

This text has shadow with #EAF0B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF0B4 on black background.


Color preview on white background

This text has color #EAF0B4 on white background.



Black color preview on #EAF0B4 background

This text has black color on #EAF0B4 background.


White color preview on #EAF0B4 background

This text has white color on #EAF0B4 background.