COLOR #E88B6D

HEX: #E88B6D
RGB: (232,139,109)

Color info

#E88B6D contains mainly red color. Web safe color of #E88B6D is #FF9966 (or #F96).

RGB color model

#E88B6D color RGB value is (232,139,109).

  • red value is 232;
  • green value is 139;
  • blue value is 109.
RGB:
(232,139,109)
(91%,55%,43%)

RGB channels and saturation

R 232 of 255 = 91%
G 139 of 255 = 55%
B 109 of 255 = 43%

232
139
109

R + G + B ~ 63%. #E88B6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 139 + 109 = 480 (100%)
R 232 of 480 ~ 48.33%
G 139 of 480 ~ 28.96%
B 109 of 480 ~ 22.71%

%48.33
%28.96
%22.71

CMYK color model

#E88B6D color CMYK value is (0,40,53,9).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 53.02%
  • key color value is 9.02%
CMYK:
(0,40,53,9)
C0M40Y53K9 
(0%,40%,53%,9%)
(0.00/0.40/0.53/0.09)	

CMYK percentages

%0
%40.09
%53.02
%9.02

Codes

Color #E88B6D in popluar color models

E88B6D
RGB232139109
HSL15°72.78%66.86%
HSB/HSV15°53.02%90.98%
CMYK0.00%40.09%53.02%
9.02%

Color #E88B6D in popluar number systems.

HEXE88B6D
Decimal232139109
Binary11101000100010111101101
Octal350213155

Shades and tints

Shades of #E88B6D

#E88B6D
(232,139,109)
#D37F64
(211,127,100)
#BE735B
(190,115,91)
#A96752
(169,103,82)
#945B49
(148,91,73)
#7F4F40
(127,79,64)
#6A4337
(106,67,55)
#55372E
(85,55,46)
#402B25
(64,43,37)
#2B1F1C
(43,31,28)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #E88B6D

#E88B6D
(232,139,109)
#EA957A
(234,149,122)
#EC9F87
(236,159,135)
#EEA994
(238,169,148)
#F0B3A1
(240,179,161)
#F2BDAE
(242,189,174)
#F4C7BB
(244,199,187)
#F6D1C8
(246,209,200)
#F8DBD5
(248,219,213)
#FAE5E2
(250,229,226)
#FCEFEF
(252,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88B6D color. Also use rgb(232,139,109) instead hex code.

Text Font Color

.myTextColor { color: #E88B6D; }

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

This text font color is #E88B6D.


Background Color

.myBgColor { background-color: #E88B6D; }

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

This div background color is #E88B6D.


Border color

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

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

This div border color is #E88B6D.


Opacity

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

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

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

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

This text has shadow with #E88B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88B6D on black background.


Color preview on white background

This text has color #E88B6D on white background.



Black color preview on #E88B6D background

This text has black color on #E88B6D background.


White color preview on #E88B6D background

This text has white color on #E88B6D background.