COLOR #EDEBF2

HEX: #EDEBF2
RGB: (237,235,242)

Renk bilgisi

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

RGB renk modeli

#EDEBF2 color RGB value is (237,235,242).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 235 of 255 = 92%
B 242 of 255 = 95%

237
235
242

R + G + B ~ 93%. #EDEBF2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 235 + 242 = 714 (100%)
R 237 of 714 ~ 33.19%
G 235 of 714 ~ 32.91%
B 242 of 714 ~ 33.89%

%33.19
%32.91
%33.89

CMYK RENK MODELİ

#EDEBF2 rengi CMYK tonu (2,3,0,5).

  • camgöbeği tonu 2.07%
  • eflatun tonu 2.89%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(2,3,0,5)
C2M3Y0K5 
(2%,3%,0%,5%)
(0.02/0.03/0.00/0.05)	

CMYK yüzdeleri

%2.07
%2.89
%0
%5.1

Codes

Color #EDEBF2 in popluar color models

EDEBF2
RGB237235242
HSL257°21.21%93.53%
HSB/HSV257°2.89%94.90%
CMYK2.07%2.89%0.00%
5.10%

Color #EDEBF2 in popluar number systems.

HEXEDEBF2
Decimal237235242
Binary111011011110101111110010
Octal355353362

Shades and tints

Shades of #EDEBF2

#EDEBF2
(237,235,242)
#D8D6DC
(216,214,220)
#C3C1C6
(195,193,198)
#AEACB0
(174,172,176)
#99979A
(153,151,154)
#848284
(132,130,132)
#6F6D6E
(111,109,110)
#5A5858
(90,88,88)
#454342
(69,67,66)
#302E2C
(48,46,44)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDEBF2

#EDEBF2
(237,235,242)
#EEECF3
(238,236,243)
#EFEDF4
(239,237,244)
#F0EEF5
(240,238,245)
#F1EFF6
(241,239,246)
#F2F0F7
(242,240,247)
#F3F1F8
(243,241,248)
#F4F2F9
(244,242,249)
#F5F3FA
(245,243,250)
#F6F4FB
(246,244,251)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBF2; }

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

This text font color is #EDEBF2.


Background Color

.myBgColor { background-color: #EDEBF2; }

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

This div background color is #EDEBF2.


Border color

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

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

This div border color is #EDEBF2.


Opacity

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

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

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

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

This text has shadow with #EDEBF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBF2 on black background.


Color preview on white background

This text has color #EDEBF2 on white background.



Black color preview on #EDEBF2 background

This text has black color on #EDEBF2 background.


White color preview on #EDEBF2 background

This text has white color on #EDEBF2 background.