COLOR #F6EFDB

HEX: #F6EFDB RGB: (246,239,219)

Color info

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

RGB color model

#F6EFDB color RGB value is (246,239,219).

RGB: (246,239,219) (96%, 94%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 239 of 255 = 94%
B 219 of 255 = 86%

246
239
219

R + G + B ~ 92%. #F6EFDB is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 239 + 219 = 704 (100%)
R 246 of 704 ~ 34.94%
G 239 of 704 ~ 33.95%
B 219 of 704 ~ 31.11'%

%34.94
%33.95
%31.11

CMYK color model

#F6EFDB color CMYK value is (0,3,11,4).

  • cyan value is 0.00%
  • magenta value is 2.85%
  • yellow value is 10.98%
  • key color value is 3.53%

CMYK: (0,3,11,4)
C0M3Y11K4 (0%, 3%, 11%, 4%)
(0.00 / 0.03 / 0.11 / 0.04)

CMYK percentages

%0
%2.85
%10.98
%3.53

Codes

Color #F6EFDB in popluar color models

F6 EF DB
RGB 246 239 219
HSL 44° 60.00% 91.18%
HSB/HSV 44° 10.98% 96.47%
CMYK 0.00% 2.85% 10.98%
3.53%

Color #F6EFDB in popluar number systems.

HEX F6 EF DB
Decimal 246 239 219
Binary 11110110 11101111 11011011
Octal 366 357 333

Shades and tints

Shades of #F6EFDB

#F6EFDB
(246,239,219)
#E0DAC8
(224,218,200)
#CAC5B5
(202,197,181)
#B4B0A2
(180,176,162)
#9E9B8F
(158,155,143)
#88867C
(136,134,124)
#727169
(114,113,105)
#5C5C56
(92,92,86)
#464743
(70,71,67)
#303230
(48,50,48)
#1A1D1D
(26,29,29)
#000000
(0,0,0)

Tints of #F6EFDB

#F6EFDB
(246,239,219)
#F6F0DE
(246,240,222)
#F6F1E1
(246,241,225)
#F6F2E4
(246,242,228)
#F6F3E7
(246,243,231)
#F6F4EA
(246,244,234)
#F6F5ED
(246,245,237)
#F6F6F0
(246,246,240)
#F6F7F3
(246,247,243)
#F6F8F6
(246,248,246)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EFDB; }

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

This text font color is #F6EFDB.

Background Color

.myBgColor { background-color: #F6EFDB; }

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

This div background color is #F6EFDB.

Border color

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

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

This div border color is #F6EFDB.

Opacity

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

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

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

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

This text has shadow with #F6EFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EFDB.

Preview

Color preview on black background

This text has color #F6EFDB on black background.


Color preview on white background

This text has color #F6EFDB on white background.


Black color preview on #F6EFDB background

This text has black color on #F6EFDB background.


White color preview on #F6EFDB background

This text has white color on #F6EFDB background.


Related colors

Complementary color

Complementary color for #hex is #091024.


I love getcolorcode.com

Triadic colors

1 #DBF6EF and #EFDBF6 with #F6EFDB are triadic colors.

2 #DBEFF6 and #EFF6DB with #F6EFDB are triadic colors.