COLOR #FFDF87

HEX: #FFDF87
RGB: (255,223,135)

Color info

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

RGB color model

#FFDF87 color RGB value is (255,223,135).

  • red value is 255;
  • green value is 223;
  • blue value is 135.
RGB:
(255,223,135)
(100%,87%,53%)

RGB channels and saturation

R 255 of 255 = 100%
G 223 of 255 = 87%
B 135 of 255 = 53%

255
223
135

R + G + B ~ 80%. #FFDF87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 223 + 135 = 613 (100%)
R 255 of 613 ~ 41.6%
G 223 of 613 ~ 36.38%
B 135 of 613 ~ 22.02%

%41.6
%36.38
%22.02

CMYK color model

#FFDF87 color CMYK value is (0,13,47,0).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 47.06%
  • key color value is 0.00%
CMYK:
(0,13,47,0)
C0M13Y47K0 
(0%,13%,47%,0%)
(0.00/0.13/0.47/0.00)	

CMYK percentages

%0
%12.55
%47.06
%0

Codes

Color #FFDF87 in popluar color models

FFDF87
RGB255223135
HSL44°100.00%76.47%
HSB/HSV44°47.06%100.00%
CMYK0.00%12.55%47.06%
0.00%

Color #FFDF87 in popluar number systems.

HEXFFDF87
Decimal255223135
Binary111111111101111110000111
Octal377337207

Shades and tints

Shades of #FFDF87

#FFDF87
(255,223,135)
#E8CB7B
(232,203,123)
#D1B76F
(209,183,111)
#BAA363
(186,163,99)
#A38F57
(163,143,87)
#8C7B4B
(140,123,75)
#75673F
(117,103,63)
#5E5333
(94,83,51)
#473F27
(71,63,39)
#302B1B
(48,43,27)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #FFDF87

#FFDF87
(255,223,135)
#FFE191
(255,225,145)
#FFE39B
(255,227,155)
#FFE5A5
(255,229,165)
#FFE7AF
(255,231,175)
#FFE9B9
(255,233,185)
#FFEBC3
(255,235,195)
#FFEDCD
(255,237,205)
#FFEFD7
(255,239,215)
#FFF1E1
(255,241,225)
#FFF3EB
(255,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDF87 color. Also use rgb(255,223,135) instead hex code.

Text Font Color

.myTextColor { color: #FFDF87; }

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

This text font color is #FFDF87.


Background Color

.myBgColor { background-color: #FFDF87; }

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

This div background color is #FFDF87.


Border color

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

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

This div border color is #FFDF87.


Opacity

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

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

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

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

This text has shadow with #FFDF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDF87 on black background.


Color preview on white background

This text has color #FFDF87 on white background.



Black color preview on #FFDF87 background

This text has black color on #FFDF87 background.


White color preview on #FFDF87 background

This text has white color on #FFDF87 background.