COLOR #E5F985

HEX: #E5F985
RGB: (229,249,133)

Renk bilgisi

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

RGB renk modeli

#E5F985 color RGB value is (229,249,133).

  • kırmız ton 229;
  • yeşil ton 249;
  • mavi ton 133.
RGB:
(229,249,133)
(90%,98%,52%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 249 of 255 = 98%
B 133 of 255 = 52%

229
249
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 249 + 133 = 611 (100%)
R 229 of 611 ~ 37.48%
G 249 of 611 ~ 40.75%
B 133 of 611 ~ 21.77%

%37.48
%40.75
%21.77

CMYK RENK MODELİ

#E5F985 rengi CMYK tonu (8,0,47,2).

  • camgöbeği tonu 8.03%
  • eflatun tonu 0.00%
  • sarı tonu 46.59%
  • ana renk tonu 2.35%
CMYK:
(8,0,47,2)
C8M0Y47K2 
(8%,0%,47%,2%)
(0.08/0.00/0.47/0.02)	

CMYK yüzdeleri

%8.03
%0
%46.59
%2.35

Codes

Color #E5F985 in popluar color models

E5F985
RGB229249133
HSL70°90.63%74.90%
HSB/HSV70°46.59%97.65%
CMYK8.03%0.00%46.59%
2.35%

Color #E5F985 in popluar number systems.

HEXE5F985
Decimal229249133
Binary111001011111100110000101
Octal345371205

Shades and tints

Shades of #E5F985

#E5F985
(229,249,133)
#D1E379
(209,227,121)
#BDCD6D
(189,205,109)
#A9B761
(169,183,97)
#95A155
(149,161,85)
#818B49
(129,139,73)
#6D753D
(109,117,61)
#595F31
(89,95,49)
#454925
(69,73,37)
#313319
(49,51,25)
#1D1D0D
(29,29,13)
#000000
(0,0,0)

Tints of #E5F985

#E5F985
(229,249,133)
#E7F990
(231,249,144)
#E9F99B
(233,249,155)
#EBF9A6
(235,249,166)
#EDF9B1
(237,249,177)
#EFF9BC
(239,249,188)
#F1F9C7
(241,249,199)
#F3F9D2
(243,249,210)
#F5F9DD
(245,249,221)
#F7F9E8
(247,249,232)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F985 color. Also use rgb(229,249,133) instead hex code.

Text Font Color

.myTextColor { color: #E5F985; }

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

This text font color is #E5F985.


Background Color

.myBgColor { background-color: #E5F985; }

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

This div background color is #E5F985.


Border color

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

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

This div border color is #E5F985.


Opacity

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

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

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

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

This text has shadow with #E5F985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F985 on black background.


Color preview on white background

This text has color #E5F985 on white background.



Black color preview on #E5F985 background

This text has black color on #E5F985 background.


White color preview on #E5F985 background

This text has white color on #E5F985 background.