COLOR #EDEBEF

HEX: #EDEBEF RGB: (237,235,239)

Color info

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

RGB color model

#EDEBEF color RGB value is (237,235,239).

RGB: (237,235,239) (93%, 92%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 239 of 255 = 94%

237
235
239

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

Portions of RGB colors in percentages

R + G + B = 237 + 235 + 239 = 711 (100%)
R 237 of 711 ~ 33.33%
G 235 of 711 ~ 33.05%
B 239 of 711 ~ 33.61'%

%33.33
%33.05
%33.61

CMYK color model

#EDEBEF color CMYK value is (1,2,0,6).

  • cyan value is 0.84%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (1,2,0,6) C1M2Y0K6 (1%,2%,0%,6%) (0.01/0.02/0.00/0.06) 

CMYK percentages

%0.84
%1.67
%0
%6.27

Codes

Color #EDEBEF in popluar color models

ED EB EF
RGB 237 235 239
HSL 270° 11.11% 92.94%
HSB/HSV 270° 1.67% 93.73%
CMYK 0.84% 1.67% 0.00%
6.27%

Color #EDEBEF in popluar number systems.

HEX ED EB EF
Decimal 237 235 239
Binary 11101101 11101011 11101111
Octal 355 353 357

Shades and tints

Shades of #EDEBEF

#EDEBEF
(237,235,239)
#D8D6DA
(216,214,218)
#C3C1C5
(195,193,197)
#AEACB0
(174,172,176)
#99979B
(153,151,155)
#848286
(132,130,134)
#6F6D71
(111,109,113)
#5A585C
(90,88,92)
#454347
(69,67,71)
#302E32
(48,46,50)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #EDEBEF

#EDEBEF
(237,235,239)
#EEECF0
(238,236,240)
#EFEDF1
(239,237,241)
#F0EEF2
(240,238,242)
#F1EFF3
(241,239,243)
#F2F0F4
(242,240,244)
#F3F1F5
(243,241,245)
#F4F2F6
(244,242,246)
#F5F3F7
(245,243,247)
#F6F4F8
(246,244,248)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBEF; }

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

This text font color is #EDEBEF.

Background Color

.myBgColor { background-color: #EDEBEF; }

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

This div background color is #EDEBEF.

Border color

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

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

This div border color is #EDEBEF.

Opacity

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

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

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

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

This text has shadow with #EDEBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEBEF.

Preview

Color preview on black background

This text has color #EDEBEF on black background.


Color preview on white background

This text has color #EDEBEF on white background.


Black color preview on #EDEBEF background

This text has black color on #EDEBEF background.


White color preview on #EDEBEF background

This text has white color on #EDEBEF background.


Related colors

Complementary color

Complementary color for #hex is #121410.


I love getcolorcode.com

Triadic colors

1 #EFEDEB and #EBEFED with #EDEBEF are triadic colors.

2 #EFEBED and #EBEDEF with #EDEBEF are triadic colors.