COLOR #EBBE9B

HEX: #EBBE9B
RGB: (235,190,155)

Color info

#EBBE9B contains mainly red and green colors. Web safe color of #EBBE9B is #FFCC99 (or #FC9).

RGB color model

#EBBE9B color RGB value is (235,190,155).

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

RGB channels and saturation

R 235 of 255 = 92%
G 190 of 255 = 75%
B 155 of 255 = 61%

235
190
155

R + G + B ~ 76%. #EBBE9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 190 + 155 = 580 (100%)
R 235 of 580 ~ 40.52%
G 190 of 580 ~ 32.76%
B 155 of 580 ~ 26.72%

%40.52
%32.76
%26.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 34.04%
  • key color value is 7.84%
CMYK:
(0,19,34,8)
C0M19Y34K8 
(0%,19%,34%,8%)
(0.00/0.19/0.34/0.08)	

CMYK percentages

%0
%19.15
%34.04
%7.84

Codes

Color #EBBE9B in popluar color models

EBBE9B
RGB235190155
HSL26°66.67%76.47%
HSB/HSV26°34.04%92.16%
CMYK0.00%19.15%34.04%
7.84%

Color #EBBE9B in popluar number systems.

HEXEBBE9B
Decimal235190155
Binary111010111011111010011011
Octal353276233

Shades and tints

Shades of #EBBE9B

#EBBE9B
(235,190,155)
#D6AD8D
(214,173,141)
#C19C7F
(193,156,127)
#AC8B71
(172,139,113)
#977A63
(151,122,99)
#826955
(130,105,85)
#6D5847
(109,88,71)
#584739
(88,71,57)
#43362B
(67,54,43)
#2E251D
(46,37,29)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #EBBE9B

#EBBE9B
(235,190,155)
#ECC3A4
(236,195,164)
#EDC8AD
(237,200,173)
#EECDB6
(238,205,182)
#EFD2BF
(239,210,191)
#F0D7C8
(240,215,200)
#F1DCD1
(241,220,209)
#F2E1DA
(242,225,218)
#F3E6E3
(243,230,227)
#F4EBEC
(244,235,236)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBE9B; }

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

This text font color is #EBBE9B.


Background Color

.myBgColor { background-color: #EBBE9B; }

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

This div background color is #EBBE9B.


Border color

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

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

This div border color is #EBBE9B.


Opacity

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

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

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

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

This text has shadow with #EBBE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBE9B on black background.


Color preview on white background

This text has color #EBBE9B on white background.



Black color preview on #EBBE9B background

This text has black color on #EBBE9B background.


White color preview on #EBBE9B background

This text has white color on #EBBE9B background.