COLOR #EBE8BE

HEX: #EBE8BE
RGB: (235,232,190)

Color info

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

RGB color model

#EBE8BE color RGB value is (235,232,190).

  • red value is 235;
  • green value is 232;
  • blue value is 190.
RGB:
(235,232,190)
(92%,91%,75%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 190 of 255 = 75%

235
232
190

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

Portions of RGB colors in percentages

R + G + B =
235 + 232 + 190 = 657 (100%)
R 235 of 657 ~ 35.77%
G 232 of 657 ~ 35.31%
B 190 of 657 ~ 28.92%

%35.77
%35.31
%28.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(0,1,19,8)
C0M1Y19K8 
(0%,1%,19%,8%)
(0.00/0.01/0.19/0.08)	

CMYK percentages

%0
%1.28
%19.15
%7.84

Codes

Color #EBE8BE in popluar color models

EBE8BE
RGB235232190
HSL56°52.94%83.33%
HSB/HSV56°19.15%92.16%
CMYK0.00%1.28%19.15%
7.84%

Color #EBE8BE in popluar number systems.

HEXEBE8BE
Decimal235232190
Binary111010111110100010111110
Octal353350276

Shades and tints

Shades of #EBE8BE

#EBE8BE
(235,232,190)
#D6D3AD
(214,211,173)
#C1BE9C
(193,190,156)
#ACA98B
(172,169,139)
#97947A
(151,148,122)
#827F69
(130,127,105)
#6D6A58
(109,106,88)
#585547
(88,85,71)
#434036
(67,64,54)
#2E2B25
(46,43,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #EBE8BE

#EBE8BE
(235,232,190)
#ECEAC3
(236,234,195)
#EDECC8
(237,236,200)
#EEEECD
(238,238,205)
#EFF0D2
(239,240,210)
#F0F2D7
(240,242,215)
#F1F4DC
(241,244,220)
#F2F6E1
(242,246,225)
#F3F8E6
(243,248,230)
#F4FAEB
(244,250,235)
#F5FCF0
(245,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE8BE; }

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

This text font color is #EBE8BE.


Background Color

.myBgColor { background-color: #EBE8BE; }

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

This div background color is #EBE8BE.


Border color

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

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

This div border color is #EBE8BE.


Opacity

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

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

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

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

This text has shadow with #EBE8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE8BE on black background.


Color preview on white background

This text has color #EBE8BE on white background.



Black color preview on #EBE8BE background

This text has black color on #EBE8BE background.


White color preview on #EBE8BE background

This text has white color on #EBE8BE background.