COLOR #EDF2FD

HEX: #EDF2FD
RGB: (237,242,253)

Renk bilgisi

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

RGB renk modeli

#EDF2FD color RGB value is (237,242,253).

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

RGB bağlantıları ve doygunluk

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

237
242
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 242 + 253 = 732 (100%)
R 237 of 732 ~ 32.38%
G 242 of 732 ~ 33.06%
B 253 of 732 ~ 34.56%

%32.38
%33.06
%34.56

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%6.32
%4.35
%0
%0.78

Codes

Color #EDF2FD in popluar color models

EDF2FD
RGB237242253
HSL221°80.00%96.08%
HSB/HSV221°6.32%99.22%
CMYK6.32%4.35%0.00%
0.78%

Color #EDF2FD in popluar number systems.

HEXEDF2FD
Decimal237242253
Binary111011011111001011111101
Octal355362375

Shades and tints

Shades of #EDF2FD

#EDF2FD
(237,242,253)
#D8DCE6
(216,220,230)
#C3C6CF
(195,198,207)
#AEB0B8
(174,176,184)
#999AA1
(153,154,161)
#84848A
(132,132,138)
#6F6E73
(111,110,115)
#5A585C
(90,88,92)
#454245
(69,66,69)
#302C2E
(48,44,46)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDF2FD

#EDF2FD
(237,242,253)
#EEF3FD
(238,243,253)
#EFF4FD
(239,244,253)
#F0F5FD
(240,245,253)
#F1F6FD
(241,246,253)
#F2F7FD
(242,247,253)
#F3F8FD
(243,248,253)
#F4F9FD
(244,249,253)
#F5FAFD
(245,250,253)
#F6FBFD
(246,251,253)
#F7FCFD
(247,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2FD; }

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

This text font color is #EDF2FD.


Background Color

.myBgColor { background-color: #EDF2FD; }

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

This div background color is #EDF2FD.


Border color

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

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

This div border color is #EDF2FD.


Opacity

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

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

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

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

This text has shadow with #EDF2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2FD on black background.


Color preview on white background

This text has color #EDF2FD on white background.



Black color preview on #EDF2FD background

This text has black color on #EDF2FD background.


White color preview on #EDF2FD background

This text has white color on #EDF2FD background.