COLOR #EDFAB6

HEX: #EDFAB6
RGB: (237,250,182)

Renk bilgisi

#EDFAB6 contains mainly red and green colors. #EDFAB6 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#EDFAB6 color RGB value is (237,250,182).

  • kırmız ton 237;
  • yeşil ton 250;
  • mavi ton 182.
RGB:
(237,250,182)
(93%,98%,71%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 250 of 255 = 98%
B 182 of 255 = 71%

237
250
182

R + G + B ~ 87%. #EDFAB6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 250 + 182 = 669 (100%)
R 237 of 669 ~ 35.43%
G 250 of 669 ~ 37.37%
B 182 of 669 ~ 27.2%

%35.43
%37.37
%27.2

CMYK RENK MODELİ

#EDFAB6 rengi CMYK tonu (5,0,27,2).

  • camgöbeği tonu 5.20%
  • eflatun tonu 0.00%
  • sarı tonu 27.20%
  • ana renk tonu 1.96%
CMYK:
(5,0,27,2)
C5M0Y27K2 
(5%,0%,27%,2%)
(0.05/0.00/0.27/0.02)	

CMYK yüzdeleri

%5.2
%0
%27.2
%1.96

Codes

Color #EDFAB6 in popluar color models

EDFAB6
RGB237250182
HSL71°87.18%84.71%
HSB/HSV71°27.20%98.04%
CMYK5.20%0.00%27.20%
1.96%

Color #EDFAB6 in popluar number systems.

HEXEDFAB6
Decimal237250182
Binary111011011111101010110110
Octal355372266

Shades and tints

Shades of #EDFAB6

#EDFAB6
(237,250,182)
#D8E4A6
(216,228,166)
#C3CE96
(195,206,150)
#AEB886
(174,184,134)
#99A276
(153,162,118)
#848C66
(132,140,102)
#6F7656
(111,118,86)
#5A6046
(90,96,70)
#454A36
(69,74,54)
#303426
(48,52,38)
#1B1E16
(27,30,22)
#000000
(0,0,0)

Tints of #EDFAB6

#EDFAB6
(237,250,182)
#EEFABC
(238,250,188)
#EFFAC2
(239,250,194)
#F0FAC8
(240,250,200)
#F1FACE
(241,250,206)
#F2FAD4
(242,250,212)
#F3FADA
(243,250,218)
#F4FAE0
(244,250,224)
#F5FAE6
(245,250,230)
#F6FAEC
(246,250,236)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFAB6 color. Also use rgb(237,250,182) instead hex code.

Text Font Color

.myTextColor { color: #EDFAB6; }

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

This text font color is #EDFAB6.


Background Color

.myBgColor { background-color: #EDFAB6; }

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

This div background color is #EDFAB6.


Border color

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

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

This div border color is #EDFAB6.


Opacity

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

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

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

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

This text has shadow with #EDFAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAB6 on black background.


Color preview on white background

This text has color #EDFAB6 on white background.



Black color preview on #EDFAB6 background

This text has black color on #EDFAB6 background.


White color preview on #EDFAB6 background

This text has white color on #EDFAB6 background.