COLOR #EBEAED

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
234
237

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

Portions of RGB colors in percentages

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

%33.29
%33.14
%33.57

CMYK color model

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

  • cyan value is 0.84%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (1,1,0,7)
C1M1Y0K7 (1%, 1%, 0%, 7%)
(0.01 / 0.01 / 0.00 / 0.07)

CMYK percentages

%0.84
%1.27
%0
%7.06

Codes

Color #EBEAED in popluar color models

EB EA ED
RGB 235 234 237
HSL 260° 7.69% 92.35%
HSB/HSV 260° 1.27% 92.94%
CMYK 0.84% 1.27% 0.00%
7.06%

Color #EBEAED in popluar number systems.

HEX EB EA ED
Decimal 235 234 237
Binary 11101011 11101010 11101101
Octal 353 352 355

Shades and tints

Shades of #EBEAED

#EBEAED
(235,234,237)
#D6D5D8
(214,213,216)
#C1C0C3
(193,192,195)
#ACABAE
(172,171,174)
#979699
(151,150,153)
#828184
(130,129,132)
#6D6C6F
(109,108,111)
#58575A
(88,87,90)
#434245
(67,66,69)
#2E2D30
(46,45,48)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #EBEAED

#EBEAED
(235,234,237)
#ECEBEE
(236,235,238)
#EDECEF
(237,236,239)
#EEEDF0
(238,237,240)
#EFEEF1
(239,238,241)
#F0EFF2
(240,239,242)
#F1F0F3
(241,240,243)
#F2F1F4
(242,241,244)
#F3F2F5
(243,242,245)
#F4F3F6
(244,243,246)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEAED; }

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

This text font color is #EBEAED.

Background Color

.myBgColor { background-color: #EBEAED; }

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

This div background color is #EBEAED.

Border color

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

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

This div border color is #EBEAED.

Opacity

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

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

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

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

This text has shadow with #EBEAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEAED.

Preview

Color preview on black background

This text has color #EBEAED on black background.


Color preview on white background

This text has color #EBEAED on white background.


Black color preview on #EBEAED background

This text has black color on #EBEAED background.


White color preview on #EBEAED background

This text has white color on #EBEAED background.


Related colors

Complementary color

Complementary color for #hex is #141512.


I love getcolorcode.com

Triadic colors

1 #EDEBEA and #EAEDEB with #EBEAED are triadic colors.

2 #EDEAEB and #EAEBED with #EBEAED are triadic colors.