COLOR #F6F9DB

HEX: #F6F9DB RGB: (246,249,219)

Color info

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

RGB color model

#F6F9DB color RGB value is (246,249,219).

RGB: (246,249,219) (96%, 98%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 249 of 255 = 98%
B 219 of 255 = 86%

246
249
219

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

Portions of RGB colors in percentages

R + G + B = 246 + 249 + 219 = 714 (100%)
R 246 of 714 ~ 34.45%
G 249 of 714 ~ 34.87%
B 219 of 714 ~ 30.67'%

%34.45
%34.87
%30.67

CMYK color model

#F6F9DB color CMYK value is (1,0,12,2).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 2.35%

CMYK: (1,0,12,2)
C1M0Y12K2 (1%, 0%, 12%, 2%)
(0.01 / 0.00 / 0.12 / 0.02)

CMYK percentages

%1.2
%0
%12.05
%2.35

Codes

Color #F6F9DB in popluar color models

F6 F9 DB
RGB 246 249 219
HSL 66° 71.43% 91.76%
HSB/HSV 66° 12.05% 97.65%
CMYK 1.20% 0.00% 12.05%
2.35%

Color #F6F9DB in popluar number systems.

HEX F6 F9 DB
Decimal 246 249 219
Binary 11110110 11111001 11011011
Octal 366 371 333

Shades and tints

Shades of #F6F9DB

#F6F9DB
(246,249,219)
#E0E3C8
(224,227,200)
#CACDB5
(202,205,181)
#B4B7A2
(180,183,162)
#9EA18F
(158,161,143)
#888B7C
(136,139,124)
#727569
(114,117,105)
#5C5F56
(92,95,86)
#464943
(70,73,67)
#303330
(48,51,48)
#1A1D1D
(26,29,29)
#000000
(0,0,0)

Tints of #F6F9DB

#F6F9DB
(246,249,219)
#F6F9DE
(246,249,222)
#F6F9E1
(246,249,225)
#F6F9E4
(246,249,228)
#F6F9E7
(246,249,231)
#F6F9EA
(246,249,234)
#F6F9ED
(246,249,237)
#F6F9F0
(246,249,240)
#F6F9F3
(246,249,243)
#F6F9F6
(246,249,246)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F9DB color. Also use rgb(246,249,219) instead hex code.

Text Font Color

.myTextColor { color: #F6F9DB; }

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

This text font color is #F6F9DB.

Background Color

.myBgColor { background-color: #F6F9DB; }

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

This div background color is #F6F9DB.

Border color

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

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

This div border color is #F6F9DB.

Opacity

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

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

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

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

This text has shadow with #F6F9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6F9DB.

Preview

Color preview on black background

This text has color #F6F9DB on black background.


Color preview on white background

This text has color #F6F9DB on white background.


Black color preview on #F6F9DB background

This text has black color on #F6F9DB background.


White color preview on #F6F9DB background

This text has white color on #F6F9DB background.


Related colors

Complementary color

Complementary color for #hex is #090624.


I love getcolorcode.com

Triadic colors

1 #DBF6F9 and #F9DBF6 with #F6F9DB are triadic colors.

2 #DBF9F6 and #F9F6DB with #F6F9DB are triadic colors.