COLOR #F7E6A2

HEX: #F7E6A2 RGB: (247,230,162)

Color info

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

RGB color model

#F7E6A2 color RGB value is (247,230,162).

RGB: (247,230,162) (97%, 90%, 64%)

RGB channels and saturation

R 247 of 255 = 97%
G 230 of 255 = 90%
B 162 of 255 = 64%

247
230
162

R + G + B ~ 84%. #F7E6A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 230 + 162 = 639 (100%)
R 247 of 639 ~ 38.65%
G 230 of 639 ~ 35.99%
B 162 of 639 ~ 25.35'%

%38.65
%35.99
%25.35

CMYK color model

#F7E6A2 color CMYK value is (0,7,34,3).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 34.41%
  • key color value is 3.14%
CMYK: (0,7,34,3) C0M7Y34K3 (0%,7%,34%,3%) (0.00/0.07/0.34/0.03) 

CMYK percentages

%0
%6.88
%34.41
%3.14

Codes

Color #F7E6A2 in popluar color models

F7 E6 A2
RGB 247 230 162
HSL 48° 84.16% 80.20%
HSB/HSV 48° 34.41% 96.86%
CMYK 0.00% 6.88% 34.41%
3.14%

Color #F7E6A2 in popluar number systems.

HEX F7 E6 A2
Decimal 247 230 162
Binary 11110111 11100110 10100010
Octal 367 346 242

Shades and tints

Shades of #F7E6A2

#F7E6A2
(247,230,162)
#E1D294
(225,210,148)
#CBBE86
(203,190,134)
#B5AA78
(181,170,120)
#9F966A
(159,150,106)
#89825C
(137,130,92)
#736E4E
(115,110,78)
#5D5A40
(93,90,64)
#474632
(71,70,50)
#313224
(49,50,36)
#1B1E16
(27,30,22)
#000000
(0,0,0)

Tints of #F7E6A2

#F7E6A2
(247,230,162)
#F7E8AA
(247,232,170)
#F7EAB2
(247,234,178)
#F7ECBA
(247,236,186)
#F7EEC2
(247,238,194)
#F7F0CA
(247,240,202)
#F7F2D2
(247,242,210)
#F7F4DA
(247,244,218)
#F7F6E2
(247,246,226)
#F7F8EA
(247,248,234)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E6A2 color. Also use rgb(247,230,162) instead hex code.

Text Font Color

.myTextColor { color: #F7E6A2; }

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

This text font color is #F7E6A2.

Background Color

.myBgColor { background-color: #F7E6A2; }

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

This div background color is #F7E6A2.

Border color

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

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

This div border color is #F7E6A2.

Opacity

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

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

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

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

This text has shadow with #F7E6A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7E6A2.

Preview

Color preview on black background

This text has color #F7E6A2 on black background.


Color preview on white background

This text has color #F7E6A2 on white background.


Black color preview on #F7E6A2 background

This text has black color on #F7E6A2 background.


White color preview on #F7E6A2 background

This text has white color on #F7E6A2 background.


Related colors

Complementary color

Complementary color for #hex is #08195D.


I love getcolorcode.com

Triadic colors

1 #A2F7E6 and #E6A2F7 with #F7E6A2 are triadic colors.

2 #A2E6F7 and #E6F7A2 with #F7E6A2 are triadic colors.