COLOR #FFD5B2

HEX: #FFD5B2
RGB: (255,213,178)

Color info

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

RGB color model

#FFD5B2 color RGB value is (255,213,178).

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

RGB channels and saturation

R 255 of 255 = 100%
G 213 of 255 = 84%
B 178 of 255 = 70%

255
213
178

R + G + B ~ 85%. #FFD5B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 213 + 178 = 646 (100%)
R 255 of 646 ~ 39.47%
G 213 of 646 ~ 32.97%
B 178 of 646 ~ 27.55%

%39.47
%32.97
%27.55

CMYK color model

#FFD5B2 color CMYK value is (0,16,30,0).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 30.20%
  • key color value is 0.00%
CMYK:
(0,16,30,0)
C0M16Y30K0 
(0%,16%,30%,0%)
(0.00/0.16/0.30/0.00)	

CMYK percentages

%0
%16.47
%30.2
%0

Codes

Color #FFD5B2 in popluar color models

FFD5B2
RGB255213178
HSL27°100.00%84.90%
HSB/HSV27°30.20%100.00%
CMYK0.00%16.47%30.20%
0.00%

Color #FFD5B2 in popluar number systems.

HEXFFD5B2
Decimal255213178
Binary111111111101010110110010
Octal377325262

Shades and tints

Shades of #FFD5B2

#FFD5B2
(255,213,178)
#E8C2A2
(232,194,162)
#D1AF92
(209,175,146)
#BA9C82
(186,156,130)
#A38972
(163,137,114)
#8C7662
(140,118,98)
#756352
(117,99,82)
#5E5042
(94,80,66)
#473D32
(71,61,50)
#302A22
(48,42,34)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #FFD5B2

#FFD5B2
(255,213,178)
#FFD8B9
(255,216,185)
#FFDBC0
(255,219,192)
#FFDEC7
(255,222,199)
#FFE1CE
(255,225,206)
#FFE4D5
(255,228,213)
#FFE7DC
(255,231,220)
#FFEAE3
(255,234,227)
#FFEDEA
(255,237,234)
#FFF0F1
(255,240,241)
#FFF3F8
(255,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD5B2; }

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

This text font color is #FFD5B2.


Background Color

.myBgColor { background-color: #FFD5B2; }

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

This div background color is #FFD5B2.


Border color

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

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

This div border color is #FFD5B2.


Opacity

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

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

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

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

This text has shadow with #FFD5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD5B2 on black background.


Color preview on white background

This text has color #FFD5B2 on white background.



Black color preview on #FFD5B2 background

This text has black color on #FFD5B2 background.


White color preview on #FFD5B2 background

This text has white color on #FFD5B2 background.