COLOR #EDF1FD

HEX: #EDF1FD
RGB: (237,241,253)

Renk bilgisi

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

RGB renk modeli

#EDF1FD color RGB value is (237,241,253).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 241 of 255 = 95%
B 253 of 255 = 99%

237
241
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 241 + 253 = 731 (100%)
R 237 of 731 ~ 32.42%
G 241 of 731 ~ 32.97%
B 253 of 731 ~ 34.61%

%32.42
%32.97
%34.61

CMYK RENK MODELİ

#EDF1FD rengi CMYK tonu (6,5,0,1).

  • camgöbeği tonu 6.32%
  • eflatun tonu 4.74%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(6,5,0,1)
C6M5Y0K1 
(6%,5%,0%,1%)
(0.06/0.05/0.00/0.01)	

CMYK yüzdeleri

%6.32
%4.74
%0
%0.78

Codes

Color #EDF1FD in popluar color models

EDF1FD
RGB237241253
HSL225°80.00%96.08%
HSB/HSV225°6.32%99.22%
CMYK6.32%4.74%0.00%
0.78%

Color #EDF1FD in popluar number systems.

HEXEDF1FD
Decimal237241253
Binary111011011111000111111101
Octal355361375

Shades and tints

Shades of #EDF1FD

#EDF1FD
(237,241,253)
#D8DCE6
(216,220,230)
#C3C7CF
(195,199,207)
#AEB2B8
(174,178,184)
#999DA1
(153,157,161)
#84888A
(132,136,138)
#6F7373
(111,115,115)
#5A5E5C
(90,94,92)
#454945
(69,73,69)
#30342E
(48,52,46)
#1B1F17
(27,31,23)
#000000
(0,0,0)

Tints of #EDF1FD

#EDF1FD
(237,241,253)
#EEF2FD
(238,242,253)
#EFF3FD
(239,243,253)
#F0F4FD
(240,244,253)
#F1F5FD
(241,245,253)
#F2F6FD
(242,246,253)
#F3F7FD
(243,247,253)
#F4F8FD
(244,248,253)
#F5F9FD
(245,249,253)
#F6FAFD
(246,250,253)
#F7FBFD
(247,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF1FD; }

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

This text font color is #EDF1FD.


Background Color

.myBgColor { background-color: #EDF1FD; }

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

This div background color is #EDF1FD.


Border color

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

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

This div border color is #EDF1FD.


Opacity

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

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

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

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

This text has shadow with #EDF1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF1FD on black background.


Color preview on white background

This text has color #EDF1FD on white background.



Black color preview on #EDF1FD background

This text has black color on #EDF1FD background.


White color preview on #EDF1FD background

This text has white color on #EDF1FD background.