COLOR #EDEEF0

HEX: #EDEEF0
RGB: (237,238,240)

Renk bilgisi

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

RGB renk modeli

#EDEEF0 color RGB value is (237,238,240).

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

RGB bağlantıları ve doygunluk

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

237
238
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 238 + 240 = 715 (100%)
R 237 of 715 ~ 33.15%
G 238 of 715 ~ 33.29%
B 240 of 715 ~ 33.57%

%33.15
%33.29
%33.57

CMYK RENK MODELİ

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

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.83%
  • 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
%0.83
%0
%5.88

Codes

Color #EDEEF0 in popluar color models

EDEEF0
RGB237238240
HSL220°9.09%93.53%
HSB/HSV220°1.25%94.12%
CMYK1.25%0.83%0.00%
5.88%

Color #EDEEF0 in popluar number systems.

HEXEDEEF0
Decimal237238240
Binary111011011110111011110000
Octal355356360

Shades and tints

Shades of #EDEEF0

#EDEEF0
(237,238,240)
#D8D9DB
(216,217,219)
#C3C4C6
(195,196,198)
#AEAFB1
(174,175,177)
#999A9C
(153,154,156)
#848587
(132,133,135)
#6F7072
(111,112,114)
#5A5B5D
(90,91,93)
#454648
(69,70,72)
#303133
(48,49,51)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #EDEEF0

#EDEEF0
(237,238,240)
#EEEFF1
(238,239,241)
#EFF0F2
(239,240,242)
#F0F1F3
(240,241,243)
#F1F2F4
(241,242,244)
#F2F3F5
(242,243,245)
#F3F4F6
(243,244,246)
#F4F5F7
(244,245,247)
#F5F6F8
(245,246,248)
#F6F7F9
(246,247,249)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEF0; }

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

This text font color is #EDEEF0.


Background Color

.myBgColor { background-color: #EDEEF0; }

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

This div background color is #EDEEF0.


Border color

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

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

This div border color is #EDEEF0.


Opacity

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

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

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

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

This text has shadow with #EDEEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEEF0 on black background.


Color preview on white background

This text has color #EDEEF0 on white background.



Black color preview on #EDEEF0 background

This text has black color on #EDEEF0 background.


White color preview on #EDEEF0 background

This text has white color on #EDEEF0 background.