COLOR #EDF5E1

HEX: #EDF5E1
RGB: (237,245,225)

Renk bilgisi

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

RGB renk modeli

#EDF5E1 color RGB value is (237,245,225).

  • kırmız ton 237;
  • yeşil ton 245;
  • mavi ton 225.
RGB:
(237,245,225)
(93%,96%,88%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 245 of 255 = 96%
B 225 of 255 = 88%

237
245
225

R + G + B ~ 92%. #EDF5E1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 245 + 225 = 707 (100%)
R 237 of 707 ~ 33.52%
G 245 of 707 ~ 34.65%
B 225 of 707 ~ 31.82%

%33.52
%34.65
%31.82

CMYK RENK MODELİ

#EDF5E1 rengi CMYK tonu (3,0,8,4).

  • camgöbeği tonu 3.27%
  • eflatun tonu 0.00%
  • sarı tonu 8.16%
  • ana renk tonu 3.92%
CMYK:
(3,0,8,4)
C3M0Y8K4 
(3%,0%,8%,4%)
(0.03/0.00/0.08/0.04)	

CMYK yüzdeleri

%3.27
%0
%8.16
%3.92

Codes

Color #EDF5E1 in popluar color models

EDF5E1
RGB237245225
HSL84°50.00%92.16%
HSB/HSV84°8.16%96.08%
CMYK3.27%0.00%8.16%
3.92%

Color #EDF5E1 in popluar number systems.

HEXEDF5E1
Decimal237245225
Binary111011011111010111100001
Octal355365341

Shades and tints

Shades of #EDF5E1

#EDF5E1
(237,245,225)
#D8DFCD
(216,223,205)
#C3C9B9
(195,201,185)
#AEB3A5
(174,179,165)
#999D91
(153,157,145)
#84877D
(132,135,125)
#6F7169
(111,113,105)
#5A5B55
(90,91,85)
#454541
(69,69,65)
#302F2D
(48,47,45)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDF5E1

#EDF5E1
(237,245,225)
#EEF5E3
(238,245,227)
#EFF5E5
(239,245,229)
#F0F5E7
(240,245,231)
#F1F5E9
(241,245,233)
#F2F5EB
(242,245,235)
#F3F5ED
(243,245,237)
#F4F5EF
(244,245,239)
#F5F5F1
(245,245,241)
#F6F5F3
(246,245,243)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF5E1 color. Also use rgb(237,245,225) instead hex code.

Text Font Color

.myTextColor { color: #EDF5E1; }

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

This text font color is #EDF5E1.


Background Color

.myBgColor { background-color: #EDF5E1; }

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

This div background color is #EDF5E1.


Border color

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

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

This div border color is #EDF5E1.


Opacity

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

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

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

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

This text has shadow with #EDF5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF5E1 on black background.


Color preview on white background

This text has color #EDF5E1 on white background.



Black color preview on #EDF5E1 background

This text has black color on #EDF5E1 background.


White color preview on #EDF5E1 background

This text has white color on #EDF5E1 background.