COLOR #FFD2A4

HEX: #FFD2A4
RGB: (255,210,164)

Color info

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

RGB color model

#FFD2A4 color RGB value is (255,210,164).

  • red value is 255;
  • green value is 210;
  • blue value is 164.
RGB:
(255,210,164)
(100%,82%,64%)

RGB channels and saturation

R 255 of 255 = 100%
G 210 of 255 = 82%
B 164 of 255 = 64%

255
210
164

R + G + B ~ 82%. #FFD2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 210 + 164 = 629 (100%)
R 255 of 629 ~ 40.54%
G 210 of 629 ~ 33.39%
B 164 of 629 ~ 26.07%

%40.54
%33.39
%26.07

CMYK color model

#FFD2A4 color CMYK value is (0,18,36,0).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 35.69%
  • key color value is 0.00%
CMYK:
(0,18,36,0)
C0M18Y36K0 
(0%,18%,36%,0%)
(0.00/0.18/0.36/0.00)	

CMYK percentages

%0
%17.65
%35.69
%0

Codes

Color #FFD2A4 in popluar color models

FFD2A4
RGB255210164
HSL30°100.00%82.16%
HSB/HSV30°35.69%100.00%
CMYK0.00%17.65%35.69%
0.00%

Color #FFD2A4 in popluar number systems.

HEXFFD2A4
Decimal255210164
Binary111111111101001010100100
Octal377322244

Shades and tints

Shades of #FFD2A4

#FFD2A4
(255,210,164)
#E8BF96
(232,191,150)
#D1AC88
(209,172,136)
#BA997A
(186,153,122)
#A3866C
(163,134,108)
#8C735E
(140,115,94)
#756050
(117,96,80)
#5E4D42
(94,77,66)
#473A34
(71,58,52)
#302726
(48,39,38)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #FFD2A4

#FFD2A4
(255,210,164)
#FFD6AC
(255,214,172)
#FFDAB4
(255,218,180)
#FFDEBC
(255,222,188)
#FFE2C4
(255,226,196)
#FFE6CC
(255,230,204)
#FFEAD4
(255,234,212)
#FFEEDC
(255,238,220)
#FFF2E4
(255,242,228)
#FFF6EC
(255,246,236)
#FFFAF4
(255,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD2A4 color. Also use rgb(255,210,164) instead hex code.

Text Font Color

.myTextColor { color: #FFD2A4; }

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

This text font color is #FFD2A4.


Background Color

.myBgColor { background-color: #FFD2A4; }

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

This div background color is #FFD2A4.


Border color

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

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

This div border color is #FFD2A4.


Opacity

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

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

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

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

This text has shadow with #FFD2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD2A4 on black background.


Color preview on white background

This text has color #FFD2A4 on white background.



Black color preview on #FFD2A4 background

This text has black color on #FFD2A4 background.


White color preview on #FFD2A4 background

This text has white color on #FFD2A4 background.