COLOR #F0B697

HEX: #F0B697
RGB: (240,182,151)

Color info

#F0B697 contains mainly red and green colors. Web safe color of #F0B697 is #FFCC99 (or #FC9).

RGB color model

#F0B697 color RGB value is (240,182,151).

  • red value is 240;
  • green value is 182;
  • blue value is 151.
RGB:
(240,182,151)
(94%,71%,59%)

RGB channels and saturation

R 240 of 255 = 94%
G 182 of 255 = 71%
B 151 of 255 = 59%

240
182
151

R + G + B ~ 75%. #F0B697 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 182 + 151 = 573 (100%)
R 240 of 573 ~ 41.88%
G 182 of 573 ~ 31.76%
B 151 of 573 ~ 26.35%

%41.88
%31.76
%26.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 37.08%
  • key color value is 5.88%
CMYK:
(0,24,37,6)
C0M24Y37K6 
(0%,24%,37%,6%)
(0.00/0.24/0.37/0.06)	

CMYK percentages

%0
%24.17
%37.08
%5.88

Codes

Color #F0B697 in popluar color models

F0B697
RGB240182151
HSL21°74.79%76.67%
HSB/HSV21°37.08%94.12%
CMYK0.00%24.17%37.08%
5.88%

Color #F0B697 in popluar number systems.

HEXF0B697
Decimal240182151
Binary111100001011011010010111
Octal360266227

Shades and tints

Shades of #F0B697

#F0B697
(240,182,151)
#DBA68A
(219,166,138)
#C6967D
(198,150,125)
#B18670
(177,134,112)
#9C7663
(156,118,99)
#876656
(135,102,86)
#725649
(114,86,73)
#5D463C
(93,70,60)
#48362F
(72,54,47)
#332622
(51,38,34)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #F0B697

#F0B697
(240,182,151)
#F1BCA0
(241,188,160)
#F2C2A9
(242,194,169)
#F3C8B2
(243,200,178)
#F4CEBB
(244,206,187)
#F5D4C4
(245,212,196)
#F6DACD
(246,218,205)
#F7E0D6
(247,224,214)
#F8E6DF
(248,230,223)
#F9ECE8
(249,236,232)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B697; }

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

This text font color is #F0B697.


Background Color

.myBgColor { background-color: #F0B697; }

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

This div background color is #F0B697.


Border color

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

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

This div border color is #F0B697.


Opacity

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

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

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

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

This text has shadow with #F0B697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B697 on black background.


Color preview on white background

This text has color #F0B697 on white background.



Black color preview on #F0B697 background

This text has black color on #F0B697 background.


White color preview on #F0B697 background

This text has white color on #F0B697 background.