COLOR #EDF7A1

HEX: #EDF7A1
RGB: (237,247,161)

Renk bilgisi

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

RGB renk modeli

#EDF7A1 color RGB value is (237,247,161).

  • kırmız ton 237;
  • yeşil ton 247;
  • mavi ton 161.
RGB:
(237,247,161)
(93%,97%,63%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 247 of 255 = 97%
B 161 of 255 = 63%

237
247
161

R + G + B ~ 84%. #EDF7A1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 247 + 161 = 645 (100%)
R 237 of 645 ~ 36.74%
G 247 of 645 ~ 38.29%
B 161 of 645 ~ 24.96%

%36.74
%38.29
%24.96

CMYK RENK MODELİ

#EDF7A1 rengi CMYK tonu (4,0,35,3).

  • camgöbeği tonu 4.05%
  • eflatun tonu 0.00%
  • sarı tonu 34.82%
  • ana renk tonu 3.14%
CMYK:
(4,0,35,3)
C4M0Y35K3 
(4%,0%,35%,3%)
(0.04/0.00/0.35/0.03)	

CMYK yüzdeleri

%4.05
%0
%34.82
%3.14

Codes

Color #EDF7A1 in popluar color models

EDF7A1
RGB237247161
HSL67°84.31%80.00%
HSB/HSV67°34.82%96.86%
CMYK4.05%0.00%34.82%
3.14%

Color #EDF7A1 in popluar number systems.

HEXEDF7A1
Decimal237247161
Binary111011011111011110100001
Octal355367241

Shades and tints

Shades of #EDF7A1

#EDF7A1
(237,247,161)
#D8E193
(216,225,147)
#C3CB85
(195,203,133)
#AEB577
(174,181,119)
#999F69
(153,159,105)
#84895B
(132,137,91)
#6F734D
(111,115,77)
#5A5D3F
(90,93,63)
#454731
(69,71,49)
#303123
(48,49,35)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #EDF7A1

#EDF7A1
(237,247,161)
#EEF7A9
(238,247,169)
#EFF7B1
(239,247,177)
#F0F7B9
(240,247,185)
#F1F7C1
(241,247,193)
#F2F7C9
(242,247,201)
#F3F7D1
(243,247,209)
#F4F7D9
(244,247,217)
#F5F7E1
(245,247,225)
#F6F7E9
(246,247,233)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF7A1 color. Also use rgb(237,247,161) instead hex code.

Text Font Color

.myTextColor { color: #EDF7A1; }

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

This text font color is #EDF7A1.


Background Color

.myBgColor { background-color: #EDF7A1; }

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

This div background color is #EDF7A1.


Border color

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

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

This div border color is #EDF7A1.


Opacity

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

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

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

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

This text has shadow with #EDF7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF7A1 on black background.


Color preview on white background

This text has color #EDF7A1 on white background.



Black color preview on #EDF7A1 background

This text has black color on #EDF7A1 background.


White color preview on #EDF7A1 background

This text has white color on #EDF7A1 background.