COLOR #E5F4AD

HEX: #E5F4AD
RGB: (229,244,173)

Renk bilgisi

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

RGB renk modeli

#E5F4AD color RGB value is (229,244,173).

  • kırmız ton 229;
  • yeşil ton 244;
  • mavi ton 173.
RGB:
(229,244,173)
(90%,96%,68%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 244 of 255 = 96%
B 173 of 255 = 68%

229
244
173

R + G + B ~ 85%. #E5F4AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 244 + 173 = 646 (100%)
R 229 of 646 ~ 35.45%
G 244 of 646 ~ 37.77%
B 173 of 646 ~ 26.78%

%35.45
%37.77
%26.78

CMYK RENK MODELİ

#E5F4AD rengi CMYK tonu (6,0,29,4).

  • camgöbeği tonu 6.15%
  • eflatun tonu 0.00%
  • sarı tonu 29.10%
  • ana renk tonu 4.31%
CMYK:
(6,0,29,4)
C6M0Y29K4 
(6%,0%,29%,4%)
(0.06/0.00/0.29/0.04)	

CMYK yüzdeleri

%6.15
%0
%29.1
%4.31

Codes

Color #E5F4AD in popluar color models

E5F4AD
RGB229244173
HSL73°76.34%81.76%
HSB/HSV73°29.10%95.69%
CMYK6.15%0.00%29.10%
4.31%

Color #E5F4AD in popluar number systems.

HEXE5F4AD
Decimal229244173
Binary111001011111010010101101
Octal345364255

Shades and tints

Shades of #E5F4AD

#E5F4AD
(229,244,173)
#D1DE9E
(209,222,158)
#BDC88F
(189,200,143)
#A9B280
(169,178,128)
#959C71
(149,156,113)
#818662
(129,134,98)
#6D7053
(109,112,83)
#595A44
(89,90,68)
#454435
(69,68,53)
#312E26
(49,46,38)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #E5F4AD

#E5F4AD
(229,244,173)
#E7F5B4
(231,245,180)
#E9F6BB
(233,246,187)
#EBF7C2
(235,247,194)
#EDF8C9
(237,248,201)
#EFF9D0
(239,249,208)
#F1FAD7
(241,250,215)
#F3FBDE
(243,251,222)
#F5FCE5
(245,252,229)
#F7FDEC
(247,253,236)
#F9FEF3
(249,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F4AD color. Also use rgb(229,244,173) instead hex code.

Text Font Color

.myTextColor { color: #E5F4AD; }

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

This text font color is #E5F4AD.


Background Color

.myBgColor { background-color: #E5F4AD; }

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

This div background color is #E5F4AD.


Border color

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

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

This div border color is #E5F4AD.


Opacity

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

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

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

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

This text has shadow with #E5F4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F4AD on black background.


Color preview on white background

This text has color #E5F4AD on white background.



Black color preview on #E5F4AD background

This text has black color on #E5F4AD background.


White color preview on #E5F4AD background

This text has white color on #E5F4AD background.