COLOR #FFD9BE

HEX: #FFD9BE
RGB: (255,217,190)

Color info

#FFD9BE contains mainly red and green colors. Web safe color of #FFD9BE is #FFCCCC (or #FCC).

RGB color model

#FFD9BE color RGB value is (255,217,190).

  • red value is 255;
  • green value is 217;
  • blue value is 190.
RGB:
(255,217,190)
(100%,85%,75%)

RGB channels and saturation

R 255 of 255 = 100%
G 217 of 255 = 85%
B 190 of 255 = 75%

255
217
190

R + G + B ~ 87%. #FFD9BE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 217 + 190 = 662 (100%)
R 255 of 662 ~ 38.52%
G 217 of 662 ~ 32.78%
B 190 of 662 ~ 28.7%

%38.52
%32.78
%28.7

CMYK color model

#FFD9BE color CMYK value is (0,15,25,0).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 25.49%
  • key color value is 0.00%
CMYK:
(0,15,25,0)
C0M15Y25K0 
(0%,15%,25%,0%)
(0.00/0.15/0.25/0.00)	

CMYK percentages

%0
%14.9
%25.49
%0

Codes

Color #FFD9BE in popluar color models

FFD9BE
RGB255217190
HSL25°100.00%87.25%
HSB/HSV25°25.49%100.00%
CMYK0.00%14.90%25.49%
0.00%

Color #FFD9BE in popluar number systems.

HEXFFD9BE
Decimal255217190
Binary111111111101100110111110
Octal377331276

Shades and tints

Shades of #FFD9BE

#FFD9BE
(255,217,190)
#E8C6AD
(232,198,173)
#D1B39C
(209,179,156)
#BAA08B
(186,160,139)
#A38D7A
(163,141,122)
#8C7A69
(140,122,105)
#756758
(117,103,88)
#5E5447
(94,84,71)
#474136
(71,65,54)
#302E25
(48,46,37)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #FFD9BE

#FFD9BE
(255,217,190)
#FFDCC3
(255,220,195)
#FFDFC8
(255,223,200)
#FFE2CD
(255,226,205)
#FFE5D2
(255,229,210)
#FFE8D7
(255,232,215)
#FFEBDC
(255,235,220)
#FFEEE1
(255,238,225)
#FFF1E6
(255,241,230)
#FFF4EB
(255,244,235)
#FFF7F0
(255,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD9BE color. Also use rgb(255,217,190) instead hex code.

Text Font Color

.myTextColor { color: #FFD9BE; }

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

This text font color is #FFD9BE.


Background Color

.myBgColor { background-color: #FFD9BE; }

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

This div background color is #FFD9BE.


Border color

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

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

This div border color is #FFD9BE.


Opacity

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

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

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

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

This text has shadow with #FFD9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD9BE on black background.


Color preview on white background

This text has color #FFD9BE on white background.



Black color preview on #FFD9BE background

This text has black color on #FFD9BE background.


White color preview on #FFD9BE background

This text has white color on #FFD9BE background.