COLOR #EDEBF6

HEX: #EDEBF6
RGB: (237,235,246)

Color info

#EDEBF6 contains red, green and blue colors in about the same proportion. Web safe color of #EDEBF6 is #FFFFFF (or #FFF).

RGB color model

#EDEBF6 color RGB value is (237,235,246).

  • red value is 237;
  • green value is 235;
  • blue value is 246.
RGB:
(237,235,246)
(93%,92%,96%)

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 246 of 255 = 96%

237
235
246

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

Portions of RGB colors in percentages

R + G + B =
237 + 235 + 246 = 718 (100%)
R 237 of 718 ~ 33.01%
G 235 of 718 ~ 32.73%
B 246 of 718 ~ 34.26%

%33.01
%32.73
%34.26

CMYK color model

#EDEBF6 color CMYK value is (4,4,0,4).

  • cyan value is 3.66%
  • magenta value is 4.47%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(4,4,0,4)
C4M4Y0K4 
(4%,4%,0%,4%)
(0.04/0.04/0.00/0.04)	

CMYK percentages

%3.66
%4.47
%0
%3.53

Codes

Color #EDEBF6 in popluar color models

EDEBF6
RGB237235246
HSL251°37.93%94.31%
HSB/HSV251°4.47%96.47%
CMYK3.66%4.47%0.00%
3.53%

Color #EDEBF6 in popluar number systems.

HEXEDEBF6
Decimal237235246
Binary111011011110101111110110
Octal355353366

Shades and tints

Shades of #EDEBF6

#EDEBF6
(237,235,246)
#D8D6E0
(216,214,224)
#C3C1CA
(195,193,202)
#AEACB4
(174,172,180)
#99979E
(153,151,158)
#848288
(132,130,136)
#6F6D72
(111,109,114)
#5A585C
(90,88,92)
#454346
(69,67,70)
#302E30
(48,46,48)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDEBF6

#EDEBF6
(237,235,246)
#EEECF6
(238,236,246)
#EFEDF6
(239,237,246)
#F0EEF6
(240,238,246)
#F1EFF6
(241,239,246)
#F2F0F6
(242,240,246)
#F3F1F6
(243,241,246)
#F4F2F6
(244,242,246)
#F5F3F6
(245,243,246)
#F6F4F6
(246,244,246)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBF6; }

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

This text font color is #EDEBF6.


Background Color

.myBgColor { background-color: #EDEBF6; }

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

This div background color is #EDEBF6.


Border color

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

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

This div border color is #EDEBF6.


Opacity

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

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

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

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

This text has shadow with #EDEBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBF6 on black background.


Color preview on white background

This text has color #EDEBF6 on white background.



Black color preview on #EDEBF6 background

This text has black color on #EDEBF6 background.


White color preview on #EDEBF6 background

This text has white color on #EDEBF6 background.