COLOR #FFE8A3

HEX: #FFE8A3
RGB: (255,232,163)

Color info

#FFE8A3 contains mainly red and green colors. Web safe color of #FFE8A3 is #FFFF99 (or #FF9).

RGB color model

#FFE8A3 color RGB value is (255,232,163).

  • red value is 255;
  • green value is 232;
  • blue value is 163.
RGB:
(255,232,163)
(100%,91%,64%)

RGB channels and saturation

R 255 of 255 = 100%
G 232 of 255 = 91%
B 163 of 255 = 64%

255
232
163

R + G + B ~ 85%. #FFE8A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 232 + 163 = 650 (100%)
R 255 of 650 ~ 39.23%
G 232 of 650 ~ 35.69%
B 163 of 650 ~ 25.08%

%39.23
%35.69
%25.08

CMYK color model

#FFE8A3 color CMYK value is (0,9,36,0).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 36.08%
  • key color value is 0.00%
CMYK:
(0,9,36,0)
C0M9Y36K0 
(0%,9%,36%,0%)
(0.00/0.09/0.36/0.00)	

CMYK percentages

%0
%9.02
%36.08
%0

Codes

Color #FFE8A3 in popluar color models

FFE8A3
RGB255232163
HSL45°100.00%81.96%
HSB/HSV45°36.08%100.00%
CMYK0.00%9.02%36.08%
0.00%

Color #FFE8A3 in popluar number systems.

HEXFFE8A3
Decimal255232163
Binary111111111110100010100011
Octal377350243

Shades and tints

Shades of #FFE8A3

#FFE8A3
(255,232,163)
#E8D395
(232,211,149)
#D1BE87
(209,190,135)
#BAA979
(186,169,121)
#A3946B
(163,148,107)
#8C7F5D
(140,127,93)
#756A4F
(117,106,79)
#5E5541
(94,85,65)
#474033
(71,64,51)
#302B25
(48,43,37)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #FFE8A3

#FFE8A3
(255,232,163)
#FFEAAB
(255,234,171)
#FFECB3
(255,236,179)
#FFEEBB
(255,238,187)
#FFF0C3
(255,240,195)
#FFF2CB
(255,242,203)
#FFF4D3
(255,244,211)
#FFF6DB
(255,246,219)
#FFF8E3
(255,248,227)
#FFFAEB
(255,250,235)
#FFFCF3
(255,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE8A3 color. Also use rgb(255,232,163) instead hex code.

Text Font Color

.myTextColor { color: #FFE8A3; }

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

This text font color is #FFE8A3.


Background Color

.myBgColor { background-color: #FFE8A3; }

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

This div background color is #FFE8A3.


Border color

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

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

This div border color is #FFE8A3.


Opacity

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

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

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

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

This text has shadow with #FFE8A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE8A3 on black background.


Color preview on white background

This text has color #FFE8A3 on white background.



Black color preview on #FFE8A3 background

This text has black color on #FFE8A3 background.


White color preview on #FFE8A3 background

This text has white color on #FFE8A3 background.