COLOR #FFB397

HEX: #FFB397
RGB: (255,179,151)

Color info

#FFB397 contains mainly red color. Web safe color of #FFB397 is #FF9999 (or #F99).

RGB color model

#FFB397 color RGB value is (255,179,151).

  • red value is 255;
  • green value is 179;
  • blue value is 151.
RGB:
(255,179,151)
(100%,70%,59%)

RGB channels and saturation

R 255 of 255 = 100%
G 179 of 255 = 70%
B 151 of 255 = 59%

255
179
151

R + G + B ~ 76%. #FFB397 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 179 + 151 = 585 (100%)
R 255 of 585 ~ 43.59%
G 179 of 585 ~ 30.6%
B 151 of 585 ~ 25.81%

%43.59
%30.6
%25.81

CMYK color model

#FFB397 color CMYK value is (0,30,41,0).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 40.78%
  • key color value is 0.00%
CMYK:
(0,30,41,0)
C0M30Y41K0 
(0%,30%,41%,0%)
(0.00/0.30/0.41/0.00)	

CMYK percentages

%0
%29.8
%40.78
%0

Codes

Color #FFB397 in popluar color models

FFB397
RGB255179151
HSL16°100.00%79.61%
HSB/HSV16°40.78%100.00%
CMYK0.00%29.80%40.78%
0.00%

Color #FFB397 in popluar number systems.

HEXFFB397
Decimal255179151
Binary111111111011001110010111
Octal377263227

Shades and tints

Shades of #FFB397

#FFB397
(255,179,151)
#E8A38A
(232,163,138)
#D1937D
(209,147,125)
#BA8370
(186,131,112)
#A37363
(163,115,99)
#8C6356
(140,99,86)
#755349
(117,83,73)
#5E433C
(94,67,60)
#47332F
(71,51,47)
#302322
(48,35,34)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #FFB397

#FFB397
(255,179,151)
#FFB9A0
(255,185,160)
#FFBFA9
(255,191,169)
#FFC5B2
(255,197,178)
#FFCBBB
(255,203,187)
#FFD1C4
(255,209,196)
#FFD7CD
(255,215,205)
#FFDDD6
(255,221,214)
#FFE3DF
(255,227,223)
#FFE9E8
(255,233,232)
#FFEFF1
(255,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB397 color. Also use rgb(255,179,151) instead hex code.

Text Font Color

.myTextColor { color: #FFB397; }

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

This text font color is #FFB397.


Background Color

.myBgColor { background-color: #FFB397; }

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

This div background color is #FFB397.


Border color

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

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

This div border color is #FFB397.


Opacity

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

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

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

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

This text has shadow with #FFB397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB397 on black background.


Color preview on white background

This text has color #FFB397 on white background.



Black color preview on #FFB397 background

This text has black color on #FFB397 background.


White color preview on #FFB397 background

This text has white color on #FFB397 background.