COLOR #FFA78D

HEX: #FFA78D
RGB: (255,167,141)

Color info

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

RGB color model

#FFA78D color RGB value is (255,167,141).

  • red value is 255;
  • green value is 167;
  • blue value is 141.
RGB:
(255,167,141)
(100%,65%,55%)

RGB channels and saturation

R 255 of 255 = 100%
G 167 of 255 = 65%
B 141 of 255 = 55%

255
167
141

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

Portions of RGB colors in percentages

R + G + B =
255 + 167 + 141 = 563 (100%)
R 255 of 563 ~ 45.29%
G 167 of 563 ~ 29.66%
B 141 of 563 ~ 25.04%

%45.29
%29.66
%25.04

CMYK color model

#FFA78D color CMYK value is (0,35,45,0).

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 44.71%
  • key color value is 0.00%
CMYK:
(0,35,45,0)
C0M35Y45K0 
(0%,35%,45%,0%)
(0.00/0.35/0.45/0.00)	

CMYK percentages

%0
%34.51
%44.71
%0

Codes

Color #FFA78D in popluar color models

FFA78D
RGB255167141
HSL14°100.00%77.65%
HSB/HSV14°44.71%100.00%
CMYK0.00%34.51%44.71%
0.00%

Color #FFA78D in popluar number systems.

HEXFFA78D
Decimal255167141
Binary111111111010011110001101
Octal377247215

Shades and tints

Shades of #FFA78D

#FFA78D
(255,167,141)
#E89881
(232,152,129)
#D18975
(209,137,117)
#BA7A69
(186,122,105)
#A36B5D
(163,107,93)
#8C5C51
(140,92,81)
#754D45
(117,77,69)
#5E3E39
(94,62,57)
#472F2D
(71,47,45)
#302021
(48,32,33)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #FFA78D

#FFA78D
(255,167,141)
#FFAF97
(255,175,151)
#FFB7A1
(255,183,161)
#FFBFAB
(255,191,171)
#FFC7B5
(255,199,181)
#FFCFBF
(255,207,191)
#FFD7C9
(255,215,201)
#FFDFD3
(255,223,211)
#FFE7DD
(255,231,221)
#FFEFE7
(255,239,231)
#FFF7F1
(255,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA78D color. Also use rgb(255,167,141) instead hex code.

Text Font Color

.myTextColor { color: #FFA78D; }

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

This text font color is #FFA78D.


Background Color

.myBgColor { background-color: #FFA78D; }

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

This div background color is #FFA78D.


Border color

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

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

This div border color is #FFA78D.


Opacity

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

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

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

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

This text has shadow with #FFA78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA78D on black background.


Color preview on white background

This text has color #FFA78D on white background.



Black color preview on #FFA78D background

This text has black color on #FFA78D background.


White color preview on #FFA78D background

This text has white color on #FFA78D background.