COLOR #EAF9A1

HEX: #EAF9A1
RGB: (234,249,161)

Color info

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

RGB color model

#EAF9A1 color RGB value is (234,249,161).

  • red value is 234;
  • green value is 249;
  • blue value is 161.
RGB:
(234,249,161)
(92%,98%,63%)

RGB channels and saturation

R 234 of 255 = 92%
G 249 of 255 = 98%
B 161 of 255 = 63%

234
249
161

R + G + B ~ 84%. #EAF9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 249 + 161 = 644 (100%)
R 234 of 644 ~ 36.34%
G 249 of 644 ~ 38.66%
B 161 of 644 ~ 25%

%36.34
%38.66
%25

CMYK color model

#EAF9A1 color CMYK value is (6,0,35,2).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 2.35%
CMYK:
(6,0,35,2)
C6M0Y35K2 
(6%,0%,35%,2%)
(0.06/0.00/0.35/0.02)	

CMYK percentages

%6.02
%0
%35.34
%2.35

Codes

Color #EAF9A1 in popluar color models

EAF9A1
RGB234249161
HSL70°88.00%80.39%
HSB/HSV70°35.34%97.65%
CMYK6.02%0.00%35.34%
2.35%

Color #EAF9A1 in popluar number systems.

HEXEAF9A1
Decimal234249161
Binary111010101111100110100001
Octal352371241

Shades and tints

Shades of #EAF9A1

#EAF9A1
(234,249,161)
#D5E393
(213,227,147)
#C0CD85
(192,205,133)
#ABB777
(171,183,119)
#96A169
(150,161,105)
#818B5B
(129,139,91)
#6C754D
(108,117,77)
#575F3F
(87,95,63)
#424931
(66,73,49)
#2D3323
(45,51,35)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #EAF9A1

#EAF9A1
(234,249,161)
#EBF9A9
(235,249,169)
#ECF9B1
(236,249,177)
#EDF9B9
(237,249,185)
#EEF9C1
(238,249,193)
#EFF9C9
(239,249,201)
#F0F9D1
(240,249,209)
#F1F9D9
(241,249,217)
#F2F9E1
(242,249,225)
#F3F9E9
(243,249,233)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF9A1 color. Also use rgb(234,249,161) instead hex code.

Text Font Color

.myTextColor { color: #EAF9A1; }

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

This text font color is #EAF9A1.


Background Color

.myBgColor { background-color: #EAF9A1; }

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

This div background color is #EAF9A1.


Border color

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

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

This div border color is #EAF9A1.


Opacity

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

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

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

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

This text has shadow with #EAF9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF9A1 on black background.


Color preview on white background

This text has color #EAF9A1 on white background.



Black color preview on #EAF9A1 background

This text has black color on #EAF9A1 background.


White color preview on #EAF9A1 background

This text has white color on #EAF9A1 background.