COLOR #FFE5B8

HEX: #FFE5B8
RGB: (255,229,184)

Color info

#FFE5B8 contains mainly red and green colors. Web safe color of #FFE5B8 is #FFCCCC (or #FCC).

RGB color model

#FFE5B8 color RGB value is (255,229,184).

  • red value is 255;
  • green value is 229;
  • blue value is 184.
RGB:
(255,229,184)
(100%,90%,72%)

RGB channels and saturation

R 255 of 255 = 100%
G 229 of 255 = 90%
B 184 of 255 = 72%

255
229
184

R + G + B ~ 87%. #FFE5B8 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 229 + 184 = 668 (100%)
R 255 of 668 ~ 38.17%
G 229 of 668 ~ 34.28%
B 184 of 668 ~ 27.54%

%38.17
%34.28
%27.54

CMYK color model

#FFE5B8 color CMYK value is (0,10,28,0).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 27.84%
  • key color value is 0.00%
CMYK:
(0,10,28,0)
C0M10Y28K0 
(0%,10%,28%,0%)
(0.00/0.10/0.28/0.00)	

CMYK percentages

%0
%10.2
%27.84
%0

Codes

Color #FFE5B8 in popluar color models

FFE5B8
RGB255229184
HSL38°100.00%86.08%
HSB/HSV38°27.84%100.00%
CMYK0.00%10.20%27.84%
0.00%

Color #FFE5B8 in popluar number systems.

HEXFFE5B8
Decimal255229184
Binary111111111110010110111000
Octal377345270

Shades and tints

Shades of #FFE5B8

#FFE5B8
(255,229,184)
#E8D1A8
(232,209,168)
#D1BD98
(209,189,152)
#BAA988
(186,169,136)
#A39578
(163,149,120)
#8C8168
(140,129,104)
#756D58
(117,109,88)
#5E5948
(94,89,72)
#474538
(71,69,56)
#303128
(48,49,40)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #FFE5B8

#FFE5B8
(255,229,184)
#FFE7BE
(255,231,190)
#FFE9C4
(255,233,196)
#FFEBCA
(255,235,202)
#FFEDD0
(255,237,208)
#FFEFD6
(255,239,214)
#FFF1DC
(255,241,220)
#FFF3E2
(255,243,226)
#FFF5E8
(255,245,232)
#FFF7EE
(255,247,238)
#FFF9F4
(255,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE5B8 color. Also use rgb(255,229,184) instead hex code.

Text Font Color

.myTextColor { color: #FFE5B8; }

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

This text font color is #FFE5B8.


Background Color

.myBgColor { background-color: #FFE5B8; }

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

This div background color is #FFE5B8.


Border color

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

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

This div border color is #FFE5B8.


Opacity

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

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

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

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

This text has shadow with #FFE5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE5B8 on black background.


Color preview on white background

This text has color #FFE5B8 on white background.



Black color preview on #FFE5B8 background

This text has black color on #FFE5B8 background.


White color preview on #FFE5B8 background

This text has white color on #FFE5B8 background.