COLOR #EDFAE7

HEX: #EDFAE7
RGB: (237,250,231)

Renk bilgisi

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

RGB renk modeli

#EDFAE7 color RGB value is (237,250,231).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 250 of 255 = 98%
B 231 of 255 = 91%

237
250
231

R + G + B ~ 94%. #EDFAE7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 250 + 231 = 718 (100%)
R 237 of 718 ~ 33.01%
G 250 of 718 ~ 34.82%
B 231 of 718 ~ 32.17%

%33.01
%34.82
%32.17

CMYK RENK MODELİ

#EDFAE7 rengi CMYK tonu (5,0,8,2).

  • camgöbeği tonu 5.20%
  • eflatun tonu 0.00%
  • sarı tonu 7.60%
  • ana renk tonu 1.96%
CMYK:
(5,0,8,2)
C5M0Y8K2 
(5%,0%,8%,2%)
(0.05/0.00/0.08/0.02)	

CMYK yüzdeleri

%5.2
%0
%7.6
%1.96

Codes

Color #EDFAE7 in popluar color models

EDFAE7
RGB237250231
HSL101°65.52%94.31%
HSB/HSV101°7.60%98.04%
CMYK5.20%0.00%7.60%
1.96%

Color #EDFAE7 in popluar number systems.

HEXEDFAE7
Decimal237250231
Binary111011011111101011100111
Octal355372347

Shades and tints

Shades of #EDFAE7

#EDFAE7
(237,250,231)
#D8E4D2
(216,228,210)
#C3CEBD
(195,206,189)
#AEB8A8
(174,184,168)
#99A293
(153,162,147)
#848C7E
(132,140,126)
#6F7669
(111,118,105)
#5A6054
(90,96,84)
#454A3F
(69,74,63)
#30342A
(48,52,42)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #EDFAE7

#EDFAE7
(237,250,231)
#EEFAE9
(238,250,233)
#EFFAEB
(239,250,235)
#F0FAED
(240,250,237)
#F1FAEF
(241,250,239)
#F2FAF1
(242,250,241)
#F3FAF3
(243,250,243)
#F4FAF5
(244,250,245)
#F5FAF7
(245,250,247)
#F6FAF9
(246,250,249)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFAE7; }

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

This text font color is #EDFAE7.


Background Color

.myBgColor { background-color: #EDFAE7; }

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

This div background color is #EDFAE7.


Border color

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

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

This div border color is #EDFAE7.


Opacity

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

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

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

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

This text has shadow with #EDFAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAE7 on black background.


Color preview on white background

This text has color #EDFAE7 on white background.



Black color preview on #EDFAE7 background

This text has black color on #EDFAE7 background.


White color preview on #EDFAE7 background

This text has white color on #EDFAE7 background.