COLOR #EBEABE

HEX: #EBEABE RGB: (235,234,190)

Color info

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

RGB color model

#EBEABE color RGB value is (235,234,190).

RGB: (235,234,190) (92%, 92%, 75%)

RGB channels and saturation

R 235 of 255 = 92%
G 234 of 255 = 92%
B 190 of 255 = 75%

235
234
190

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

Portions of RGB colors in percentages

R + G + B = 235 + 234 + 190 = 659 (100%)
R 235 of 659 ~ 35.66%
G 234 of 659 ~ 35.51%
B 190 of 659 ~ 28.83'%

%35.66
%35.51
%28.83

CMYK color model

#EBEABE color CMYK value is (0,0,19,8).

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

CMYK: (0,0,19,8)
C0M0Y19K8 (0%, 0%, 19%, 8%)
(0.00 / 0.00 / 0.19 / 0.08)

CMYK percentages

%0
%0.43
%19.15
%7.84

Codes

Color #EBEABE in popluar color models

EB EA BE
RGB 235 234 190
HSL 59° 52.94% 83.33%
HSB/HSV 59° 19.15% 92.16%
CMYK 0.00% 0.43% 19.15%
7.84%

Color #EBEABE in popluar number systems.

HEX EB EA BE
Decimal 235 234 190
Binary 11101011 11101010 10111110
Octal 353 352 276

Shades and tints

Shades of #EBEABE

#EBEABE
(235,234,190)
#D6D5AD
(214,213,173)
#C1C09C
(193,192,156)
#ACAB8B
(172,171,139)
#97967A
(151,150,122)
#828169
(130,129,105)
#6D6C58
(109,108,88)
#585747
(88,87,71)
#434236
(67,66,54)
#2E2D25
(46,45,37)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #EBEABE

#EBEABE
(235,234,190)
#ECEBC3
(236,235,195)
#EDECC8
(237,236,200)
#EEEDCD
(238,237,205)
#EFEED2
(239,238,210)
#F0EFD7
(240,239,215)
#F1F0DC
(241,240,220)
#F2F1E1
(242,241,225)
#F3F2E6
(243,242,230)
#F4F3EB
(244,243,235)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEABE; }

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

This text font color is #EBEABE.

Background Color

.myBgColor { background-color: #EBEABE; }

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

This div background color is #EBEABE.

Border color

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

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

This div border color is #EBEABE.

Opacity

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

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

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

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

This text has shadow with #EBEABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEABE.

Preview

Color preview on black background

This text has color #EBEABE on black background.


Color preview on white background

This text has color #EBEABE on white background.


Black color preview on #EBEABE background

This text has black color on #EBEABE background.


White color preview on #EBEABE background

This text has white color on #EBEABE background.


Related colors

Complementary color

Complementary color for #hex is #141541.


I love getcolorcode.com

Triadic colors

1 #BEEBEA and #EABEEB with #EBEABE are triadic colors.

2 #BEEAEB and #EAEBBE with #EBEABE are triadic colors.