COLOR #F7B68C

HEX: #F7B68C RGB: (247,182,140)

Color info

#F7B68C contains mainly red color. Web safe color of #F7B68C is #FFCC99 (or #FC9).

RGB color model

#F7B68C color RGB value is (247,182,140).

RGB: (247,182,140) (97%, 71%, 55%)

RGB channels and saturation

R 247 of 255 = 97%
G 182 of 255 = 71%
B 140 of 255 = 55%

247
182
140

R + G + B ~ 74%. #F7B68C is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 182 + 140 = 569 (100%)
R 247 of 569 ~ 43.41%
G 182 of 569 ~ 31.99%
B 140 of 569 ~ 24.6'%

%43.41
%31.99
%24.6

CMYK color model

#F7B68C color CMYK value is (0,26,43,3).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 43.32%
  • key color value is 3.14%
CMYK: (0,26,43,3) C0M26Y43K3 (0%,26%,43%,3%) (0.00/0.26/0.43/0.03) 

CMYK percentages

%0
%26.32
%43.32
%3.14

Codes

Color #F7B68C in popluar color models

F7 B6 8C
RGB 247 182 140
HSL 24° 86.99% 75.88%
HSB/HSV 24° 43.32% 96.86%
CMYK 0.00% 26.32% 43.32%
3.14%

Color #F7B68C in popluar number systems.

HEX F7 B6 8C
Decimal 247 182 140
Binary 11110111 10110110 10001100
Octal 367 266 214

Shades and tints

Shades of #F7B68C

#F7B68C
(247,182,140)
#E1A680
(225,166,128)
#CB9674
(203,150,116)
#B58668
(181,134,104)
#9F765C
(159,118,92)
#896650
(137,102,80)
#735644
(115,86,68)
#5D4638
(93,70,56)
#47362C
(71,54,44)
#312620
(49,38,32)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #F7B68C

#F7B68C
(247,182,140)
#F7BC96
(247,188,150)
#F7C2A0
(247,194,160)
#F7C8AA
(247,200,170)
#F7CEB4
(247,206,180)
#F7D4BE
(247,212,190)
#F7DAC8
(247,218,200)
#F7E0D2
(247,224,210)
#F7E6DC
(247,230,220)
#F7ECE6
(247,236,230)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B68C color. Also use rgb(247,182,140) instead hex code.

Text Font Color

.myTextColor { color: #F7B68C; }

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

This text font color is #F7B68C.

Background Color

.myBgColor { background-color: #F7B68C; }

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

This div background color is #F7B68C.

Border color

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

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

This div border color is #F7B68C.

Opacity

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

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

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

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

This text has shadow with #F7B68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B68C.

Preview

Color preview on black background

This text has color #F7B68C on black background.


Color preview on white background

This text has color #F7B68C on white background.


Black color preview on #F7B68C background

This text has black color on #F7B68C background.


White color preview on #F7B68C background

This text has white color on #F7B68C background.


Related colors

Complementary color

Complementary color for #hex is #084973.


I love getcolorcode.com

Triadic colors

1 #8CF7B6 and #B68CF7 with #F7B68C are triadic colors.

2 #8CB6F7 and #B6F78C with #F7B68C are triadic colors.