COLOR #EDEEFB

HEX: #EDEEFB
RGB: (237,238,251)

Renk bilgisi

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

RGB renk modeli

#EDEEFB color RGB value is (237,238,251).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 238 of 255 = 93%
B 251 of 255 = 98%

237
238
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 238 + 251 = 726 (100%)
R 237 of 726 ~ 32.64%
G 238 of 726 ~ 32.78%
B 251 of 726 ~ 34.57%

%32.64
%32.78
%34.57

CMYK RENK MODELİ

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

  • camgöbeği tonu 5.58%
  • eflatun tonu 5.18%
  • 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
%5.18
%0
%1.57

Codes

Color #EDEEFB in popluar color models

EDEEFB
RGB237238251
HSL236°63.64%95.69%
HSB/HSV236°5.58%98.43%
CMYK5.58%5.18%0.00%
1.57%

Color #EDEEFB in popluar number systems.

HEXEDEEFB
Decimal237238251
Binary111011011110111011111011
Octal355356373

Shades and tints

Shades of #EDEEFB

#EDEEFB
(237,238,251)
#D8D9E5
(216,217,229)
#C3C4CF
(195,196,207)
#AEAFB9
(174,175,185)
#999AA3
(153,154,163)
#84858D
(132,133,141)
#6F7077
(111,112,119)
#5A5B61
(90,91,97)
#45464B
(69,70,75)
#303135
(48,49,53)
#1B1C1F
(27,28,31)
#000000
(0,0,0)

Tints of #EDEEFB

#EDEEFB
(237,238,251)
#EEEFFB
(238,239,251)
#EFF0FB
(239,240,251)
#F0F1FB
(240,241,251)
#F1F2FB
(241,242,251)
#F2F3FB
(242,243,251)
#F3F4FB
(243,244,251)
#F4F5FB
(244,245,251)
#F5F6FB
(245,246,251)
#F6F7FB
(246,247,251)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEFB; }

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

This text font color is #EDEEFB.


Background Color

.myBgColor { background-color: #EDEEFB; }

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

This div background color is #EDEEFB.


Border color

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

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

This div border color is #EDEEFB.


Opacity

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

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

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

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

This text has shadow with #EDEEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEEFB on black background.


Color preview on white background

This text has color #EDEEFB on white background.



Black color preview on #EDEEFB background

This text has black color on #EDEEFB background.


White color preview on #EDEEFB background

This text has white color on #EDEEFB background.