COLOR #F5DBB7

HEX: #F5DBB7
RGB: (245,219,183)

Color info

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

RGB color model

#F5DBB7 color RGB value is (245,219,183).

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

RGB channels and saturation

R 245 of 255 = 96%
G 219 of 255 = 86%
B 183 of 255 = 72%

245
219
183

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

Portions of RGB colors in percentages

R + G + B =
245 + 219 + 183 = 647 (100%)
R 245 of 647 ~ 37.87%
G 219 of 647 ~ 33.85%
B 183 of 647 ~ 28.28%

%37.87
%33.85
%28.28

CMYK color model

#F5DBB7 color CMYK value is (0,11,25,4).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 25.31%
  • key color value is 3.92%
CMYK:
(0,11,25,4)
C0M11Y25K4 
(0%,11%,25%,4%)
(0.00/0.11/0.25/0.04)	

CMYK percentages

%0
%10.61
%25.31
%3.92

Codes

Color #F5DBB7 in popluar color models

F5DBB7
RGB245219183
HSL35°75.61%83.92%
HSB/HSV35°25.31%96.08%
CMYK0.00%10.61%25.31%
3.92%

Color #F5DBB7 in popluar number systems.

HEXF5DBB7
Decimal245219183
Binary111101011101101110110111
Octal365333267

Shades and tints

Shades of #F5DBB7

#F5DBB7
(245,219,183)
#DFC8A7
(223,200,167)
#C9B597
(201,181,151)
#B3A287
(179,162,135)
#9D8F77
(157,143,119)
#877C67
(135,124,103)
#716957
(113,105,87)
#5B5647
(91,86,71)
#454337
(69,67,55)
#2F3027
(47,48,39)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #F5DBB7

#F5DBB7
(245,219,183)
#F5DEBD
(245,222,189)
#F5E1C3
(245,225,195)
#F5E4C9
(245,228,201)
#F5E7CF
(245,231,207)
#F5EAD5
(245,234,213)
#F5EDDB
(245,237,219)
#F5F0E1
(245,240,225)
#F5F3E7
(245,243,231)
#F5F6ED
(245,246,237)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DBB7; }

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

This text font color is #F5DBB7.


Background Color

.myBgColor { background-color: #F5DBB7; }

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

This div background color is #F5DBB7.


Border color

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

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

This div border color is #F5DBB7.


Opacity

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

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

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

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

This text has shadow with #F5DBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DBB7 on black background.


Color preview on white background

This text has color #F5DBB7 on white background.



Black color preview on #F5DBB7 background

This text has black color on #F5DBB7 background.


White color preview on #F5DBB7 background

This text has white color on #F5DBB7 background.