COLOR #F7E5AD

HEX: #F7E5AD
RGB: (247,229,173)

Renk bilgisi

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

RGB renk modeli

#F7E5AD color RGB value is (247,229,173).

  • kırmız ton 247;
  • yeşil ton 229;
  • mavi ton 173.
RGB:
(247,229,173)
(97%,90%,68%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 229 of 255 = 90%
B 173 of 255 = 68%

247
229
173

R + G + B ~ 85%. #F7E5AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 229 + 173 = 649 (100%)
R 247 of 649 ~ 38.06%
G 229 of 649 ~ 35.29%
B 173 of 649 ~ 26.66%

%38.06
%35.29
%26.66

CMYK RENK MODELİ

#F7E5AD rengi CMYK tonu (0,7,30,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.29%
  • sarı tonu 29.96%
  • ana renk tonu 3.14%
CMYK:
(0,7,30,3)
C0M7Y30K3 
(0%,7%,30%,3%)
(0.00/0.07/0.30/0.03)	

CMYK yüzdeleri

%0
%7.29
%29.96
%3.14

Codes

Color #F7E5AD in popluar color models

F7E5AD
RGB247229173
HSL45°82.22%82.35%
HSB/HSV45°29.96%96.86%
CMYK0.00%7.29%29.96%
3.14%

Color #F7E5AD in popluar number systems.

HEXF7E5AD
Decimal247229173
Binary111101111110010110101101
Octal367345255

Shades and tints

Shades of #F7E5AD

#F7E5AD
(247,229,173)
#E1D19E
(225,209,158)
#CBBD8F
(203,189,143)
#B5A980
(181,169,128)
#9F9571
(159,149,113)
#898162
(137,129,98)
#736D53
(115,109,83)
#5D5944
(93,89,68)
#474535
(71,69,53)
#313126
(49,49,38)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #F7E5AD

#F7E5AD
(247,229,173)
#F7E7B4
(247,231,180)
#F7E9BB
(247,233,187)
#F7EBC2
(247,235,194)
#F7EDC9
(247,237,201)
#F7EFD0
(247,239,208)
#F7F1D7
(247,241,215)
#F7F3DE
(247,243,222)
#F7F5E5
(247,245,229)
#F7F7EC
(247,247,236)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E5AD color. Also use rgb(247,229,173) instead hex code.

Text Font Color

.myTextColor { color: #F7E5AD; }

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

This text font color is #F7E5AD.


Background Color

.myBgColor { background-color: #F7E5AD; }

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

This div background color is #F7E5AD.


Border color

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

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

This div border color is #F7E5AD.


Opacity

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

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

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

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

This text has shadow with #F7E5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E5AD on black background.


Color preview on white background

This text has color #F7E5AD on white background.



Black color preview on #F7E5AD background

This text has black color on #F7E5AD background.


White color preview on #F7E5AD background

This text has white color on #F7E5AD background.