COLOR #EAF8BE

HEX: #EAF8BE
RGB: (234,248,190)

Color info

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

RGB color model

#EAF8BE color RGB value is (234,248,190).

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

RGB channels and saturation

R 234 of 255 = 92%
G 248 of 255 = 97%
B 190 of 255 = 75%

234
248
190

R + G + B ~ 88%. #EAF8BE is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 248 + 190 = 672 (100%)
R 234 of 672 ~ 34.82%
G 248 of 672 ~ 36.9%
B 190 of 672 ~ 28.27%

%34.82
%36.9
%28.27

CMYK color model

#EAF8BE color CMYK value is (6,0,23,3).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 2.75%
CMYK:
(6,0,23,3)
C6M0Y23K3 
(6%,0%,23%,3%)
(0.06/0.00/0.23/0.03)	

CMYK percentages

%5.65
%0
%23.39
%2.75

Codes

Color #EAF8BE in popluar color models

EAF8BE
RGB234248190
HSL74°80.56%85.88%
HSB/HSV74°23.39%97.25%
CMYK5.65%0.00%23.39%
2.75%

Color #EAF8BE in popluar number systems.

HEXEAF8BE
Decimal234248190
Binary111010101111100010111110
Octal352370276

Shades and tints

Shades of #EAF8BE

#EAF8BE
(234,248,190)
#D5E2AD
(213,226,173)
#C0CC9C
(192,204,156)
#ABB68B
(171,182,139)
#96A07A
(150,160,122)
#818A69
(129,138,105)
#6C7458
(108,116,88)
#575E47
(87,94,71)
#424836
(66,72,54)
#2D3225
(45,50,37)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #EAF8BE

#EAF8BE
(234,248,190)
#EBF8C3
(235,248,195)
#ECF8C8
(236,248,200)
#EDF8CD
(237,248,205)
#EEF8D2
(238,248,210)
#EFF8D7
(239,248,215)
#F0F8DC
(240,248,220)
#F1F8E1
(241,248,225)
#F2F8E6
(242,248,230)
#F3F8EB
(243,248,235)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF8BE; }

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

This text font color is #EAF8BE.


Background Color

.myBgColor { background-color: #EAF8BE; }

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

This div background color is #EAF8BE.


Border color

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

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

This div border color is #EAF8BE.


Opacity

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

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

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

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

This text has shadow with #EAF8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF8BE on black background.


Color preview on white background

This text has color #EAF8BE on white background.



Black color preview on #EAF8BE background

This text has black color on #EAF8BE background.


White color preview on #EAF8BE background

This text has white color on #EAF8BE background.