COLOR #EDF2A9

HEX: #EDF2A9
RGB: (237,242,169)

Renk bilgisi

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

RGB renk modeli

#EDF2A9 color RGB value is (237,242,169).

  • kırmız ton 237;
  • yeşil ton 242;
  • mavi ton 169.
RGB:
(237,242,169)
(93%,95%,66%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 242 of 255 = 95%
B 169 of 255 = 66%

237
242
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 242 + 169 = 648 (100%)
R 237 of 648 ~ 36.57%
G 242 of 648 ~ 37.35%
B 169 of 648 ~ 26.08%

%36.57
%37.35
%26.08

CMYK RENK MODELİ

#EDF2A9 rengi CMYK tonu (2,0,30,5).

  • camgöbeği tonu 2.07%
  • eflatun tonu 0.00%
  • sarı tonu 30.17%
  • ana renk tonu 5.10%
CMYK:
(2,0,30,5)
C2M0Y30K5 
(2%,0%,30%,5%)
(0.02/0.00/0.30/0.05)	

CMYK yüzdeleri

%2.07
%0
%30.17
%5.1

Codes

Color #EDF2A9 in popluar color models

EDF2A9
RGB237242169
HSL64°73.74%80.59%
HSB/HSV64°30.17%94.90%
CMYK2.07%0.00%30.17%
5.10%

Color #EDF2A9 in popluar number systems.

HEXEDF2A9
Decimal237242169
Binary111011011111001010101001
Octal355362251

Shades and tints

Shades of #EDF2A9

#EDF2A9
(237,242,169)
#D8DC9A
(216,220,154)
#C3C68B
(195,198,139)
#AEB07C
(174,176,124)
#999A6D
(153,154,109)
#84845E
(132,132,94)
#6F6E4F
(111,110,79)
#5A5840
(90,88,64)
#454231
(69,66,49)
#302C22
(48,44,34)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #EDF2A9

#EDF2A9
(237,242,169)
#EEF3B0
(238,243,176)
#EFF4B7
(239,244,183)
#F0F5BE
(240,245,190)
#F1F6C5
(241,246,197)
#F2F7CC
(242,247,204)
#F3F8D3
(243,248,211)
#F4F9DA
(244,249,218)
#F5FAE1
(245,250,225)
#F6FBE8
(246,251,232)
#F7FCEF
(247,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF2A9 color. Also use rgb(237,242,169) instead hex code.

Text Font Color

.myTextColor { color: #EDF2A9; }

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

This text font color is #EDF2A9.


Background Color

.myBgColor { background-color: #EDF2A9; }

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

This div background color is #EDF2A9.


Border color

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

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

This div border color is #EDF2A9.


Opacity

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

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

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

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

This text has shadow with #EDF2A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2A9 on black background.


Color preview on white background

This text has color #EDF2A9 on white background.



Black color preview on #EDF2A9 background

This text has black color on #EDF2A9 background.


White color preview on #EDF2A9 background

This text has white color on #EDF2A9 background.