COLOR #E4F2A1

HEX: #E4F2A1
RGB: (228,242,161)

Renk bilgisi

#E4F2A1 contains mainly red and green colors. #E4F2A1 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#E4F2A1 color RGB value is (228,242,161).

  • kırmız ton 228;
  • yeşil ton 242;
  • mavi ton 161.
RGB:
(228,242,161)
(89%,95%,63%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 242 of 255 = 95%
B 161 of 255 = 63%

228
242
161

R + G + B ~ 82%. #E4F2A1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 242 + 161 = 631 (100%)
R 228 of 631 ~ 36.13%
G 242 of 631 ~ 38.35%
B 161 of 631 ~ 25.52%

%36.13
%38.35
%25.52

CMYK RENK MODELİ

#E4F2A1 rengi CMYK tonu (6,0,33,5).

  • camgöbeği tonu 5.79%
  • eflatun tonu 0.00%
  • sarı tonu 33.47%
  • ana renk tonu 5.10%
CMYK:
(6,0,33,5)
C6M0Y33K5 
(6%,0%,33%,5%)
(0.06/0.00/0.33/0.05)	

CMYK yüzdeleri

%5.79
%0
%33.47
%5.1

Codes

Color #E4F2A1 in popluar color models

E4F2A1
RGB228242161
HSL70°75.70%79.02%
HSB/HSV70°33.47%94.90%
CMYK5.79%0.00%33.47%
5.10%

Color #E4F2A1 in popluar number systems.

HEXE4F2A1
Decimal228242161
Binary111001001111001010100001
Octal344362241

Shades and tints

Shades of #E4F2A1

#E4F2A1
(228,242,161)
#D0DC93
(208,220,147)
#BCC685
(188,198,133)
#A8B077
(168,176,119)
#949A69
(148,154,105)
#80845B
(128,132,91)
#6C6E4D
(108,110,77)
#58583F
(88,88,63)
#444231
(68,66,49)
#302C23
(48,44,35)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #E4F2A1

#E4F2A1
(228,242,161)
#E6F3A9
(230,243,169)
#E8F4B1
(232,244,177)
#EAF5B9
(234,245,185)
#ECF6C1
(236,246,193)
#EEF7C9
(238,247,201)
#F0F8D1
(240,248,209)
#F2F9D9
(242,249,217)
#F4FAE1
(244,250,225)
#F6FBE9
(246,251,233)
#F8FCF1
(248,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F2A1 color. Also use rgb(228,242,161) instead hex code.

Text Font Color

.myTextColor { color: #E4F2A1; }

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

This text font color is #E4F2A1.


Background Color

.myBgColor { background-color: #E4F2A1; }

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

This div background color is #E4F2A1.


Border color

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

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

This div border color is #E4F2A1.


Opacity

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

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

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

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

This text has shadow with #E4F2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F2A1 on black background.


Color preview on white background

This text has color #E4F2A1 on white background.



Black color preview on #E4F2A1 background

This text has black color on #E4F2A1 background.


White color preview on #E4F2A1 background

This text has white color on #E4F2A1 background.