COLOR #EDEDF2

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

237
237
242

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

Yüzdelerle RGB renk parçaları

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

%33.1
%33.1
%33.8

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%2.07
%2.07
%0
%5.1

Codes

Color #EDEDF2 in popluar color models

EDEDF2
RGB237237242
HSL240°16.13%93.92%
HSB/HSV240°2.07%94.90%
CMYK2.07%2.07%0.00%
5.10%

Color #EDEDF2 in popluar number systems.

HEXEDEDF2
Decimal237237242
Binary111011011110110111110010
Octal355355362

Shades and tints

Shades of #EDEDF2

#EDEDF2
(237,237,242)
#D8D8DC
(216,216,220)
#C3C3C6
(195,195,198)
#AEAEB0
(174,174,176)
#99999A
(153,153,154)
#848484
(132,132,132)
#6F6F6E
(111,111,110)
#5A5A58
(90,90,88)
#454542
(69,69,66)
#30302C
(48,48,44)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #EDEDF2

#EDEDF2
(237,237,242)
#EEEEF3
(238,238,243)
#EFEFF4
(239,239,244)
#F0F0F5
(240,240,245)
#F1F1F6
(241,241,246)
#F2F2F7
(242,242,247)
#F3F3F8
(243,243,248)
#F4F4F9
(244,244,249)
#F5F5FA
(245,245,250)
#F6F6FB
(246,246,251)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDF2; }

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

This text font color is #EDEDF2.


Background Color

.myBgColor { background-color: #EDEDF2; }

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

This div background color is #EDEDF2.


Border color

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

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

This div border color is #EDEDF2.


Opacity

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

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

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

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

This text has shadow with #EDEDF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDF2 on black background.


Color preview on white background

This text has color #EDEDF2 on white background.



Black color preview on #EDEDF2 background

This text has black color on #EDEDF2 background.


White color preview on #EDEDF2 background

This text has white color on #EDEDF2 background.