COLOR #EDF6FB

HEX: #EDF6FB
RGB: (237,246,251)

Renk bilgisi

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

RGB renk modeli

#EDF6FB color RGB value is (237,246,251).

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

RGB bağlantıları ve doygunluk

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

237
246
251

R + G + B ~ 96%. #EDF6FB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 246 + 251 = 734 (100%)
R 237 of 734 ~ 32.29%
G 246 of 734 ~ 33.51%
B 251 of 734 ~ 34.2%

%32.29
%33.51
%34.2

CMYK RENK MODELİ

#EDF6FB rengi CMYK tonu (6,2,0,2).

  • camgöbeği tonu 5.58%
  • eflatun tonu 1.99%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(6,2,0,2)
C6M2Y0K2 
(6%,2%,0%,2%)
(0.06/0.02/0.00/0.02)	

CMYK yüzdeleri

%5.58
%1.99
%0
%1.57

Codes

Color #EDF6FB in popluar color models

EDF6FB
RGB237246251
HSL201°63.64%95.69%
HSB/HSV201°5.58%98.43%
CMYK5.58%1.99%0.00%
1.57%

Color #EDF6FB in popluar number systems.

HEXEDF6FB
Decimal237246251
Binary111011011111011011111011
Octal355366373

Shades and tints

Shades of #EDF6FB

#EDF6FB
(237,246,251)
#D8E0E5
(216,224,229)
#C3CACF
(195,202,207)
#AEB4B9
(174,180,185)
#999EA3
(153,158,163)
#84888D
(132,136,141)
#6F7277
(111,114,119)
#5A5C61
(90,92,97)
#45464B
(69,70,75)
#303035
(48,48,53)
#1B1A1F
(27,26,31)
#000000
(0,0,0)

Tints of #EDF6FB

#EDF6FB
(237,246,251)
#EEF6FB
(238,246,251)
#EFF6FB
(239,246,251)
#F0F6FB
(240,246,251)
#F1F6FB
(241,246,251)
#F2F6FB
(242,246,251)
#F3F6FB
(243,246,251)
#F4F6FB
(244,246,251)
#F5F6FB
(245,246,251)
#F6F6FB
(246,246,251)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6FB; }

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

This text font color is #EDF6FB.


Background Color

.myBgColor { background-color: #EDF6FB; }

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

This div background color is #EDF6FB.


Border color

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

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

This div border color is #EDF6FB.


Opacity

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

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

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

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

This text has shadow with #EDF6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6FB on black background.


Color preview on white background

This text has color #EDF6FB on white background.



Black color preview on #EDF6FB background

This text has black color on #EDF6FB background.


White color preview on #EDF6FB background

This text has white color on #EDF6FB background.