COLOR #EBEABA

HEX: #EBEABA RGB: (235,234,186)

Color info

#EBEABA contains red, green and blue colors in about the same proportion. Web safe color of #EBEABA is #FFFFCC (or #FFC).

RGB color model

#EBEABA color RGB value is (235,234,186).

RGB: (235,234,186) (92%, 92%, 73%)

RGB channels and saturation

R 235 of 255 = 92%
G 234 of 255 = 92%
B 186 of 255 = 73%

235
234
186

R + G + B ~ 86%. #EBEABA is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 234 + 186 = 655 (100%)
R 235 of 655 ~ 35.88%
G 234 of 655 ~ 35.73%
B 186 of 655 ~ 28.4'%

%35.88
%35.73
%28.4

CMYK color model

#EBEABA color CMYK value is (0,0,21,8).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 20.85%
  • key color value is 7.84%

CMYK: (0,0,21,8)
C0M0Y21K8 (0%, 0%, 21%, 8%)
(0.00 / 0.00 / 0.21 / 0.08)

CMYK percentages

%0
%0.43
%20.85
%7.84

Codes

Color #EBEABA in popluar color models

EB EA BA
RGB 235 234 186
HSL 59° 55.06% 82.55%
HSB/HSV 59° 20.85% 92.16%
CMYK 0.00% 0.43% 20.85%
7.84%

Color #EBEABA in popluar number systems.

HEX EB EA BA
Decimal 235 234 186
Binary 11101011 11101010 10111010
Octal 353 352 272

Shades and tints

Shades of #EBEABA

#EBEABA
(235,234,186)
#D6D5AA
(214,213,170)
#C1C09A
(193,192,154)
#ACAB8A
(172,171,138)
#97967A
(151,150,122)
#82816A
(130,129,106)
#6D6C5A
(109,108,90)
#58574A
(88,87,74)
#43423A
(67,66,58)
#2E2D2A
(46,45,42)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #EBEABA

#EBEABA
(235,234,186)
#ECEBC0
(236,235,192)
#EDECC6
(237,236,198)
#EEEDCC
(238,237,204)
#EFEED2
(239,238,210)
#F0EFD8
(240,239,216)
#F1F0DE
(241,240,222)
#F2F1E4
(242,241,228)
#F3F2EA
(243,242,234)
#F4F3F0
(244,243,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEABA; }

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

This text font color is #EBEABA.

Background Color

.myBgColor { background-color: #EBEABA; }

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

This div background color is #EBEABA.

Border color

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

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

This div border color is #EBEABA.

Opacity

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

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

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

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

This text has shadow with #EBEABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEABA.

Preview

Color preview on black background

This text has color #EBEABA on black background.


Color preview on white background

This text has color #EBEABA on white background.


Black color preview on #EBEABA background

This text has black color on #EBEABA background.


White color preview on #EBEABA background

This text has white color on #EBEABA background.


Related colors

Complementary color

Complementary color for #hex is #141545.


I love getcolorcode.com

Triadic colors

1 #BAEBEA and #EABAEB with #EBEABA are triadic colors.

2 #BAEAEB and #EAEBBA with #EBEABA are triadic colors.