COLOR #EBE3B5

HEX: #EBE3B5
RGB: (235,227,181)

Color info

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

RGB color model

#EBE3B5 color RGB value is (235,227,181).

  • red value is 235;
  • green value is 227;
  • blue value is 181.
RGB:
(235,227,181)
(92%,89%,71%)

RGB channels and saturation

R 235 of 255 = 92%
G 227 of 255 = 89%
B 181 of 255 = 71%

235
227
181

R + G + B ~ 84%. #EBE3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 227 + 181 = 643 (100%)
R 235 of 643 ~ 36.55%
G 227 of 643 ~ 35.3%
B 181 of 643 ~ 28.15%

%36.55
%35.3
%28.15

CMYK color model

#EBE3B5 color CMYK value is (0,3,23,8).

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 22.98%
  • key color value is 7.84%
CMYK:
(0,3,23,8)
C0M3Y23K8 
(0%,3%,23%,8%)
(0.00/0.03/0.23/0.08)	

CMYK percentages

%0
%3.4
%22.98
%7.84

Codes

Color #EBE3B5 in popluar color models

EBE3B5
RGB235227181
HSL51°57.45%81.57%
HSB/HSV51°22.98%92.16%
CMYK0.00%3.40%22.98%
7.84%

Color #EBE3B5 in popluar number systems.

HEXEBE3B5
Decimal235227181
Binary111010111110001110110101
Octal353343265

Shades and tints

Shades of #EBE3B5

#EBE3B5
(235,227,181)
#D6CFA5
(214,207,165)
#C1BB95
(193,187,149)
#ACA785
(172,167,133)
#979375
(151,147,117)
#827F65
(130,127,101)
#6D6B55
(109,107,85)
#585745
(88,87,69)
#434335
(67,67,53)
#2E2F25
(46,47,37)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #EBE3B5

#EBE3B5
(235,227,181)
#ECE5BB
(236,229,187)
#EDE7C1
(237,231,193)
#EEE9C7
(238,233,199)
#EFEBCD
(239,235,205)
#F0EDD3
(240,237,211)
#F1EFD9
(241,239,217)
#F2F1DF
(242,241,223)
#F3F3E5
(243,243,229)
#F4F5EB
(244,245,235)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE3B5 color. Also use rgb(235,227,181) instead hex code.

Text Font Color

.myTextColor { color: #EBE3B5; }

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

This text font color is #EBE3B5.


Background Color

.myBgColor { background-color: #EBE3B5; }

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

This div background color is #EBE3B5.


Border color

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

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

This div border color is #EBE3B5.


Opacity

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

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

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

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

This text has shadow with #EBE3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE3B5 on black background.


Color preview on white background

This text has color #EBE3B5 on white background.



Black color preview on #EBE3B5 background

This text has black color on #EBE3B5 background.


White color preview on #EBE3B5 background

This text has white color on #EBE3B5 background.