COLOR #EBE9EA

HEX: #EBE9EA RGB: (235,233,234)

Color info

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

RGB color model

#EBE9EA color RGB value is (235,233,234).

RGB: (235,233,234) (92%, 91%, 92%)

RGB channels and saturation

R 235 of 255 = 92%
G 233 of 255 = 91%
B 234 of 255 = 92%

235
233
234

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

Portions of RGB colors in percentages

R + G + B = 235 + 233 + 234 = 702 (100%)
R 235 of 702 ~ 33.48%
G 233 of 702 ~ 33.19%
B 234 of 702 ~ 33.33'%

%33.48
%33.19
%33.33

CMYK color model

#EBE9EA color CMYK value is (0,1,0,8).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK: (0,1,0,8) C0M1Y0K8 (0%,1%,0%,8%) (0.00/0.01/0.00/0.08) 

CMYK percentages

%0
%0.85
%0.43
%7.84

Codes

Color #EBE9EA in popluar color models

EB E9 EA
RGB 235 233 234
HSL 330° 4.76% 91.76%
HSB/HSV 330° 0.85% 92.16%
CMYK 0.00% 0.85% 0.43%
7.84%

Color #EBE9EA in popluar number systems.

HEX EB E9 EA
Decimal 235 233 234
Binary 11101011 11101001 11101010
Octal 353 351 352

Shades and tints

Shades of #EBE9EA

#EBE9EA
(235,233,234)
#D6D4D5
(214,212,213)
#C1BFC0
(193,191,192)
#ACAAAB
(172,170,171)
#979596
(151,149,150)
#828081
(130,128,129)
#6D6B6C
(109,107,108)
#585657
(88,86,87)
#434142
(67,65,66)
#2E2C2D
(46,44,45)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #EBE9EA

#EBE9EA
(235,233,234)
#ECEBEB
(236,235,235)
#EDEDEC
(237,237,236)
#EEEFED
(238,239,237)
#EFF1EE
(239,241,238)
#F0F3EF
(240,243,239)
#F1F5F0
(241,245,240)
#F2F7F1
(242,247,241)
#F3F9F2
(243,249,242)
#F4FBF3
(244,251,243)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE9EA; }

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

This text font color is #EBE9EA.

Background Color

.myBgColor { background-color: #EBE9EA; }

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

This div background color is #EBE9EA.

Border color

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

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

This div border color is #EBE9EA.

Opacity

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

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

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

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

This text has shadow with #EBE9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE9EA.

Preview

Color preview on black background

This text has color #EBE9EA on black background.


Color preview on white background

This text has color #EBE9EA on white background.


Black color preview on #EBE9EA background

This text has black color on #EBE9EA background.


White color preview on #EBE9EA background

This text has white color on #EBE9EA background.


Related colors

Complementary color

Complementary color for #hex is #141615.


I love getcolorcode.com

Triadic colors

1 #EAEBE9 and #E9EAEB with #EBE9EA are triadic colors.

2 #EAE9EB and #E9EBEA with #EBE9EA are triadic colors.