COLOR #E6FA99

HEX: #E6FA99
RGB: (230,250,153)

Renk bilgisi

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

RGB renk modeli

#E6FA99 color RGB value is (230,250,153).

  • kırmız ton 230;
  • yeşil ton 250;
  • mavi ton 153.
RGB:
(230,250,153)
(90%,98%,60%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 250 of 255 = 98%
B 153 of 255 = 60%

230
250
153

R + G + B ~ 83%. #E6FA99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 250 + 153 = 633 (100%)
R 230 of 633 ~ 36.33%
G 250 of 633 ~ 39.49%
B 153 of 633 ~ 24.17%

%36.33
%39.49
%24.17

CMYK RENK MODELİ

#E6FA99 rengi CMYK tonu (8,0,39,2).

  • camgöbeği tonu 8.00%
  • eflatun tonu 0.00%
  • sarı tonu 38.80%
  • ana renk tonu 1.96%
CMYK:
(8,0,39,2)
C8M0Y39K2 
(8%,0%,39%,2%)
(0.08/0.00/0.39/0.02)	

CMYK yüzdeleri

%8
%0
%38.8
%1.96

Codes

Color #E6FA99 in popluar color models

E6FA99
RGB230250153
HSL72°90.65%79.02%
HSB/HSV72°38.80%98.04%
CMYK8.00%0.00%38.80%
1.96%

Color #E6FA99 in popluar number systems.

HEXE6FA99
Decimal230250153
Binary111001101111101010011001
Octal346372231

Shades and tints

Shades of #E6FA99

#E6FA99
(230,250,153)
#D2E48C
(210,228,140)
#BECE7F
(190,206,127)
#AAB872
(170,184,114)
#96A265
(150,162,101)
#828C58
(130,140,88)
#6E764B
(110,118,75)
#5A603E
(90,96,62)
#464A31
(70,74,49)
#323424
(50,52,36)
#1E1E17
(30,30,23)
#000000
(0,0,0)

Tints of #E6FA99

#E6FA99
(230,250,153)
#E8FAA2
(232,250,162)
#EAFAAB
(234,250,171)
#ECFAB4
(236,250,180)
#EEFABD
(238,250,189)
#F0FAC6
(240,250,198)
#F2FACF
(242,250,207)
#F4FAD8
(244,250,216)
#F6FAE1
(246,250,225)
#F8FAEA
(248,250,234)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FA99 color. Also use rgb(230,250,153) instead hex code.

Text Font Color

.myTextColor { color: #E6FA99; }

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

This text font color is #E6FA99.


Background Color

.myBgColor { background-color: #E6FA99; }

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

This div background color is #E6FA99.


Border color

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

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

This div border color is #E6FA99.


Opacity

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

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

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

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

This text has shadow with #E6FA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FA99 on black background.


Color preview on white background

This text has color #E6FA99 on white background.



Black color preview on #E6FA99 background

This text has black color on #E6FA99 background.


White color preview on #E6FA99 background

This text has white color on #E6FA99 background.