COLOR #EAF897

HEX: #EAF897
RGB: (234,248,151)

Color info

#EAF897 contains mainly red and green colors. Web safe color of #EAF897 is #FFFF99 (or #FF9).

RGB color model

#EAF897 color RGB value is (234,248,151).

  • red value is 234;
  • green value is 248;
  • blue value is 151.
RGB:
(234,248,151)
(92%,97%,59%)

RGB channels and saturation

R 234 of 255 = 92%
G 248 of 255 = 97%
B 151 of 255 = 59%

234
248
151

R + G + B ~ 83%. #EAF897 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 248 + 151 = 633 (100%)
R 234 of 633 ~ 36.97%
G 248 of 633 ~ 39.18%
B 151 of 633 ~ 23.85%

%36.97
%39.18
%23.85

CMYK color model

#EAF897 color CMYK value is (6,0,39,3).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 39.11%
  • key color value is 2.75%
CMYK:
(6,0,39,3)
C6M0Y39K3 
(6%,0%,39%,3%)
(0.06/0.00/0.39/0.03)	

CMYK percentages

%5.65
%0
%39.11
%2.75

Codes

Color #EAF897 in popluar color models

EAF897
RGB234248151
HSL69°87.39%78.24%
HSB/HSV69°39.11%97.25%
CMYK5.65%0.00%39.11%
2.75%

Color #EAF897 in popluar number systems.

HEXEAF897
Decimal234248151
Binary111010101111100010010111
Octal352370227

Shades and tints

Shades of #EAF897

#EAF897
(234,248,151)
#D5E28A
(213,226,138)
#C0CC7D
(192,204,125)
#ABB670
(171,182,112)
#96A063
(150,160,99)
#818A56
(129,138,86)
#6C7449
(108,116,73)
#575E3C
(87,94,60)
#42482F
(66,72,47)
#2D3222
(45,50,34)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #EAF897

#EAF897
(234,248,151)
#EBF8A0
(235,248,160)
#ECF8A9
(236,248,169)
#EDF8B2
(237,248,178)
#EEF8BB
(238,248,187)
#EFF8C4
(239,248,196)
#F0F8CD
(240,248,205)
#F1F8D6
(241,248,214)
#F2F8DF
(242,248,223)
#F3F8E8
(243,248,232)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF897 color. Also use rgb(234,248,151) instead hex code.

Text Font Color

.myTextColor { color: #EAF897; }

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

This text font color is #EAF897.


Background Color

.myBgColor { background-color: #EAF897; }

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

This div background color is #EAF897.


Border color

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

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

This div border color is #EAF897.


Opacity

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

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

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

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

This text has shadow with #EAF897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF897 on black background.


Color preview on white background

This text has color #EAF897 on white background.



Black color preview on #EAF897 background

This text has black color on #EAF897 background.


White color preview on #EAF897 background

This text has white color on #EAF897 background.