COLOR #F4F7DB

HEX: #F4F7DB RGB: (244,247,219)

Color info

#F4F7DB contains red, green and blue colors in about the same proportion. Web safe color of #F4F7DB is #FFFFCC (or #FFC).

RGB color model

#F4F7DB color RGB value is (244,247,219).

RGB: (244,247,219) (96%, 97%, 86%)

RGB channels and saturation

R 244 of 255 = 96%
G 247 of 255 = 97%
B 219 of 255 = 86%

244
247
219

R + G + B ~ 93%. #F4F7DB is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 247 + 219 = 710 (100%)
R 244 of 710 ~ 34.37%
G 247 of 710 ~ 34.79%
B 219 of 710 ~ 30.85'%

%34.37
%34.79
%30.85

CMYK color model

#F4F7DB color CMYK value is (1,0,11,3).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 3.14%

CMYK: (1,0,11,3)
C1M0Y11K3 (1%, 0%, 11%, 3%)
(0.01 / 0.00 / 0.11 / 0.03)

CMYK percentages

%1.21
%0
%11.34
%3.14

Codes

Color #F4F7DB in popluar color models

F4 F7 DB
RGB 244 247 219
HSL 66° 63.64% 91.37%
HSB/HSV 66° 11.34% 96.86%
CMYK 1.21% 0.00% 11.34%
3.14%

Color #F4F7DB in popluar number systems.

HEX F4 F7 DB
Decimal 244 247 219
Binary 11110100 11110111 11011011
Octal 364 367 333

Shades and tints

Shades of #F4F7DB

#F4F7DB
(244,247,219)
#DEE1C8
(222,225,200)
#C8CBB5
(200,203,181)
#B2B5A2
(178,181,162)
#9C9F8F
(156,159,143)
#86897C
(134,137,124)
#707369
(112,115,105)
#5A5D56
(90,93,86)
#444743
(68,71,67)
#2E3130
(46,49,48)
#181B1D
(24,27,29)
#000000
(0,0,0)

Tints of #F4F7DB

#F4F7DB
(244,247,219)
#F5F7DE
(245,247,222)
#F6F7E1
(246,247,225)
#F7F7E4
(247,247,228)
#F8F7E7
(248,247,231)
#F9F7EA
(249,247,234)
#FAF7ED
(250,247,237)
#FBF7F0
(251,247,240)
#FCF7F3
(252,247,243)
#FDF7F6
(253,247,246)
#FEF7F9
(254,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F7DB color. Also use rgb(244,247,219) instead hex code.

Text Font Color

.myTextColor { color: #F4F7DB; }

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

This text font color is #F4F7DB.

Background Color

.myBgColor { background-color: #F4F7DB; }

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

This div background color is #F4F7DB.

Border color

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

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

This div border color is #F4F7DB.

Opacity

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

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

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

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

This text has shadow with #F4F7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4F7DB.

Preview

Color preview on black background

This text has color #F4F7DB on black background.


Color preview on white background

This text has color #F4F7DB on white background.


Black color preview on #F4F7DB background

This text has black color on #F4F7DB background.


White color preview on #F4F7DB background

This text has white color on #F4F7DB background.


Related colors

Complementary color

Complementary color for #hex is #0B0824.


I love getcolorcode.com

Triadic colors

1 #DBF4F7 and #F7DBF4 with #F4F7DB are triadic colors.

2 #DBF7F4 and #F7F4DB with #F4F7DB are triadic colors.