COLOR #EDEAEB

HEX: #EDEAEB
RGB: (237,234,235)

Color info

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

RGB color model

#EDEAEB color RGB value is (237,234,235).

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

RGB channels and saturation

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

237
234
235

R + G + B ~ 92%. #EDEAEB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 235 = 706 (100%)
R 237 of 706 ~ 33.57%
G 234 of 706 ~ 33.14%
B 235 of 706 ~ 33.29%

%33.57
%33.14
%33.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 0.84%
  • key color value is 7.06%
CMYK:
(0,1,1,7)
C0M1Y1K7 
(0%,1%,1%,7%)
(0.00/0.01/0.01/0.07)	

CMYK percentages

%0
%1.27
%0.84
%7.06

Codes

Color #EDEAEB in popluar color models

EDEAEB
RGB237234235
HSL340°7.69%92.35%
HSB/HSV340°1.27%92.94%
CMYK0.00%1.27%0.84%
7.06%

Color #EDEAEB in popluar number systems.

HEXEDEAEB
Decimal237234235
Binary111011011110101011101011
Octal355352353

Shades and tints

Shades of #EDEAEB

#EDEAEB
(237,234,235)
#D8D5D6
(216,213,214)
#C3C0C1
(195,192,193)
#AEABAC
(174,171,172)
#999697
(153,150,151)
#848182
(132,129,130)
#6F6C6D
(111,108,109)
#5A5758
(90,87,88)
#454243
(69,66,67)
#302D2E
(48,45,46)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #EDEAEB

#EDEAEB
(237,234,235)
#EEEBEC
(238,235,236)
#EFECED
(239,236,237)
#F0EDEE
(240,237,238)
#F1EEEF
(241,238,239)
#F2EFF0
(242,239,240)
#F3F0F1
(243,240,241)
#F4F1F2
(244,241,242)
#F5F2F3
(245,242,243)
#F6F3F4
(246,243,244)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEAEB; }

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

This text font color is #EDEAEB.


Background Color

.myBgColor { background-color: #EDEAEB; }

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

This div background color is #EDEAEB.


Border color

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

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

This div border color is #EDEAEB.


Opacity

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

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

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

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

This text has shadow with #EDEAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEAEB on black background.


Color preview on white background

This text has color #EDEAEB on white background.



Black color preview on #EDEAEB background

This text has black color on #EDEAEB background.


White color preview on #EDEAEB background

This text has white color on #EDEAEB background.