COLOR #EDEFF9

HEX: #EDEFF9
RGB: (237,239,249)

Renk bilgisi

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

RGB renk modeli

#EDEFF9 color RGB value is (237,239,249).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 239 of 255 = 94%
B 249 of 255 = 98%

237
239
249

R + G + B ~ 95%. #EDEFF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 239 + 249 = 725 (100%)
R 237 of 725 ~ 32.69%
G 239 of 725 ~ 32.97%
B 249 of 725 ~ 34.34%

%32.69
%32.97
%34.34

CMYK RENK MODELİ

#EDEFF9 rengi CMYK tonu (5,4,0,2).

  • camgöbeği tonu 4.82%
  • eflatun tonu 4.02%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(5,4,0,2)
C5M4Y0K2 
(5%,4%,0%,2%)
(0.05/0.04/0.00/0.02)	

CMYK yüzdeleri

%4.82
%4.02
%0
%2.35

Codes

Color #EDEFF9 in popluar color models

EDEFF9
RGB237239249
HSL230°50.00%95.29%
HSB/HSV230°4.82%97.65%
CMYK4.82%4.02%0.00%
2.35%

Color #EDEFF9 in popluar number systems.

HEXEDEFF9
Decimal237239249
Binary111011011110111111111001
Octal355357371

Shades and tints

Shades of #EDEFF9

#EDEFF9
(237,239,249)
#D8DAE3
(216,218,227)
#C3C5CD
(195,197,205)
#AEB0B7
(174,176,183)
#999BA1
(153,155,161)
#84868B
(132,134,139)
#6F7175
(111,113,117)
#5A5C5F
(90,92,95)
#454749
(69,71,73)
#303233
(48,50,51)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #EDEFF9

#EDEFF9
(237,239,249)
#EEF0F9
(238,240,249)
#EFF1F9
(239,241,249)
#F0F2F9
(240,242,249)
#F1F3F9
(241,243,249)
#F2F4F9
(242,244,249)
#F3F5F9
(243,245,249)
#F4F6F9
(244,246,249)
#F5F7F9
(245,247,249)
#F6F8F9
(246,248,249)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFF9; }

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

This text font color is #EDEFF9.


Background Color

.myBgColor { background-color: #EDEFF9; }

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

This div background color is #EDEFF9.


Border color

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

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

This div border color is #EDEFF9.


Opacity

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

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

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

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

This text has shadow with #EDEFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEFF9 on black background.


Color preview on white background

This text has color #EDEFF9 on white background.



Black color preview on #EDEFF9 background

This text has black color on #EDEFF9 background.


White color preview on #EDEFF9 background

This text has white color on #EDEFF9 background.