COLOR #EBB48F

HEX: #EBB48F
RGB: (235,180,143)

Color info

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

RGB color model

#EBB48F color RGB value is (235,180,143).

  • red value is 235;
  • green value is 180;
  • blue value is 143.
RGB:
(235,180,143)
(92%,71%,56%)

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 143 of 255 = 56%

235
180
143

R + G + B ~ 73%. #EBB48F is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 180 + 143 = 558 (100%)
R 235 of 558 ~ 42.11%
G 180 of 558 ~ 32.26%
B 143 of 558 ~ 25.63%

%42.11
%32.26
%25.63

CMYK color model

#EBB48F color CMYK value is (0,23,39,8).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 39.15%
  • key color value is 7.84%
CMYK:
(0,23,39,8)
C0M23Y39K8 
(0%,23%,39%,8%)
(0.00/0.23/0.39/0.08)	

CMYK percentages

%0
%23.4
%39.15
%7.84

Codes

Color #EBB48F in popluar color models

EBB48F
RGB235180143
HSL24°69.70%74.12%
HSB/HSV24°39.15%92.16%
CMYK0.00%23.40%39.15%
7.84%

Color #EBB48F in popluar number systems.

HEXEBB48F
Decimal235180143
Binary111010111011010010001111
Octal353264217

Shades and tints

Shades of #EBB48F

#EBB48F
(235,180,143)
#D6A482
(214,164,130)
#C19475
(193,148,117)
#AC8468
(172,132,104)
#97745B
(151,116,91)
#82644E
(130,100,78)
#6D5441
(109,84,65)
#584434
(88,68,52)
#433427
(67,52,39)
#2E241A
(46,36,26)
#19140D
(25,20,13)
#000000
(0,0,0)

Tints of #EBB48F

#EBB48F
(235,180,143)
#ECBA99
(236,186,153)
#EDC0A3
(237,192,163)
#EEC6AD
(238,198,173)
#EFCCB7
(239,204,183)
#F0D2C1
(240,210,193)
#F1D8CB
(241,216,203)
#F2DED5
(242,222,213)
#F3E4DF
(243,228,223)
#F4EAE9
(244,234,233)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB48F color. Also use rgb(235,180,143) instead hex code.

Text Font Color

.myTextColor { color: #EBB48F; }

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

This text font color is #EBB48F.


Background Color

.myBgColor { background-color: #EBB48F; }

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

This div background color is #EBB48F.


Border color

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

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

This div border color is #EBB48F.


Opacity

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

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

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

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

This text has shadow with #EBB48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB48F on black background.


Color preview on white background

This text has color #EBB48F on white background.



Black color preview on #EBB48F background

This text has black color on #EBB48F background.


White color preview on #EBB48F background

This text has white color on #EBB48F background.