COLOR #EDF4FB

HEX: #EDF4FB
RGB: (237,244,251)

Renk bilgisi

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

RGB renk modeli

#EDF4FB color RGB value is (237,244,251).

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

RGB bağlantıları ve doygunluk

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

237
244
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 244 + 251 = 732 (100%)
R 237 of 732 ~ 32.38%
G 244 of 732 ~ 33.33%
B 251 of 732 ~ 34.29%

%32.38
%33.33
%34.29

CMYK RENK MODELİ

#EDF4FB rengi CMYK tonu (6,3,0,2).

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

CMYK yüzdeleri

%5.58
%2.79
%0
%1.57

Codes

Color #EDF4FB in popluar color models

EDF4FB
RGB237244251
HSL210°63.64%95.69%
HSB/HSV210°5.58%98.43%
CMYK5.58%2.79%0.00%
1.57%

Color #EDF4FB in popluar number systems.

HEXEDF4FB
Decimal237244251
Binary111011011111010011111011
Octal355364373

Shades and tints

Shades of #EDF4FB

#EDF4FB
(237,244,251)
#D8DEE5
(216,222,229)
#C3C8CF
(195,200,207)
#AEB2B9
(174,178,185)
#999CA3
(153,156,163)
#84868D
(132,134,141)
#6F7077
(111,112,119)
#5A5A61
(90,90,97)
#45444B
(69,68,75)
#302E35
(48,46,53)
#1B181F
(27,24,31)
#000000
(0,0,0)

Tints of #EDF4FB

#EDF4FB
(237,244,251)
#EEF5FB
(238,245,251)
#EFF6FB
(239,246,251)
#F0F7FB
(240,247,251)
#F1F8FB
(241,248,251)
#F2F9FB
(242,249,251)
#F3FAFB
(243,250,251)
#F4FBFB
(244,251,251)
#F5FCFB
(245,252,251)
#F6FDFB
(246,253,251)
#F7FEFB
(247,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF4FB; }

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

This text font color is #EDF4FB.


Background Color

.myBgColor { background-color: #EDF4FB; }

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

This div background color is #EDF4FB.


Border color

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

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

This div border color is #EDF4FB.


Opacity

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

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

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

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

This text has shadow with #EDF4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF4FB on black background.


Color preview on white background

This text has color #EDF4FB on white background.



Black color preview on #EDF4FB background

This text has black color on #EDF4FB background.


White color preview on #EDF4FB background

This text has white color on #EDF4FB background.