COLOR #E4F693

HEX: #E4F693
RGB: (228,246,147)

Renk bilgisi

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

RGB renk modeli

#E4F693 color RGB value is (228,246,147).

  • kırmız ton 228;
  • yeşil ton 246;
  • mavi ton 147.
RGB:
(228,246,147)
(89%,96%,58%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 246 of 255 = 96%
B 147 of 255 = 58%

228
246
147

R + G + B ~ 81%. #E4F693 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 246 + 147 = 621 (100%)
R 228 of 621 ~ 36.71%
G 246 of 621 ~ 39.61%
B 147 of 621 ~ 23.67%

%36.71
%39.61
%23.67

CMYK RENK MODELİ

#E4F693 rengi CMYK tonu (7,0,40,4).

  • camgöbeği tonu 7.32%
  • eflatun tonu 0.00%
  • sarı tonu 40.24%
  • ana renk tonu 3.53%
CMYK:
(7,0,40,4)
C7M0Y40K4 
(7%,0%,40%,4%)
(0.07/0.00/0.40/0.04)	

CMYK yüzdeleri

%7.32
%0
%40.24
%3.53

Codes

Color #E4F693 in popluar color models

E4F693
RGB228246147
HSL71°84.62%77.06%
HSB/HSV71°40.24%96.47%
CMYK7.32%0.00%40.24%
3.53%

Color #E4F693 in popluar number systems.

HEXE4F693
Decimal228246147
Binary111001001111011010010011
Octal344366223

Shades and tints

Shades of #E4F693

#E4F693
(228,246,147)
#D0E086
(208,224,134)
#BCCA79
(188,202,121)
#A8B46C
(168,180,108)
#949E5F
(148,158,95)
#808852
(128,136,82)
#6C7245
(108,114,69)
#585C38
(88,92,56)
#44462B
(68,70,43)
#30301E
(48,48,30)
#1C1A11
(28,26,17)
#000000
(0,0,0)

Tints of #E4F693

#E4F693
(228,246,147)
#E6F69C
(230,246,156)
#E8F6A5
(232,246,165)
#EAF6AE
(234,246,174)
#ECF6B7
(236,246,183)
#EEF6C0
(238,246,192)
#F0F6C9
(240,246,201)
#F2F6D2
(242,246,210)
#F4F6DB
(244,246,219)
#F6F6E4
(246,246,228)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F693 color. Also use rgb(228,246,147) instead hex code.

Text Font Color

.myTextColor { color: #E4F693; }

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

This text font color is #E4F693.


Background Color

.myBgColor { background-color: #E4F693; }

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

This div background color is #E4F693.


Border color

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

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

This div border color is #E4F693.


Opacity

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

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

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

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

This text has shadow with #E4F693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F693 on black background.


Color preview on white background

This text has color #E4F693 on white background.



Black color preview on #E4F693 background

This text has black color on #E4F693 background.


White color preview on #E4F693 background

This text has white color on #E4F693 background.