COLOR #EDF9A5

HEX: #EDF9A5
RGB: (237,249,165)

Renk bilgisi

#EDF9A5 contains mainly red and green colors. #EDF9A5 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EDF9A5 color RGB value is (237,249,165).

  • kırmız ton 237;
  • yeşil ton 249;
  • mavi ton 165.
RGB:
(237,249,165)
(93%,98%,65%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 249 of 255 = 98%
B 165 of 255 = 65%

237
249
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 249 + 165 = 651 (100%)
R 237 of 651 ~ 36.41%
G 249 of 651 ~ 38.25%
B 165 of 651 ~ 25.35%

%36.41
%38.25
%25.35

CMYK RENK MODELİ

#EDF9A5 rengi CMYK tonu (5,0,34,2).

  • camgöbeği tonu 4.82%
  • eflatun tonu 0.00%
  • sarı tonu 33.73%
  • ana renk tonu 2.35%
CMYK:
(5,0,34,2)
C5M0Y34K2 
(5%,0%,34%,2%)
(0.05/0.00/0.34/0.02)	

CMYK yüzdeleri

%4.82
%0
%33.73
%2.35

Codes

Color #EDF9A5 in popluar color models

EDF9A5
RGB237249165
HSL69°87.50%81.18%
HSB/HSV69°33.73%97.65%
CMYK4.82%0.00%33.73%
2.35%

Color #EDF9A5 in popluar number systems.

HEXEDF9A5
Decimal237249165
Binary111011011111100110100101
Octal355371245

Shades and tints

Shades of #EDF9A5

#EDF9A5
(237,249,165)
#D8E396
(216,227,150)
#C3CD87
(195,205,135)
#AEB778
(174,183,120)
#99A169
(153,161,105)
#848B5A
(132,139,90)
#6F754B
(111,117,75)
#5A5F3C
(90,95,60)
#45492D
(69,73,45)
#30331E
(48,51,30)
#1B1D0F
(27,29,15)
#000000
(0,0,0)

Tints of #EDF9A5

#EDF9A5
(237,249,165)
#EEF9AD
(238,249,173)
#EFF9B5
(239,249,181)
#F0F9BD
(240,249,189)
#F1F9C5
(241,249,197)
#F2F9CD
(242,249,205)
#F3F9D5
(243,249,213)
#F4F9DD
(244,249,221)
#F5F9E5
(245,249,229)
#F6F9ED
(246,249,237)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF9A5 color. Also use rgb(237,249,165) instead hex code.

Text Font Color

.myTextColor { color: #EDF9A5; }

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

This text font color is #EDF9A5.


Background Color

.myBgColor { background-color: #EDF9A5; }

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

This div background color is #EDF9A5.


Border color

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

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

This div border color is #EDF9A5.


Opacity

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

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

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

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

This text has shadow with #EDF9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF9A5 on black background.


Color preview on white background

This text has color #EDF9A5 on white background.



Black color preview on #EDF9A5 background

This text has black color on #EDF9A5 background.


White color preview on #EDF9A5 background

This text has white color on #EDF9A5 background.