COLOR #F5DBB2

HEX: #F5DBB2
RGB: (245,219,178)

Color info

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

RGB color model

#F5DBB2 color RGB value is (245,219,178).

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

RGB channels and saturation

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

245
219
178

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

Portions of RGB colors in percentages

R + G + B =
245 + 219 + 178 = 642 (100%)
R 245 of 642 ~ 38.16%
G 219 of 642 ~ 34.11%
B 178 of 642 ~ 27.73%

%38.16
%34.11
%27.73

CMYK color model

#F5DBB2 color CMYK value is (0,11,27,4).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 27.35%
  • key color value is 3.92%
CMYK:
(0,11,27,4)
C0M11Y27K4 
(0%,11%,27%,4%)
(0.00/0.11/0.27/0.04)	

CMYK percentages

%0
%10.61
%27.35
%3.92

Codes

Color #F5DBB2 in popluar color models

F5DBB2
RGB245219178
HSL37°77.01%82.94%
HSB/HSV37°27.35%96.08%
CMYK0.00%10.61%27.35%
3.92%

Color #F5DBB2 in popluar number systems.

HEXF5DBB2
Decimal245219178
Binary111101011101101110110010
Octal365333262

Shades and tints

Shades of #F5DBB2

#F5DBB2
(245,219,178)
#DFC8A2
(223,200,162)
#C9B592
(201,181,146)
#B3A282
(179,162,130)
#9D8F72
(157,143,114)
#877C62
(135,124,98)
#716952
(113,105,82)
#5B5642
(91,86,66)
#454332
(69,67,50)
#2F3022
(47,48,34)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #F5DBB2

#F5DBB2
(245,219,178)
#F5DEB9
(245,222,185)
#F5E1C0
(245,225,192)
#F5E4C7
(245,228,199)
#F5E7CE
(245,231,206)
#F5EAD5
(245,234,213)
#F5EDDC
(245,237,220)
#F5F0E3
(245,240,227)
#F5F3EA
(245,243,234)
#F5F6F1
(245,246,241)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DBB2; }

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

This text font color is #F5DBB2.


Background Color

.myBgColor { background-color: #F5DBB2; }

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

This div background color is #F5DBB2.


Border color

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

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

This div border color is #F5DBB2.


Opacity

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

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

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

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

This text has shadow with #F5DBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DBB2 on black background.


Color preview on white background

This text has color #F5DBB2 on white background.



Black color preview on #F5DBB2 background

This text has black color on #F5DBB2 background.


White color preview on #F5DBB2 background

This text has white color on #F5DBB2 background.