COLOR #FFDBA8

HEX: #FFDBA8
RGB: (255,219,168)

Color info

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

RGB color model

#FFDBA8 color RGB value is (255,219,168).

  • red value is 255;
  • green value is 219;
  • blue value is 168.
RGB:
(255,219,168)
(100%,86%,66%)

RGB channels and saturation

R 255 of 255 = 100%
G 219 of 255 = 86%
B 168 of 255 = 66%

255
219
168

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

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 168 = 642 (100%)
R 255 of 642 ~ 39.72%
G 219 of 642 ~ 34.11%
B 168 of 642 ~ 26.17%

%39.72
%34.11
%26.17

CMYK color model

#FFDBA8 color CMYK value is (0,14,34,0).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 34.12%
  • key color value is 0.00%
CMYK:
(0,14,34,0)
C0M14Y34K0 
(0%,14%,34%,0%)
(0.00/0.14/0.34/0.00)	

CMYK percentages

%0
%14.12
%34.12
%0

Codes

Color #FFDBA8 in popluar color models

FFDBA8
RGB255219168
HSL35°100.00%82.94%
HSB/HSV35°34.12%100.00%
CMYK0.00%14.12%34.12%
0.00%

Color #FFDBA8 in popluar number systems.

HEXFFDBA8
Decimal255219168
Binary111111111101101110101000
Octal377333250

Shades and tints

Shades of #FFDBA8

#FFDBA8
(255,219,168)
#E8C899
(232,200,153)
#D1B58A
(209,181,138)
#BAA27B
(186,162,123)
#A38F6C
(163,143,108)
#8C7C5D
(140,124,93)
#75694E
(117,105,78)
#5E563F
(94,86,63)
#474330
(71,67,48)
#303021
(48,48,33)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #FFDBA8

#FFDBA8
(255,219,168)
#FFDEAF
(255,222,175)
#FFE1B6
(255,225,182)
#FFE4BD
(255,228,189)
#FFE7C4
(255,231,196)
#FFEACB
(255,234,203)
#FFEDD2
(255,237,210)
#FFF0D9
(255,240,217)
#FFF3E0
(255,243,224)
#FFF6E7
(255,246,231)
#FFF9EE
(255,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDBA8 color. Also use rgb(255,219,168) instead hex code.

Text Font Color

.myTextColor { color: #FFDBA8; }

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

This text font color is #FFDBA8.


Background Color

.myBgColor { background-color: #FFDBA8; }

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

This div background color is #FFDBA8.


Border color

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

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

This div border color is #FFDBA8.


Opacity

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

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

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

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

This text has shadow with #FFDBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBA8 on black background.


Color preview on white background

This text has color #FFDBA8 on white background.



Black color preview on #FFDBA8 background

This text has black color on #FFDBA8 background.


White color preview on #FFDBA8 background

This text has white color on #FFDBA8 background.