COLOR #EDF4A7

HEX: #EDF4A7
RGB: (237,244,167)

Renk bilgisi

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

RGB renk modeli

#EDF4A7 color RGB value is (237,244,167).

  • kırmız ton 237;
  • yeşil ton 244;
  • mavi ton 167.
RGB:
(237,244,167)
(93%,96%,65%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 244 of 255 = 96%
B 167 of 255 = 65%

237
244
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 244 + 167 = 648 (100%)
R 237 of 648 ~ 36.57%
G 244 of 648 ~ 37.65%
B 167 of 648 ~ 25.77%

%36.57
%37.65
%25.77

CMYK RENK MODELİ

#EDF4A7 rengi CMYK tonu (3,0,32,4).

  • camgöbeği tonu 2.87%
  • eflatun tonu 0.00%
  • sarı tonu 31.56%
  • ana renk tonu 4.31%
CMYK:
(3,0,32,4)
C3M0Y32K4 
(3%,0%,32%,4%)
(0.03/0.00/0.32/0.04)	

CMYK yüzdeleri

%2.87
%0
%31.56
%4.31

Codes

Color #EDF4A7 in popluar color models

EDF4A7
RGB237244167
HSL65°77.78%80.59%
HSB/HSV65°31.56%95.69%
CMYK2.87%0.00%31.56%
4.31%

Color #EDF4A7 in popluar number systems.

HEXEDF4A7
Decimal237244167
Binary111011011111010010100111
Octal355364247

Shades and tints

Shades of #EDF4A7

#EDF4A7
(237,244,167)
#D8DE98
(216,222,152)
#C3C889
(195,200,137)
#AEB27A
(174,178,122)
#999C6B
(153,156,107)
#84865C
(132,134,92)
#6F704D
(111,112,77)
#5A5A3E
(90,90,62)
#45442F
(69,68,47)
#302E20
(48,46,32)
#1B1811
(27,24,17)
#000000
(0,0,0)

Tints of #EDF4A7

#EDF4A7
(237,244,167)
#EEF5AF
(238,245,175)
#EFF6B7
(239,246,183)
#F0F7BF
(240,247,191)
#F1F8C7
(241,248,199)
#F2F9CF
(242,249,207)
#F3FAD7
(243,250,215)
#F4FBDF
(244,251,223)
#F5FCE7
(245,252,231)
#F6FDEF
(246,253,239)
#F7FEF7
(247,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF4A7 color. Also use rgb(237,244,167) instead hex code.

Text Font Color

.myTextColor { color: #EDF4A7; }

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

This text font color is #EDF4A7.


Background Color

.myBgColor { background-color: #EDF4A7; }

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

This div background color is #EDF4A7.


Border color

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

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

This div border color is #EDF4A7.


Opacity

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

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

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

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

This text has shadow with #EDF4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF4A7 on black background.


Color preview on white background

This text has color #EDF4A7 on white background.



Black color preview on #EDF4A7 background

This text has black color on #EDF4A7 background.


White color preview on #EDF4A7 background

This text has white color on #EDF4A7 background.