COLOR #FFA88B

HEX: #FFA88B
RGB: (255,168,139)

Color info

#FFA88B contains mainly red color. Web safe color of #FFA88B is #FF9999 (or #F99).

RGB color model

#FFA88B color RGB value is (255,168,139).

  • red value is 255;
  • green value is 168;
  • blue value is 139.
RGB:
(255,168,139)
(100%,66%,55%)

RGB channels and saturation

R 255 of 255 = 100%
G 168 of 255 = 66%
B 139 of 255 = 55%

255
168
139

R + G + B ~ 74%. #FFA88B is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 168 + 139 = 562 (100%)
R 255 of 562 ~ 45.37%
G 168 of 562 ~ 29.89%
B 139 of 562 ~ 24.73%

%45.37
%29.89
%24.73

CMYK color model

#FFA88B color CMYK value is (0,34,45,0).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 45.49%
  • key color value is 0.00%
CMYK:
(0,34,45,0)
C0M34Y45K0 
(0%,34%,45%,0%)
(0.00/0.34/0.45/0.00)	

CMYK percentages

%0
%34.12
%45.49
%0

Codes

Color #FFA88B in popluar color models

FFA88B
RGB255168139
HSL15°100.00%77.25%
HSB/HSV15°45.49%100.00%
CMYK0.00%34.12%45.49%
0.00%

Color #FFA88B in popluar number systems.

HEXFFA88B
Decimal255168139
Binary111111111010100010001011
Octal377250213

Shades and tints

Shades of #FFA88B

#FFA88B
(255,168,139)
#E8997F
(232,153,127)
#D18A73
(209,138,115)
#BA7B67
(186,123,103)
#A36C5B
(163,108,91)
#8C5D4F
(140,93,79)
#754E43
(117,78,67)
#5E3F37
(94,63,55)
#47302B
(71,48,43)
#30211F
(48,33,31)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #FFA88B

#FFA88B
(255,168,139)
#FFAF95
(255,175,149)
#FFB69F
(255,182,159)
#FFBDA9
(255,189,169)
#FFC4B3
(255,196,179)
#FFCBBD
(255,203,189)
#FFD2C7
(255,210,199)
#FFD9D1
(255,217,209)
#FFE0DB
(255,224,219)
#FFE7E5
(255,231,229)
#FFEEEF
(255,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA88B color. Also use rgb(255,168,139) instead hex code.

Text Font Color

.myTextColor { color: #FFA88B; }

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

This text font color is #FFA88B.


Background Color

.myBgColor { background-color: #FFA88B; }

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

This div background color is #FFA88B.


Border color

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

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

This div border color is #FFA88B.


Opacity

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

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

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

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

This text has shadow with #FFA88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA88B on black background.


Color preview on white background

This text has color #FFA88B on white background.



Black color preview on #FFA88B background

This text has black color on #FFA88B background.


White color preview on #FFA88B background

This text has white color on #FFA88B background.