COLOR #EDFDE7

HEX: #EDFDE7
RGB: (237,253,231)

Renk bilgisi

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

RGB renk modeli

#EDFDE7 color RGB value is (237,253,231).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 253 of 255 = 99%
B 231 of 255 = 91%

237
253
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 253 + 231 = 721 (100%)
R 237 of 721 ~ 32.87%
G 253 of 721 ~ 35.09%
B 231 of 721 ~ 32.04%

%32.87
%35.09
%32.04

CMYK RENK MODELİ

#EDFDE7 rengi CMYK tonu (6,0,9,1).

  • camgöbeği tonu 6.32%
  • eflatun tonu 0.00%
  • sarı tonu 8.70%
  • ana renk tonu 0.78%
CMYK:
(6,0,9,1)
C6M0Y9K1 
(6%,0%,9%,1%)
(0.06/0.00/0.09/0.01)	

CMYK yüzdeleri

%6.32
%0
%8.7
%0.78

Codes

Color #EDFDE7 in popluar color models

EDFDE7
RGB237253231
HSL104°84.62%94.90%
HSB/HSV104°8.70%99.22%
CMYK6.32%0.00%8.70%
0.78%

Color #EDFDE7 in popluar number systems.

HEXEDFDE7
Decimal237253231
Binary111011011111110111100111
Octal355375347

Shades and tints

Shades of #EDFDE7

#EDFDE7
(237,253,231)
#D8E6D2
(216,230,210)
#C3CFBD
(195,207,189)
#AEB8A8
(174,184,168)
#99A193
(153,161,147)
#848A7E
(132,138,126)
#6F7369
(111,115,105)
#5A5C54
(90,92,84)
#45453F
(69,69,63)
#302E2A
(48,46,42)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #EDFDE7

#EDFDE7
(237,253,231)
#EEFDE9
(238,253,233)
#EFFDEB
(239,253,235)
#F0FDED
(240,253,237)
#F1FDEF
(241,253,239)
#F2FDF1
(242,253,241)
#F3FDF3
(243,253,243)
#F4FDF5
(244,253,245)
#F5FDF7
(245,253,247)
#F6FDF9
(246,253,249)
#F7FDFB
(247,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFDE7; }

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

This text font color is #EDFDE7.


Background Color

.myBgColor { background-color: #EDFDE7; }

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

This div background color is #EDFDE7.


Border color

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

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

This div border color is #EDFDE7.


Opacity

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

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

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

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

This text has shadow with #EDFDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFDE7 on black background.


Color preview on white background

This text has color #EDFDE7 on white background.



Black color preview on #EDFDE7 background

This text has black color on #EDFDE7 background.


White color preview on #EDFDE7 background

This text has white color on #EDFDE7 background.