COLOR #EBE1BE

HEX: #EBE1BE
RGB: (235,225,190)

Color info

#EBE1BE contains red, green and blue colors in about the same proportion. Web safe color of #EBE1BE is #FFCCCC (or #FCC).

RGB color model

#EBE1BE color RGB value is (235,225,190).

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

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 190 of 255 = 75%

235
225
190

R + G + B ~ 85%. #EBE1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 190 = 650 (100%)
R 235 of 650 ~ 36.15%
G 225 of 650 ~ 34.62%
B 190 of 650 ~ 29.23%

%36.15
%34.62
%29.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(0,4,19,8)
C0M4Y19K8 
(0%,4%,19%,8%)
(0.00/0.04/0.19/0.08)	

CMYK percentages

%0
%4.26
%19.15
%7.84

Codes

Color #EBE1BE in popluar color models

EBE1BE
RGB235225190
HSL47°52.94%83.33%
HSB/HSV47°19.15%92.16%
CMYK0.00%4.26%19.15%
7.84%

Color #EBE1BE in popluar number systems.

HEXEBE1BE
Decimal235225190
Binary111010111110000110111110
Octal353341276

Shades and tints

Shades of #EBE1BE

#EBE1BE
(235,225,190)
#D6CDAD
(214,205,173)
#C1B99C
(193,185,156)
#ACA58B
(172,165,139)
#97917A
(151,145,122)
#827D69
(130,125,105)
#6D6958
(109,105,88)
#585547
(88,85,71)
#434136
(67,65,54)
#2E2D25
(46,45,37)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #EBE1BE

#EBE1BE
(235,225,190)
#ECE3C3
(236,227,195)
#EDE5C8
(237,229,200)
#EEE7CD
(238,231,205)
#EFE9D2
(239,233,210)
#F0EBD7
(240,235,215)
#F1EDDC
(241,237,220)
#F2EFE1
(242,239,225)
#F3F1E6
(243,241,230)
#F4F3EB
(244,243,235)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1BE; }

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

This text font color is #EBE1BE.


Background Color

.myBgColor { background-color: #EBE1BE; }

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

This div background color is #EBE1BE.


Border color

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

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

This div border color is #EBE1BE.


Opacity

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

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

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

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

This text has shadow with #EBE1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1BE on black background.


Color preview on white background

This text has color #EBE1BE on white background.



Black color preview on #EBE1BE background

This text has black color on #EBE1BE background.


White color preview on #EBE1BE background

This text has white color on #EBE1BE background.