COLOR #EDF9FE

HEX: #EDF9FE
RGB: (237,249,254)

Renk bilgisi

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

RGB renk modeli

#EDF9FE color RGB value is (237,249,254).

  • kırmız ton 237;
  • yeşil ton 249;
  • mavi ton 254.
RGB:
(237,249,254)
(93%,98%,100%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 249 of 255 = 98%
B 254 of 255 = 100%

237
249
254

R + G + B ~ 97%. #EDF9FE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 249 + 254 = 740 (100%)
R 237 of 740 ~ 32.03%
G 249 of 740 ~ 33.65%
B 254 of 740 ~ 34.32%

%32.03
%33.65
%34.32

CMYK RENK MODELİ

#EDF9FE rengi CMYK tonu (7,2,0,0).

  • camgöbeği tonu 6.69%
  • eflatun tonu 1.97%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(7,2,0,0)
C7M2Y0K0 
(7%,2%,0%,0%)
(0.07/0.02/0.00/0.00)	

CMYK yüzdeleri

%6.69
%1.97
%0
%0.39

Codes

Color #EDF9FE in popluar color models

EDF9FE
RGB237249254
HSL198°89.47%96.27%
HSB/HSV198°6.69%99.61%
CMYK6.69%1.97%0.00%
0.39%

Color #EDF9FE in popluar number systems.

HEXEDF9FE
Decimal237249254
Binary111011011111100111111110
Octal355371376

Shades and tints

Shades of #EDF9FE

#EDF9FE
(237,249,254)
#D8E3E7
(216,227,231)
#C3CDD0
(195,205,208)
#AEB7B9
(174,183,185)
#99A1A2
(153,161,162)
#848B8B
(132,139,139)
#6F7574
(111,117,116)
#5A5F5D
(90,95,93)
#454946
(69,73,70)
#30332F
(48,51,47)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #EDF9FE

#EDF9FE
(237,249,254)
#EEF9FE
(238,249,254)
#EFF9FE
(239,249,254)
#F0F9FE
(240,249,254)
#F1F9FE
(241,249,254)
#F2F9FE
(242,249,254)
#F3F9FE
(243,249,254)
#F4F9FE
(244,249,254)
#F5F9FE
(245,249,254)
#F6F9FE
(246,249,254)
#F7F9FE
(247,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF9FE; }

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

This text font color is #EDF9FE.


Background Color

.myBgColor { background-color: #EDF9FE; }

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

This div background color is #EDF9FE.


Border color

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

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

This div border color is #EDF9FE.


Opacity

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

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

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

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

This text has shadow with #EDF9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF9FE on black background.


Color preview on white background

This text has color #EDF9FE on white background.



Black color preview on #EDF9FE background

This text has black color on #EDF9FE background.


White color preview on #EDF9FE background

This text has white color on #EDF9FE background.