COLOR #EDFEB7

HEX: #EDFEB7
RGB: (237,254,183)

Renk bilgisi

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

RGB renk modeli

#EDFEB7 color RGB value is (237,254,183).

  • kırmız ton 237;
  • yeşil ton 254;
  • mavi ton 183.
RGB:
(237,254,183)
(93%,100%,72%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 254 of 255 = 100%
B 183 of 255 = 72%

237
254
183

R + G + B ~ 88%. #EDFEB7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 254 + 183 = 674 (100%)
R 237 of 674 ~ 35.16%
G 254 of 674 ~ 37.69%
B 183 of 674 ~ 27.15%

%35.16
%37.69
%27.15

CMYK RENK MODELİ

#EDFEB7 rengi CMYK tonu (7,0,28,0).

  • camgöbeği tonu 6.69%
  • eflatun tonu 0.00%
  • sarı tonu 27.95%
  • ana renk tonu 0.39%
CMYK:
(7,0,28,0)
C7M0Y28K0 
(7%,0%,28%,0%)
(0.07/0.00/0.28/0.00)	

CMYK yüzdeleri

%6.69
%0
%27.95
%0.39

Codes

Color #EDFEB7 in popluar color models

EDFEB7
RGB237254183
HSL74°97.26%85.69%
HSB/HSV74°27.95%99.61%
CMYK6.69%0.00%27.95%
0.39%

Color #EDFEB7 in popluar number systems.

HEXEDFEB7
Decimal237254183
Binary111011011111111010110111
Octal355376267

Shades and tints

Shades of #EDFEB7

#EDFEB7
(237,254,183)
#D8E7A7
(216,231,167)
#C3D097
(195,208,151)
#AEB987
(174,185,135)
#99A277
(153,162,119)
#848B67
(132,139,103)
#6F7457
(111,116,87)
#5A5D47
(90,93,71)
#454637
(69,70,55)
#302F27
(48,47,39)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #EDFEB7

#EDFEB7
(237,254,183)
#EEFEBD
(238,254,189)
#EFFEC3
(239,254,195)
#F0FEC9
(240,254,201)
#F1FECF
(241,254,207)
#F2FED5
(242,254,213)
#F3FEDB
(243,254,219)
#F4FEE1
(244,254,225)
#F5FEE7
(245,254,231)
#F6FEED
(246,254,237)
#F7FEF3
(247,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFEB7 color. Also use rgb(237,254,183) instead hex code.

Text Font Color

.myTextColor { color: #EDFEB7; }

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

This text font color is #EDFEB7.


Background Color

.myBgColor { background-color: #EDFEB7; }

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

This div background color is #EDFEB7.


Border color

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

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

This div border color is #EDFEB7.


Opacity

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

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

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

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

This text has shadow with #EDFEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFEB7 on black background.


Color preview on white background

This text has color #EDFEB7 on white background.



Black color preview on #EDFEB7 background

This text has black color on #EDFEB7 background.


White color preview on #EDFEB7 background

This text has white color on #EDFEB7 background.