COLOR #F5DCB2

HEX: #F5DCB2
RGB: (245,220,178)

Color info

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

RGB color model

#F5DCB2 color RGB value is (245,220,178).

  • red value is 245;
  • green value is 220;
  • blue value is 178.
RGB:
(245,220,178)
(96%,86%,70%)

RGB channels and saturation

R 245 of 255 = 96%
G 220 of 255 = 86%
B 178 of 255 = 70%

245
220
178

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

Portions of RGB colors in percentages

R + G + B =
245 + 220 + 178 = 643 (100%)
R 245 of 643 ~ 38.1%
G 220 of 643 ~ 34.21%
B 178 of 643 ~ 27.68%

%38.1
%34.21
%27.68

CMYK color model

#F5DCB2 color CMYK value is (0,10,27,4).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 27.35%
  • key color value is 3.92%
CMYK:
(0,10,27,4)
C0M10Y27K4 
(0%,10%,27%,4%)
(0.00/0.10/0.27/0.04)	

CMYK percentages

%0
%10.2
%27.35
%3.92

Codes

Color #F5DCB2 in popluar color models

F5DCB2
RGB245220178
HSL38°77.01%82.94%
HSB/HSV38°27.35%96.08%
CMYK0.00%10.20%27.35%
3.92%

Color #F5DCB2 in popluar number systems.

HEXF5DCB2
Decimal245220178
Binary111101011101110010110010
Octal365334262

Shades and tints

Shades of #F5DCB2

#F5DCB2
(245,220,178)
#DFC8A2
(223,200,162)
#C9B492
(201,180,146)
#B3A082
(179,160,130)
#9D8C72
(157,140,114)
#877862
(135,120,98)
#716452
(113,100,82)
#5B5042
(91,80,66)
#453C32
(69,60,50)
#2F2822
(47,40,34)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #F5DCB2

#F5DCB2
(245,220,178)
#F5DFB9
(245,223,185)
#F5E2C0
(245,226,192)
#F5E5C7
(245,229,199)
#F5E8CE
(245,232,206)
#F5EBD5
(245,235,213)
#F5EEDC
(245,238,220)
#F5F1E3
(245,241,227)
#F5F4EA
(245,244,234)
#F5F7F1
(245,247,241)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DCB2 color. Also use rgb(245,220,178) instead hex code.

Text Font Color

.myTextColor { color: #F5DCB2; }

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

This text font color is #F5DCB2.


Background Color

.myBgColor { background-color: #F5DCB2; }

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

This div background color is #F5DCB2.


Border color

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

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

This div border color is #F5DCB2.


Opacity

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

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

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

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

This text has shadow with #F5DCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DCB2 on black background.


Color preview on white background

This text has color #F5DCB2 on white background.



Black color preview on #F5DCB2 background

This text has black color on #F5DCB2 background.


White color preview on #F5DCB2 background

This text has white color on #F5DCB2 background.