COLOR #FFD4AF

HEX: #FFD4AF
RGB: (255,212,175)

Color info

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

RGB color model

#FFD4AF color RGB value is (255,212,175).

  • red value is 255;
  • green value is 212;
  • blue value is 175.
RGB:
(255,212,175)
(100%,83%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 212 of 255 = 83%
B 175 of 255 = 69%

255
212
175

R + G + B ~ 84%. #FFD4AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 212 + 175 = 642 (100%)
R 255 of 642 ~ 39.72%
G 212 of 642 ~ 33.02%
B 175 of 642 ~ 27.26%

%39.72
%33.02
%27.26

CMYK color model

#FFD4AF color CMYK value is (0,17,31,0).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 31.37%
  • key color value is 0.00%
CMYK:
(0,17,31,0)
C0M17Y31K0 
(0%,17%,31%,0%)
(0.00/0.17/0.31/0.00)	

CMYK percentages

%0
%16.86
%31.37
%0

Codes

Color #FFD4AF in popluar color models

FFD4AF
RGB255212175
HSL28°100.00%84.31%
HSB/HSV28°31.37%100.00%
CMYK0.00%16.86%31.37%
0.00%

Color #FFD4AF in popluar number systems.

HEXFFD4AF
Decimal255212175
Binary111111111101010010101111
Octal377324257

Shades and tints

Shades of #FFD4AF

#FFD4AF
(255,212,175)
#E8C1A0
(232,193,160)
#D1AE91
(209,174,145)
#BA9B82
(186,155,130)
#A38873
(163,136,115)
#8C7564
(140,117,100)
#756255
(117,98,85)
#5E4F46
(94,79,70)
#473C37
(71,60,55)
#302928
(48,41,40)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #FFD4AF

#FFD4AF
(255,212,175)
#FFD7B6
(255,215,182)
#FFDABD
(255,218,189)
#FFDDC4
(255,221,196)
#FFE0CB
(255,224,203)
#FFE3D2
(255,227,210)
#FFE6D9
(255,230,217)
#FFE9E0
(255,233,224)
#FFECE7
(255,236,231)
#FFEFEE
(255,239,238)
#FFF2F5
(255,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD4AF color. Also use rgb(255,212,175) instead hex code.

Text Font Color

.myTextColor { color: #FFD4AF; }

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

This text font color is #FFD4AF.


Background Color

.myBgColor { background-color: #FFD4AF; }

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

This div background color is #FFD4AF.


Border color

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

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

This div border color is #FFD4AF.


Opacity

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

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

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

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

This text has shadow with #FFD4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD4AF on black background.


Color preview on white background

This text has color #FFD4AF on white background.



Black color preview on #FFD4AF background

This text has black color on #FFD4AF background.


White color preview on #FFD4AF background

This text has white color on #FFD4AF background.