COLOR #EDEFFB

HEX: #EDEFFB
RGB: (237,239,251)

Renk bilgisi

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

RGB renk modeli

#EDEFFB color RGB value is (237,239,251).

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

RGB bağlantıları ve doygunluk

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

237
239
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 239 + 251 = 727 (100%)
R 237 of 727 ~ 32.6%
G 239 of 727 ~ 32.87%
B 251 of 727 ~ 34.53%

%32.6
%32.87
%34.53

CMYK RENK MODELİ

#EDEFFB rengi CMYK tonu (6,5,0,2).

  • camgöbeği tonu 5.58%
  • eflatun tonu 4.78%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(6,5,0,2)
C6M5Y0K2 
(6%,5%,0%,2%)
(0.06/0.05/0.00/0.02)	

CMYK yüzdeleri

%5.58
%4.78
%0
%1.57

Codes

Color #EDEFFB in popluar color models

EDEFFB
RGB237239251
HSL231°63.64%95.69%
HSB/HSV231°5.58%98.43%
CMYK5.58%4.78%0.00%
1.57%

Color #EDEFFB in popluar number systems.

HEXEDEFFB
Decimal237239251
Binary111011011110111111111011
Octal355357373

Shades and tints

Shades of #EDEFFB

#EDEFFB
(237,239,251)
#D8DAE5
(216,218,229)
#C3C5CF
(195,197,207)
#AEB0B9
(174,176,185)
#999BA3
(153,155,163)
#84868D
(132,134,141)
#6F7177
(111,113,119)
#5A5C61
(90,92,97)
#45474B
(69,71,75)
#303235
(48,50,53)
#1B1D1F
(27,29,31)
#000000
(0,0,0)

Tints of #EDEFFB

#EDEFFB
(237,239,251)
#EEF0FB
(238,240,251)
#EFF1FB
(239,241,251)
#F0F2FB
(240,242,251)
#F1F3FB
(241,243,251)
#F2F4FB
(242,244,251)
#F3F5FB
(243,245,251)
#F4F6FB
(244,246,251)
#F5F7FB
(245,247,251)
#F6F8FB
(246,248,251)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFFB; }

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

This text font color is #EDEFFB.


Background Color

.myBgColor { background-color: #EDEFFB; }

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

This div background color is #EDEFFB.


Border color

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

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

This div border color is #EDEFFB.


Opacity

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

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

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

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

This text has shadow with #EDEFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEFFB on black background.


Color preview on white background

This text has color #EDEFFB on white background.



Black color preview on #EDEFFB background

This text has black color on #EDEFFB background.


White color preview on #EDEFFB background

This text has white color on #EDEFFB background.