COLOR #F5DBC7

HEX: #F5DBC7 RGB: (245,219,199)

Color info

#F5DBC7 contains red, green and blue colors in about the same proportion. Web safe color of #F5DBC7 is #FFCCCC (or #FCC).

RGB color model

#F5DBC7 color RGB value is (245,219,199).

RGB: (245,219,199) (96%, 86%, 78%)

RGB channels and saturation

R 245 of 255 = 96%
G 219 of 255 = 86%
B 199 of 255 = 78%

245
219
199

R + G + B ~ 87%. #F5DBC7 is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 219 + 199 = 663 (100%)
R 245 of 663 ~ 36.95%
G 219 of 663 ~ 33.03%
B 199 of 663 ~ 30.02'%

%36.95
%33.03
%30.02

CMYK color model

#F5DBC7 color CMYK value is (0,11,19,4).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 18.78%
  • key color value is 3.92%

CMYK: (0,11,19,4)
C0M11Y19K4 (0%, 11%, 19%, 4%)
(0.00 / 0.11 / 0.19 / 0.04)

CMYK percentages

%0
%10.61
%18.78
%3.92

Codes

Color #F5DBC7 in popluar color models

F5 DB C7
RGB 245 219 199
HSL 26° 69.70% 87.06%
HSB/HSV 26° 18.78% 96.08%
CMYK 0.00% 10.61% 18.78%
3.92%

Color #F5DBC7 in popluar number systems.

HEX F5 DB C7
Decimal 245 219 199
Binary 11110101 11011011 11000111
Octal 365 333 307

Shades and tints

Shades of #F5DBC7

#F5DBC7
(245,219,199)
#DFC8B5
(223,200,181)
#C9B5A3
(201,181,163)
#B3A291
(179,162,145)
#9D8F7F
(157,143,127)
#877C6D
(135,124,109)
#71695B
(113,105,91)
#5B5649
(91,86,73)
#454337
(69,67,55)
#2F3025
(47,48,37)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #F5DBC7

#F5DBC7
(245,219,199)
#F5DECC
(245,222,204)
#F5E1D1
(245,225,209)
#F5E4D6
(245,228,214)
#F5E7DB
(245,231,219)
#F5EAE0
(245,234,224)
#F5EDE5
(245,237,229)
#F5F0EA
(245,240,234)
#F5F3EF
(245,243,239)
#F5F6F4
(245,246,244)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DBC7; }

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

This text font color is #F5DBC7.

Background Color

.myBgColor { background-color: #F5DBC7; }

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

This div background color is #F5DBC7.

Border color

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

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

This div border color is #F5DBC7.

Opacity

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

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

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

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

This text has shadow with #F5DBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DBC7.

Preview

Color preview on black background

This text has color #F5DBC7 on black background.


Color preview on white background

This text has color #F5DBC7 on white background.


Black color preview on #F5DBC7 background

This text has black color on #F5DBC7 background.


White color preview on #F5DBC7 background

This text has white color on #F5DBC7 background.


Related colors

Complementary color

Complementary color for #hex is #0A2438.


I love getcolorcode.com

Triadic colors

1 #C7F5DB and #DBC7F5 with #F5DBC7 are triadic colors.

2 #C7DBF5 and #DBF5C7 with #F5DBC7 are triadic colors.