COLOR #F0EFB6

HEX: #F0EFB6 RGB: (240,239,182)

Color info

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

RGB color model

#F0EFB6 color RGB value is (240,239,182).

RGB: (240,239,182) (94%, 94%, 71%)

RGB channels and saturation

R 240 of 255 = 94%
G 239 of 255 = 94%
B 182 of 255 = 71%

240
239
182

R + G + B ~ 86%. #F0EFB6 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 239 + 182 = 661 (100%)
R 240 of 661 ~ 36.31%
G 239 of 661 ~ 36.16%
B 182 of 661 ~ 27.53'%

%36.31
%36.16
%27.53

CMYK color model

#F0EFB6 color CMYK value is (0,0,24,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 24.17%
  • key color value is 5.88%

CMYK: (0,0,24,6)
C0M0Y24K6 (0%, 0%, 24%, 6%)
(0.00 / 0.00 / 0.24 / 0.06)

CMYK percentages

%0
%0.42
%24.17
%5.88

Codes

Color #F0EFB6 in popluar color models

F0 EF B6
RGB 240 239 182
HSL 59° 65.91% 82.75%
HSB/HSV 59° 24.17% 94.12%
CMYK 0.00% 0.42% 24.17%
5.88%

Color #F0EFB6 in popluar number systems.

HEX F0 EF B6
Decimal 240 239 182
Binary 11110000 11101111 10110110
Octal 360 357 266

Shades and tints

Shades of #F0EFB6

#F0EFB6
(240,239,182)
#DBDAA6
(219,218,166)
#C6C596
(198,197,150)
#B1B086
(177,176,134)
#9C9B76
(156,155,118)
#878666
(135,134,102)
#727156
(114,113,86)
#5D5C46
(93,92,70)
#484736
(72,71,54)
#333226
(51,50,38)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #F0EFB6

#F0EFB6
(240,239,182)
#F1F0BC
(241,240,188)
#F2F1C2
(242,241,194)
#F3F2C8
(243,242,200)
#F4F3CE
(244,243,206)
#F5F4D4
(245,244,212)
#F6F5DA
(246,245,218)
#F7F6E0
(247,246,224)
#F8F7E6
(248,247,230)
#F9F8EC
(249,248,236)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EFB6 color. Also use rgb(240,239,182) instead hex code.

Text Font Color

.myTextColor { color: #F0EFB6; }

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

This text font color is #F0EFB6.

Background Color

.myBgColor { background-color: #F0EFB6; }

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

This div background color is #F0EFB6.

Border color

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

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

This div border color is #F0EFB6.

Opacity

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

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

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

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

This text has shadow with #F0EFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EFB6.

Preview

Color preview on black background

This text has color #F0EFB6 on black background.


Color preview on white background

This text has color #F0EFB6 on white background.


Black color preview on #F0EFB6 background

This text has black color on #F0EFB6 background.


White color preview on #F0EFB6 background

This text has white color on #F0EFB6 background.


Related colors

Complementary color

Complementary color for #hex is #0F1049.


I love getcolorcode.com

Triadic colors

1 #B6F0EF and #EFB6F0 with #F0EFB6 are triadic colors.

2 #B6EFF0 and #EFF0B6 with #F0EFB6 are triadic colors.