COLOR #EDEBF8

HEX: #EDEBF8
RGB: (237,235,248)

Renk bilgisi

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

RGB renk modeli

#EDEBF8 color RGB value is (237,235,248).

  • kırmız ton 237;
  • yeşil ton 235;
  • mavi ton 248.
RGB:
(237,235,248)
(93%,92%,97%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 235 of 255 = 92%
B 248 of 255 = 97%

237
235
248

R + G + B ~ 94%. #EDEBF8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 235 + 248 = 720 (100%)
R 237 of 720 ~ 32.92%
G 235 of 720 ~ 32.64%
B 248 of 720 ~ 34.44%

%32.92
%32.64
%34.44

CMYK RENK MODELİ

#EDEBF8 rengi CMYK tonu (4,5,0,3).

  • camgöbeği tonu 4.44%
  • eflatun tonu 5.24%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(4,5,0,3)
C4M5Y0K3 
(4%,5%,0%,3%)
(0.04/0.05/0.00/0.03)	

CMYK yüzdeleri

%4.44
%5.24
%0
%2.75

Codes

Color #EDEBF8 in popluar color models

EDEBF8
RGB237235248
HSL249°48.15%94.71%
HSB/HSV249°5.24%97.25%
CMYK4.44%5.24%0.00%
2.75%

Color #EDEBF8 in popluar number systems.

HEXEDEBF8
Decimal237235248
Binary111011011110101111111000
Octal355353370

Shades and tints

Shades of #EDEBF8

#EDEBF8
(237,235,248)
#D8D6E2
(216,214,226)
#C3C1CC
(195,193,204)
#AEACB6
(174,172,182)
#9997A0
(153,151,160)
#84828A
(132,130,138)
#6F6D74
(111,109,116)
#5A585E
(90,88,94)
#454348
(69,67,72)
#302E32
(48,46,50)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #EDEBF8

#EDEBF8
(237,235,248)
#EEECF8
(238,236,248)
#EFEDF8
(239,237,248)
#F0EEF8
(240,238,248)
#F1EFF8
(241,239,248)
#F2F0F8
(242,240,248)
#F3F1F8
(243,241,248)
#F4F2F8
(244,242,248)
#F5F3F8
(245,243,248)
#F6F4F8
(246,244,248)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEBF8 color. Also use rgb(237,235,248) instead hex code.

Text Font Color

.myTextColor { color: #EDEBF8; }

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

This text font color is #EDEBF8.


Background Color

.myBgColor { background-color: #EDEBF8; }

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

This div background color is #EDEBF8.


Border color

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

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

This div border color is #EDEBF8.


Opacity

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

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

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

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

This text has shadow with #EDEBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBF8 on black background.


Color preview on white background

This text has color #EDEBF8 on white background.



Black color preview on #EDEBF8 background

This text has black color on #EDEBF8 background.


White color preview on #EDEBF8 background

This text has white color on #EDEBF8 background.