COLOR #EBE1BF

HEX: #EBE1BF
RGB: (235,225,191)

Color info

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

RGB color model

#EBE1BF color RGB value is (235,225,191).

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

RGB channels and saturation

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

235
225
191

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

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 191 = 651 (100%)
R 235 of 651 ~ 36.1%
G 225 of 651 ~ 34.56%
B 191 of 651 ~ 29.34%

%36.1
%34.56
%29.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 18.72%
  • 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
%18.72
%7.84

Codes

Color #EBE1BF in popluar color models

EBE1BF
RGB235225191
HSL46°52.38%83.53%
HSB/HSV46°18.72%92.16%
CMYK0.00%4.26%18.72%
7.84%

Color #EBE1BF in popluar number systems.

HEXEBE1BF
Decimal235225191
Binary111010111110000110111111
Octal353341277

Shades and tints

Shades of #EBE1BF

#EBE1BF
(235,225,191)
#D6CDAE
(214,205,174)
#C1B99D
(193,185,157)
#ACA58C
(172,165,140)
#97917B
(151,145,123)
#827D6A
(130,125,106)
#6D6959
(109,105,89)
#585548
(88,85,72)
#434137
(67,65,55)
#2E2D26
(46,45,38)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #EBE1BF

#EBE1BF
(235,225,191)
#ECE3C4
(236,227,196)
#EDE5C9
(237,229,201)
#EEE7CE
(238,231,206)
#EFE9D3
(239,233,211)
#F0EBD8
(240,235,216)
#F1EDDD
(241,237,221)
#F2EFE2
(242,239,226)
#F3F1E7
(243,241,231)
#F4F3EC
(244,243,236)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1BF; }

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

This text font color is #EBE1BF.


Background Color

.myBgColor { background-color: #EBE1BF; }

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

This div background color is #EBE1BF.


Border color

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

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

This div border color is #EBE1BF.


Opacity

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

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

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

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

This text has shadow with #EBE1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1BF on black background.


Color preview on white background

This text has color #EBE1BF on white background.



Black color preview on #EBE1BF background

This text has black color on #EBE1BF background.


White color preview on #EBE1BF background

This text has white color on #EBE1BF background.