COLOR #FFD8A1

HEX: #FFD8A1
RGB: (255,216,161)

Color info

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

RGB color model

#FFD8A1 color RGB value is (255,216,161).

  • red value is 255;
  • green value is 216;
  • blue value is 161.
RGB:
(255,216,161)
(100%,85%,63%)

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 161 of 255 = 63%

255
216
161

R + G + B ~ 83%. #FFD8A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 161 = 632 (100%)
R 255 of 632 ~ 40.35%
G 216 of 632 ~ 34.18%
B 161 of 632 ~ 25.47%

%40.35
%34.18
%25.47

CMYK color model

#FFD8A1 color CMYK value is (0,15,37,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 36.86%
  • key color value is 0.00%
CMYK:
(0,15,37,0)
C0M15Y37K0 
(0%,15%,37%,0%)
(0.00/0.15/0.37/0.00)	

CMYK percentages

%0
%15.29
%36.86
%0

Codes

Color #FFD8A1 in popluar color models

FFD8A1
RGB255216161
HSL35°100.00%81.57%
HSB/HSV35°36.86%100.00%
CMYK0.00%15.29%36.86%
0.00%

Color #FFD8A1 in popluar number systems.

HEXFFD8A1
Decimal255216161
Binary111111111101100010100001
Octal377330241

Shades and tints

Shades of #FFD8A1

#FFD8A1
(255,216,161)
#E8C593
(232,197,147)
#D1B285
(209,178,133)
#BA9F77
(186,159,119)
#A38C69
(163,140,105)
#8C795B
(140,121,91)
#75664D
(117,102,77)
#5E533F
(94,83,63)
#474031
(71,64,49)
#302D23
(48,45,35)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #FFD8A1

#FFD8A1
(255,216,161)
#FFDBA9
(255,219,169)
#FFDEB1
(255,222,177)
#FFE1B9
(255,225,185)
#FFE4C1
(255,228,193)
#FFE7C9
(255,231,201)
#FFEAD1
(255,234,209)
#FFEDD9
(255,237,217)
#FFF0E1
(255,240,225)
#FFF3E9
(255,243,233)
#FFF6F1
(255,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD8A1 color. Also use rgb(255,216,161) instead hex code.

Text Font Color

.myTextColor { color: #FFD8A1; }

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

This text font color is #FFD8A1.


Background Color

.myBgColor { background-color: #FFD8A1; }

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

This div background color is #FFD8A1.


Border color

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

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

This div border color is #FFD8A1.


Opacity

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

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

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

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

This text has shadow with #FFD8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8A1 on black background.


Color preview on white background

This text has color #FFD8A1 on white background.



Black color preview on #FFD8A1 background

This text has black color on #FFD8A1 background.


White color preview on #FFD8A1 background

This text has white color on #FFD8A1 background.