COLOR #E4F988

HEX: #E4F988
RGB: (228,249,136)

Renk bilgisi

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

RGB renk modeli

#E4F988 color RGB value is (228,249,136).

  • kırmız ton 228;
  • yeşil ton 249;
  • mavi ton 136.
RGB:
(228,249,136)
(89%,98%,53%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 249 of 255 = 98%
B 136 of 255 = 53%

228
249
136

R + G + B ~ 80%. #E4F988 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 249 + 136 = 613 (100%)
R 228 of 613 ~ 37.19%
G 249 of 613 ~ 40.62%
B 136 of 613 ~ 22.19%

%37.19
%40.62
%22.19

CMYK RENK MODELİ

#E4F988 rengi CMYK tonu (8,0,45,2).

  • camgöbeği tonu 8.43%
  • eflatun tonu 0.00%
  • sarı tonu 45.38%
  • ana renk tonu 2.35%
CMYK:
(8,0,45,2)
C8M0Y45K2 
(8%,0%,45%,2%)
(0.08/0.00/0.45/0.02)	

CMYK yüzdeleri

%8.43
%0
%45.38
%2.35

Codes

Color #E4F988 in popluar color models

E4F988
RGB228249136
HSL71°90.40%75.49%
HSB/HSV71°45.38%97.65%
CMYK8.43%0.00%45.38%
2.35%

Color #E4F988 in popluar number systems.

HEXE4F988
Decimal228249136
Binary111001001111100110001000
Octal344371210

Shades and tints

Shades of #E4F988

#E4F988
(228,249,136)
#D0E37C
(208,227,124)
#BCCD70
(188,205,112)
#A8B764
(168,183,100)
#94A158
(148,161,88)
#808B4C
(128,139,76)
#6C7540
(108,117,64)
#585F34
(88,95,52)
#444928
(68,73,40)
#30331C
(48,51,28)
#1C1D10
(28,29,16)
#000000
(0,0,0)

Tints of #E4F988

#E4F988
(228,249,136)
#E6F992
(230,249,146)
#E8F99C
(232,249,156)
#EAF9A6
(234,249,166)
#ECF9B0
(236,249,176)
#EEF9BA
(238,249,186)
#F0F9C4
(240,249,196)
#F2F9CE
(242,249,206)
#F4F9D8
(244,249,216)
#F6F9E2
(246,249,226)
#F8F9EC
(248,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F988 color. Also use rgb(228,249,136) instead hex code.

Text Font Color

.myTextColor { color: #E4F988; }

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

This text font color is #E4F988.


Background Color

.myBgColor { background-color: #E4F988; }

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

This div background color is #E4F988.


Border color

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

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

This div border color is #E4F988.


Opacity

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

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

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

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

This text has shadow with #E4F988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F988 on black background.


Color preview on white background

This text has color #E4F988 on white background.



Black color preview on #E4F988 background

This text has black color on #E4F988 background.


White color preview on #E4F988 background

This text has white color on #E4F988 background.