COLOR #EDEBEE

HEX: #EDEBEE
RGB: (237,235,238)

Color info

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

RGB color model

#EDEBEE color RGB value is (237,235,238).

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

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 238 of 255 = 93%

237
235
238

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

Portions of RGB colors in percentages

R + G + B =
237 + 235 + 238 = 710 (100%)
R 237 of 710 ~ 33.38%
G 235 of 710 ~ 33.1%
B 238 of 710 ~ 33.52%

%33.38
%33.1
%33.52

CMYK color model

#EDEBEE color CMYK value is (0,1,0,7).

  • cyan value is 0.42%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(0,1,0,7)
C0M1Y0K7 
(0%,1%,0%,7%)
(0.00/0.01/0.00/0.07)	

CMYK percentages

%0.42
%1.26
%0
%6.67

Codes

Color #EDEBEE in popluar color models

EDEBEE
RGB237235238
HSL280°8.11%92.75%
HSB/HSV280°1.26%93.33%
CMYK0.42%1.26%0.00%
6.67%

Color #EDEBEE in popluar number systems.

HEXEDEBEE
Decimal237235238
Binary111011011110101111101110
Octal355353356

Shades and tints

Shades of #EDEBEE

#EDEBEE
(237,235,238)
#D8D6D9
(216,214,217)
#C3C1C4
(195,193,196)
#AEACAF
(174,172,175)
#99979A
(153,151,154)
#848285
(132,130,133)
#6F6D70
(111,109,112)
#5A585B
(90,88,91)
#454346
(69,67,70)
#302E31
(48,46,49)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #EDEBEE

#EDEBEE
(237,235,238)
#EEECEF
(238,236,239)
#EFEDF0
(239,237,240)
#F0EEF1
(240,238,241)
#F1EFF2
(241,239,242)
#F2F0F3
(242,240,243)
#F3F1F4
(243,241,244)
#F4F2F5
(244,242,245)
#F5F3F6
(245,243,246)
#F6F4F7
(246,244,247)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBEE; }

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

This text font color is #EDEBEE.


Background Color

.myBgColor { background-color: #EDEBEE; }

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

This div background color is #EDEBEE.


Border color

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

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

This div border color is #EDEBEE.


Opacity

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

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

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

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

This text has shadow with #EDEBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBEE on black background.


Color preview on white background

This text has color #EDEBEE on white background.



Black color preview on #EDEBEE background

This text has black color on #EDEBEE background.


White color preview on #EDEBEE background

This text has white color on #EDEBEE background.