COLOR #EDF2ED

HEX: #EDF2ED
RGB: (237,242,237)

Renk bilgisi

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

RGB renk modeli

#EDF2ED color RGB value is (237,242,237).

  • kırmız ton 237;
  • yeşil ton 242;
  • mavi ton 237.
RGB:
(237,242,237)
(93%,95%,93%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 242 of 255 = 95%
B 237 of 255 = 93%

237
242
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 242 + 237 = 716 (100%)
R 237 of 716 ~ 33.1%
G 242 of 716 ~ 33.8%
B 237 of 716 ~ 33.1%

%33.1
%33.8
%33.1

CMYK RENK MODELİ

#EDF2ED rengi CMYK tonu (2,0,2,5).

  • camgöbeği tonu 2.07%
  • eflatun tonu 0.00%
  • sarı tonu 2.07%
  • ana renk tonu 5.10%
CMYK:
(2,0,2,5)
C2M0Y2K5 
(2%,0%,2%,5%)
(0.02/0.00/0.02/0.05)	

CMYK yüzdeleri

%2.07
%0
%2.07
%5.1

Codes

Color #EDF2ED in popluar color models

EDF2ED
RGB237242237
HSL120°16.13%93.92%
HSB/HSV120°2.07%94.90%
CMYK2.07%0.00%2.07%
5.10%

Color #EDF2ED in popluar number systems.

HEXEDF2ED
Decimal237242237
Binary111011011111001011101101
Octal355362355

Shades and tints

Shades of #EDF2ED

#EDF2ED
(237,242,237)
#D8DCD8
(216,220,216)
#C3C6C3
(195,198,195)
#AEB0AE
(174,176,174)
#999A99
(153,154,153)
#848484
(132,132,132)
#6F6E6F
(111,110,111)
#5A585A
(90,88,90)
#454245
(69,66,69)
#302C30
(48,44,48)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #EDF2ED

#EDF2ED
(237,242,237)
#EEF3EE
(238,243,238)
#EFF4EF
(239,244,239)
#F0F5F0
(240,245,240)
#F1F6F1
(241,246,241)
#F2F7F2
(242,247,242)
#F3F8F3
(243,248,243)
#F4F9F4
(244,249,244)
#F5FAF5
(245,250,245)
#F6FBF6
(246,251,246)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2ED; }

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

This text font color is #EDF2ED.


Background Color

.myBgColor { background-color: #EDF2ED; }

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

This div background color is #EDF2ED.


Border color

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

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

This div border color is #EDF2ED.


Opacity

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

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

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

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

This text has shadow with #EDF2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2ED on black background.


Color preview on white background

This text has color #EDF2ED on white background.



Black color preview on #EDF2ED background

This text has black color on #EDF2ED background.


White color preview on #EDF2ED background

This text has white color on #EDF2ED background.