COLOR #F7E4A6

HEX: #F7E4A6
RGB: (247,228,166)

Renk bilgisi

#F7E4A6 contains mainly red and green colors. #F7E4A6 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F7E4A6 color RGB value is (247,228,166).

  • kırmız ton 247;
  • yeşil ton 228;
  • mavi ton 166.
RGB:
(247,228,166)
(97%,89%,65%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 228 of 255 = 89%
B 166 of 255 = 65%

247
228
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 228 + 166 = 641 (100%)
R 247 of 641 ~ 38.53%
G 228 of 641 ~ 35.57%
B 166 of 641 ~ 25.9%

%38.53
%35.57
%25.9

CMYK RENK MODELİ

#F7E4A6 rengi CMYK tonu (0,8,33,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.69%
  • sarı tonu 32.79%
  • ana renk tonu 3.14%
CMYK:
(0,8,33,3)
C0M8Y33K3 
(0%,8%,33%,3%)
(0.00/0.08/0.33/0.03)	

CMYK yüzdeleri

%0
%7.69
%32.79
%3.14

Codes

Color #F7E4A6 in popluar color models

F7E4A6
RGB247228166
HSL46°83.51%80.98%
HSB/HSV46°32.79%96.86%
CMYK0.00%7.69%32.79%
3.14%

Color #F7E4A6 in popluar number systems.

HEXF7E4A6
Decimal247228166
Binary111101111110010010100110
Octal367344246

Shades and tints

Shades of #F7E4A6

#F7E4A6
(247,228,166)
#E1D097
(225,208,151)
#CBBC88
(203,188,136)
#B5A879
(181,168,121)
#9F946A
(159,148,106)
#89805B
(137,128,91)
#736C4C
(115,108,76)
#5D583D
(93,88,61)
#47442E
(71,68,46)
#31301F
(49,48,31)
#1B1C10
(27,28,16)
#000000
(0,0,0)

Tints of #F7E4A6

#F7E4A6
(247,228,166)
#F7E6AE
(247,230,174)
#F7E8B6
(247,232,182)
#F7EABE
(247,234,190)
#F7ECC6
(247,236,198)
#F7EECE
(247,238,206)
#F7F0D6
(247,240,214)
#F7F2DE
(247,242,222)
#F7F4E6
(247,244,230)
#F7F6EE
(247,246,238)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E4A6 color. Also use rgb(247,228,166) instead hex code.

Text Font Color

.myTextColor { color: #F7E4A6; }

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

This text font color is #F7E4A6.


Background Color

.myBgColor { background-color: #F7E4A6; }

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

This div background color is #F7E4A6.


Border color

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

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

This div border color is #F7E4A6.


Opacity

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

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

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

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

This text has shadow with #F7E4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E4A6 on black background.


Color preview on white background

This text has color #F7E4A6 on white background.



Black color preview on #F7E4A6 background

This text has black color on #F7E4A6 background.


White color preview on #F7E4A6 background

This text has white color on #F7E4A6 background.