COLOR #EAEDEE

HEX: #EAEDEE RGB: (234,237,238)

Color info

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

RGB color model

#EAEDEE color RGB value is (234,237,238).

RGB: (234,237,238) (92%, 93%, 93%)

RGB channels and saturation

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

234
237
238

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

Portions of RGB colors in percentages

R + G + B = 234 + 237 + 238 = 709 (100%)
R 234 of 709 ~ 33%
G 237 of 709 ~ 33.43%
B 238 of 709 ~ 33.57'%

%33
%33.43
%33.57

CMYK color model

#EAEDEE color CMYK value is (2,0,0,7).

  • cyan value is 1.68%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (2,0,0,7)
C2M0Y0K7 (2%, 0%, 0%, 7%)
(0.02 / 0.00 / 0.00 / 0.07)

CMYK percentages

%1.68
%0.42
%0
%6.67

Codes

Color #EAEDEE in popluar color models

EA ED EE
RGB 234 237 238
HSL 195° 10.53% 92.55%
HSB/HSV 195° 1.68% 93.33%
CMYK 1.68% 0.42% 0.00%
6.67%

Color #EAEDEE in popluar number systems.

HEX EA ED EE
Decimal 234 237 238
Binary 11101010 11101101 11101110
Octal 352 355 356

Shades and tints

Shades of #EAEDEE

#EAEDEE
(234,237,238)
#D5D8D9
(213,216,217)
#C0C3C4
(192,195,196)
#ABAEAF
(171,174,175)
#96999A
(150,153,154)
#818485
(129,132,133)
#6C6F70
(108,111,112)
#575A5B
(87,90,91)
#424546
(66,69,70)
#2D3031
(45,48,49)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #EAEDEE

#EAEDEE
(234,237,238)
#EBEEEF
(235,238,239)
#ECEFF0
(236,239,240)
#EDF0F1
(237,240,241)
#EEF1F2
(238,241,242)
#EFF2F3
(239,242,243)
#F0F3F4
(240,243,244)
#F1F4F5
(241,244,245)
#F2F5F6
(242,245,246)
#F3F6F7
(243,246,247)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAEDEE; }

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

This text font color is #EAEDEE.

Background Color

.myBgColor { background-color: #EAEDEE; }

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

This div background color is #EAEDEE.

Border color

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

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

This div border color is #EAEDEE.

Opacity

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

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

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

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

This text has shadow with #EAEDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAEDEE.

Preview

Color preview on black background

This text has color #EAEDEE on black background.


Color preview on white background

This text has color #EAEDEE on white background.


Black color preview on #EAEDEE background

This text has black color on #EAEDEE background.


White color preview on #EAEDEE background

This text has white color on #EAEDEE background.


Related colors

Complementary color

Complementary color for #hex is #151211.


I love getcolorcode.com

Triadic colors

1 #EEEAED and #EDEEEA with #EAEDEE are triadic colors.

2 #EEEDEA and #EDEAEE with #EAEDEE are triadic colors.