COLOR #FFD5B1

HEX: #FFD5B1
RGB: (255,213,177)

Color info

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

RGB color model

#FFD5B1 color RGB value is (255,213,177).

  • red value is 255;
  • green value is 213;
  • blue value is 177.
RGB:
(255,213,177)
(100%,84%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 213 of 255 = 84%
B 177 of 255 = 69%

255
213
177

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

Portions of RGB colors in percentages

R + G + B =
255 + 213 + 177 = 645 (100%)
R 255 of 645 ~ 39.53%
G 213 of 645 ~ 33.02%
B 177 of 645 ~ 27.44%

%39.53
%33.02
%27.44

CMYK color model

#FFD5B1 color CMYK value is (0,16,31,0).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 30.59%
  • key color value is 0.00%
CMYK:
(0,16,31,0)
C0M16Y31K0 
(0%,16%,31%,0%)
(0.00/0.16/0.31/0.00)	

CMYK percentages

%0
%16.47
%30.59
%0

Codes

Color #FFD5B1 in popluar color models

FFD5B1
RGB255213177
HSL28°100.00%84.71%
HSB/HSV28°30.59%100.00%
CMYK0.00%16.47%30.59%
0.00%

Color #FFD5B1 in popluar number systems.

HEXFFD5B1
Decimal255213177
Binary111111111101010110110001
Octal377325261

Shades and tints

Shades of #FFD5B1

#FFD5B1
(255,213,177)
#E8C2A1
(232,194,161)
#D1AF91
(209,175,145)
#BA9C81
(186,156,129)
#A38971
(163,137,113)
#8C7661
(140,118,97)
#756351
(117,99,81)
#5E5041
(94,80,65)
#473D31
(71,61,49)
#302A21
(48,42,33)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #FFD5B1

#FFD5B1
(255,213,177)
#FFD8B8
(255,216,184)
#FFDBBF
(255,219,191)
#FFDEC6
(255,222,198)
#FFE1CD
(255,225,205)
#FFE4D4
(255,228,212)
#FFE7DB
(255,231,219)
#FFEAE2
(255,234,226)
#FFEDE9
(255,237,233)
#FFF0F0
(255,240,240)
#FFF3F7
(255,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD5B1 color. Also use rgb(255,213,177) instead hex code.

Text Font Color

.myTextColor { color: #FFD5B1; }

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

This text font color is #FFD5B1.


Background Color

.myBgColor { background-color: #FFD5B1; }

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

This div background color is #FFD5B1.


Border color

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

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

This div border color is #FFD5B1.


Opacity

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

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

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

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

This text has shadow with #FFD5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD5B1 on black background.


Color preview on white background

This text has color #FFD5B1 on white background.



Black color preview on #FFD5B1 background

This text has black color on #FFD5B1 background.


White color preview on #FFD5B1 background

This text has white color on #FFD5B1 background.