COLOR #EDFAE2

HEX: #EDFAE2
RGB: (237,250,226)

Renk bilgisi

#EDFAE2 contains red, green and blue colors in about the same proportion. #EDFAE2 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#EDFAE2 color RGB value is (237,250,226).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 250 of 255 = 98%
B 226 of 255 = 89%

237
250
226

R + G + B ~ 93%. #EDFAE2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 250 + 226 = 713 (100%)
R 237 of 713 ~ 33.24%
G 250 of 713 ~ 35.06%
B 226 of 713 ~ 31.7%

%33.24
%35.06
%31.7

CMYK RENK MODELİ

#EDFAE2 rengi CMYK tonu (5,0,10,2).

  • camgöbeği tonu 5.20%
  • eflatun tonu 0.00%
  • sarı tonu 9.60%
  • ana renk tonu 1.96%
CMYK:
(5,0,10,2)
C5M0Y10K2 
(5%,0%,10%,2%)
(0.05/0.00/0.10/0.02)	

CMYK yüzdeleri

%5.2
%0
%9.6
%1.96

Codes

Color #EDFAE2 in popluar color models

EDFAE2
RGB237250226
HSL93°70.59%93.33%
HSB/HSV93°9.60%98.04%
CMYK5.20%0.00%9.60%
1.96%

Color #EDFAE2 in popluar number systems.

HEXEDFAE2
Decimal237250226
Binary111011011111101011100010
Octal355372342

Shades and tints

Shades of #EDFAE2

#EDFAE2
(237,250,226)
#D8E4CE
(216,228,206)
#C3CEBA
(195,206,186)
#AEB8A6
(174,184,166)
#99A292
(153,162,146)
#848C7E
(132,140,126)
#6F766A
(111,118,106)
#5A6056
(90,96,86)
#454A42
(69,74,66)
#30342E
(48,52,46)
#1B1E1A
(27,30,26)
#000000
(0,0,0)

Tints of #EDFAE2

#EDFAE2
(237,250,226)
#EEFAE4
(238,250,228)
#EFFAE6
(239,250,230)
#F0FAE8
(240,250,232)
#F1FAEA
(241,250,234)
#F2FAEC
(242,250,236)
#F3FAEE
(243,250,238)
#F4FAF0
(244,250,240)
#F5FAF2
(245,250,242)
#F6FAF4
(246,250,244)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFAE2; }

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

This text font color is #EDFAE2.


Background Color

.myBgColor { background-color: #EDFAE2; }

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

This div background color is #EDFAE2.


Border color

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

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

This div border color is #EDFAE2.


Opacity

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

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

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

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

This text has shadow with #EDFAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAE2 on black background.


Color preview on white background

This text has color #EDFAE2 on white background.



Black color preview on #EDFAE2 background

This text has black color on #EDFAE2 background.


White color preview on #EDFAE2 background

This text has white color on #EDFAE2 background.