COLOR #FFD88D

HEX: #FFD88D
RGB: (255,216,141)

Color info

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

RGB color model

#FFD88D color RGB value is (255,216,141).

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

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 141 of 255 = 55%

255
216
141

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

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 141 = 612 (100%)
R 255 of 612 ~ 41.67%
G 216 of 612 ~ 35.29%
B 141 of 612 ~ 23.04%

%41.67
%35.29
%23.04

CMYK color model

#FFD88D color CMYK value is (0,15,45,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 44.71%
  • key color value is 0.00%
CMYK:
(0,15,45,0)
C0M15Y45K0 
(0%,15%,45%,0%)
(0.00/0.15/0.45/0.00)	

CMYK percentages

%0
%15.29
%44.71
%0

Codes

Color #FFD88D in popluar color models

FFD88D
RGB255216141
HSL39°100.00%77.65%
HSB/HSV39°44.71%100.00%
CMYK0.00%15.29%44.71%
0.00%

Color #FFD88D in popluar number systems.

HEXFFD88D
Decimal255216141
Binary111111111101100010001101
Octal377330215

Shades and tints

Shades of #FFD88D

#FFD88D
(255,216,141)
#E8C581
(232,197,129)
#D1B275
(209,178,117)
#BA9F69
(186,159,105)
#A38C5D
(163,140,93)
#8C7951
(140,121,81)
#756645
(117,102,69)
#5E5339
(94,83,57)
#47402D
(71,64,45)
#302D21
(48,45,33)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #FFD88D

#FFD88D
(255,216,141)
#FFDB97
(255,219,151)
#FFDEA1
(255,222,161)
#FFE1AB
(255,225,171)
#FFE4B5
(255,228,181)
#FFE7BF
(255,231,191)
#FFEAC9
(255,234,201)
#FFEDD3
(255,237,211)
#FFF0DD
(255,240,221)
#FFF3E7
(255,243,231)
#FFF6F1
(255,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD88D; }

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

This text font color is #FFD88D.


Background Color

.myBgColor { background-color: #FFD88D; }

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

This div background color is #FFD88D.


Border color

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

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

This div border color is #FFD88D.


Opacity

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

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

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

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

This text has shadow with #FFD88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD88D on black background.


Color preview on white background

This text has color #FFD88D on white background.



Black color preview on #FFD88D background

This text has black color on #FFD88D background.


White color preview on #FFD88D background

This text has white color on #FFD88D background.