COLOR #EDEDF6

HEX: #EDEDF6
RGB: (237,237,246)

Renk bilgisi

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

RGB renk modeli

#EDEDF6 color RGB value is (237,237,246).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 237 of 255 = 93%
B 246 of 255 = 96%

237
237
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 237 + 246 = 720 (100%)
R 237 of 720 ~ 32.92%
G 237 of 720 ~ 32.92%
B 246 of 720 ~ 34.17%

%32.92
%32.92
%34.17

CMYK RENK MODELİ

#EDEDF6 rengi CMYK tonu (4,4,0,4).

  • camgöbeği tonu 3.66%
  • eflatun tonu 3.66%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(4,4,0,4)
C4M4Y0K4 
(4%,4%,0%,4%)
(0.04/0.04/0.00/0.04)	

CMYK yüzdeleri

%3.66
%3.66
%0
%3.53

Codes

Color #EDEDF6 in popluar color models

EDEDF6
RGB237237246
HSL240°33.33%94.71%
HSB/HSV240°3.66%96.47%
CMYK3.66%3.66%0.00%
3.53%

Color #EDEDF6 in popluar number systems.

HEXEDEDF6
Decimal237237246
Binary111011011110110111110110
Octal355355366

Shades and tints

Shades of #EDEDF6

#EDEDF6
(237,237,246)
#D8D8E0
(216,216,224)
#C3C3CA
(195,195,202)
#AEAEB4
(174,174,180)
#99999E
(153,153,158)
#848488
(132,132,136)
#6F6F72
(111,111,114)
#5A5A5C
(90,90,92)
#454546
(69,69,70)
#303030
(48,48,48)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDEDF6

#EDEDF6
(237,237,246)
#EEEEF6
(238,238,246)
#EFEFF6
(239,239,246)
#F0F0F6
(240,240,246)
#F1F1F6
(241,241,246)
#F2F2F6
(242,242,246)
#F3F3F6
(243,243,246)
#F4F4F6
(244,244,246)
#F5F5F6
(245,245,246)
#F6F6F6
(246,246,246)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDF6; }

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

This text font color is #EDEDF6.


Background Color

.myBgColor { background-color: #EDEDF6; }

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

This div background color is #EDEDF6.


Border color

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

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

This div border color is #EDEDF6.


Opacity

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

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

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

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

This text has shadow with #EDEDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDF6 on black background.


Color preview on white background

This text has color #EDEDF6 on white background.



Black color preview on #EDEDF6 background

This text has black color on #EDEDF6 background.


White color preview on #EDEDF6 background

This text has white color on #EDEDF6 background.