COLOR #FFD78A

HEX: #FFD78A
RGB: (255,215,138)

Color info

#FFD78A contains mainly red and green colors. Web safe color of #FFD78A is #FFCC99 (or #FC9).

RGB color model

#FFD78A color RGB value is (255,215,138).

  • red value is 255;
  • green value is 215;
  • blue value is 138.
RGB:
(255,215,138)
(100%,84%,54%)

RGB channels and saturation

R 255 of 255 = 100%
G 215 of 255 = 84%
B 138 of 255 = 54%

255
215
138

R + G + B ~ 79%. #FFD78A is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 215 + 138 = 608 (100%)
R 255 of 608 ~ 41.94%
G 215 of 608 ~ 35.36%
B 138 of 608 ~ 22.7%

%41.94
%35.36
%22.7

CMYK color model

#FFD78A color CMYK value is (0,16,46,0).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 45.88%
  • key color value is 0.00%
CMYK:
(0,16,46,0)
C0M16Y46K0 
(0%,16%,46%,0%)
(0.00/0.16/0.46/0.00)	

CMYK percentages

%0
%15.69
%45.88
%0

Codes

Color #FFD78A in popluar color models

FFD78A
RGB255215138
HSL39°100.00%77.06%
HSB/HSV39°45.88%100.00%
CMYK0.00%15.69%45.88%
0.00%

Color #FFD78A in popluar number systems.

HEXFFD78A
Decimal255215138
Binary111111111101011110001010
Octal377327212

Shades and tints

Shades of #FFD78A

#FFD78A
(255,215,138)
#E8C47E
(232,196,126)
#D1B172
(209,177,114)
#BA9E66
(186,158,102)
#A38B5A
(163,139,90)
#8C784E
(140,120,78)
#756542
(117,101,66)
#5E5236
(94,82,54)
#473F2A
(71,63,42)
#302C1E
(48,44,30)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #FFD78A

#FFD78A
(255,215,138)
#FFDA94
(255,218,148)
#FFDD9E
(255,221,158)
#FFE0A8
(255,224,168)
#FFE3B2
(255,227,178)
#FFE6BC
(255,230,188)
#FFE9C6
(255,233,198)
#FFECD0
(255,236,208)
#FFEFDA
(255,239,218)
#FFF2E4
(255,242,228)
#FFF5EE
(255,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD78A color. Also use rgb(255,215,138) instead hex code.

Text Font Color

.myTextColor { color: #FFD78A; }

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

This text font color is #FFD78A.


Background Color

.myBgColor { background-color: #FFD78A; }

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

This div background color is #FFD78A.


Border color

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

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

This div border color is #FFD78A.


Opacity

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

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

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

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

This text has shadow with #FFD78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD78A on black background.


Color preview on white background

This text has color #FFD78A on white background.



Black color preview on #FFD78A background

This text has black color on #FFD78A background.


White color preview on #FFD78A background

This text has white color on #FFD78A background.