COLOR #EDEDF0

HEX: #EDEDF0
RGB: (237,237,240)

Renk bilgisi

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

RGB renk modeli

#EDEDF0 color RGB value is (237,237,240).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 237 of 255 = 93%
B 240 of 255 = 94%

237
237
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 237 + 240 = 714 (100%)
R 237 of 714 ~ 33.19%
G 237 of 714 ~ 33.19%
B 240 of 714 ~ 33.61%

%33.19
%33.19
%33.61

CMYK RENK MODELİ

#EDEDF0 rengi CMYK tonu (1,1,0,6).

  • camgöbeği tonu 1.25%
  • eflatun tonu 1.25%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(1,1,0,6)
C1M1Y0K6 
(1%,1%,0%,6%)
(0.01/0.01/0.00/0.06)	

CMYK yüzdeleri

%1.25
%1.25
%0
%5.88

Codes

Color #EDEDF0 in popluar color models

EDEDF0
RGB237237240
HSL240°9.09%93.53%
HSB/HSV240°1.25%94.12%
CMYK1.25%1.25%0.00%
5.88%

Color #EDEDF0 in popluar number systems.

HEXEDEDF0
Decimal237237240
Binary111011011110110111110000
Octal355355360

Shades and tints

Shades of #EDEDF0

#EDEDF0
(237,237,240)
#D8D8DB
(216,216,219)
#C3C3C6
(195,195,198)
#AEAEB1
(174,174,177)
#99999C
(153,153,156)
#848487
(132,132,135)
#6F6F72
(111,111,114)
#5A5A5D
(90,90,93)
#454548
(69,69,72)
#303033
(48,48,51)
#1B1B1E
(27,27,30)
#000000
(0,0,0)

Tints of #EDEDF0

#EDEDF0
(237,237,240)
#EEEEF1
(238,238,241)
#EFEFF2
(239,239,242)
#F0F0F3
(240,240,243)
#F1F1F4
(241,241,244)
#F2F2F5
(242,242,245)
#F3F3F6
(243,243,246)
#F4F4F7
(244,244,247)
#F5F5F8
(245,245,248)
#F6F6F9
(246,246,249)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDF0; }

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

This text font color is #EDEDF0.


Background Color

.myBgColor { background-color: #EDEDF0; }

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

This div background color is #EDEDF0.


Border color

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

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

This div border color is #EDEDF0.


Opacity

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

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

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

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

This text has shadow with #EDEDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDF0 on black background.


Color preview on white background

This text has color #EDEDF0 on white background.



Black color preview on #EDEDF0 background

This text has black color on #EDEDF0 background.


White color preview on #EDEDF0 background

This text has white color on #EDEDF0 background.