COLOR #EDF1FC

HEX: #EDF1FC
RGB: (237,241,252)

Renk bilgisi

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

RGB renk modeli

#EDF1FC color RGB value is (237,241,252).

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

RGB bağlantıları ve doygunluk

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

237
241
252

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 241 + 252 = 730 (100%)
R 237 of 730 ~ 32.47%
G 241 of 730 ~ 33.01%
B 252 of 730 ~ 34.52%

%32.47
%33.01
%34.52

CMYK RENK MODELİ

#EDF1FC rengi CMYK tonu (6,4,0,1).

  • camgöbeği tonu 5.95%
  • eflatun tonu 4.37%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(6,4,0,1)
C6M4Y0K1 
(6%,4%,0%,1%)
(0.06/0.04/0.00/0.01)	

CMYK yüzdeleri

%5.95
%4.37
%0
%1.18

Codes

Color #EDF1FC in popluar color models

EDF1FC
RGB237241252
HSL224°71.43%95.88%
HSB/HSV224°5.95%98.82%
CMYK5.95%4.37%0.00%
1.18%

Color #EDF1FC in popluar number systems.

HEXEDF1FC
Decimal237241252
Binary111011011111000111111100
Octal355361374

Shades and tints

Shades of #EDF1FC

#EDF1FC
(237,241,252)
#D8DCE6
(216,220,230)
#C3C7D0
(195,199,208)
#AEB2BA
(174,178,186)
#999DA4
(153,157,164)
#84888E
(132,136,142)
#6F7378
(111,115,120)
#5A5E62
(90,94,98)
#45494C
(69,73,76)
#303436
(48,52,54)
#1B1F20
(27,31,32)
#000000
(0,0,0)

Tints of #EDF1FC

#EDF1FC
(237,241,252)
#EEF2FC
(238,242,252)
#EFF3FC
(239,243,252)
#F0F4FC
(240,244,252)
#F1F5FC
(241,245,252)
#F2F6FC
(242,246,252)
#F3F7FC
(243,247,252)
#F4F8FC
(244,248,252)
#F5F9FC
(245,249,252)
#F6FAFC
(246,250,252)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF1FC; }

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

This text font color is #EDF1FC.


Background Color

.myBgColor { background-color: #EDF1FC; }

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

This div background color is #EDF1FC.


Border color

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

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

This div border color is #EDF1FC.


Opacity

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

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

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

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

This text has shadow with #EDF1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF1FC on black background.


Color preview on white background

This text has color #EDF1FC on white background.



Black color preview on #EDF1FC background

This text has black color on #EDF1FC background.


White color preview on #EDF1FC background

This text has white color on #EDF1FC background.