COLOR #E6F58A

HEX: #E6F58A
RGB: (230,245,138)

Renk bilgisi

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

RGB renk modeli

#E6F58A color RGB value is (230,245,138).

  • kırmız ton 230;
  • yeşil ton 245;
  • mavi ton 138.
RGB:
(230,245,138)
(90%,96%,54%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 245 of 255 = 96%
B 138 of 255 = 54%

230
245
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 245 + 138 = 613 (100%)
R 230 of 613 ~ 37.52%
G 245 of 613 ~ 39.97%
B 138 of 613 ~ 22.51%

%37.52
%39.97
%22.51

CMYK RENK MODELİ

#E6F58A rengi CMYK tonu (6,0,44,4).

  • camgöbeği tonu 6.12%
  • eflatun tonu 0.00%
  • sarı tonu 43.67%
  • ana renk tonu 3.92%
CMYK:
(6,0,44,4)
C6M0Y44K4 
(6%,0%,44%,4%)
(0.06/0.00/0.44/0.04)	

CMYK yüzdeleri

%6.12
%0
%43.67
%3.92

Codes

Color #E6F58A in popluar color models

E6F58A
RGB230245138
HSL68°84.25%75.10%
HSB/HSV68°43.67%96.08%
CMYK6.12%0.00%43.67%
3.92%

Color #E6F58A in popluar number systems.

HEXE6F58A
Decimal230245138
Binary111001101111010110001010
Octal346365212

Shades and tints

Shades of #E6F58A

#E6F58A
(230,245,138)
#D2DF7E
(210,223,126)
#BEC972
(190,201,114)
#AAB366
(170,179,102)
#969D5A
(150,157,90)
#82874E
(130,135,78)
#6E7142
(110,113,66)
#5A5B36
(90,91,54)
#46452A
(70,69,42)
#322F1E
(50,47,30)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #E6F58A

#E6F58A
(230,245,138)
#E8F594
(232,245,148)
#EAF59E
(234,245,158)
#ECF5A8
(236,245,168)
#EEF5B2
(238,245,178)
#F0F5BC
(240,245,188)
#F2F5C6
(242,245,198)
#F4F5D0
(244,245,208)
#F6F5DA
(246,245,218)
#F8F5E4
(248,245,228)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F58A color. Also use rgb(230,245,138) instead hex code.

Text Font Color

.myTextColor { color: #E6F58A; }

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

This text font color is #E6F58A.


Background Color

.myBgColor { background-color: #E6F58A; }

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

This div background color is #E6F58A.


Border color

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

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

This div border color is #E6F58A.


Opacity

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

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

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

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

This text has shadow with #E6F58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F58A on black background.


Color preview on white background

This text has color #E6F58A on white background.



Black color preview on #E6F58A background

This text has black color on #E6F58A background.


White color preview on #E6F58A background

This text has white color on #E6F58A background.