COLOR #F7D997

HEX: #F7D997
RGB: (247,217,151)

Renk bilgisi

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

RGB renk modeli

#F7D997 color RGB value is (247,217,151).

  • kırmız ton 247;
  • yeşil ton 217;
  • mavi ton 151.
RGB:
(247,217,151)
(97%,85%,59%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 217 of 255 = 85%
B 151 of 255 = 59%

247
217
151

R + G + B ~ 80%. #F7D997 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 217 + 151 = 615 (100%)
R 247 of 615 ~ 40.16%
G 217 of 615 ~ 35.28%
B 151 of 615 ~ 24.55%

%40.16
%35.28
%24.55

CMYK RENK MODELİ

#F7D997 rengi CMYK tonu (0,12,39,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.15%
  • sarı tonu 38.87%
  • ana renk tonu 3.14%
CMYK:
(0,12,39,3)
C0M12Y39K3 
(0%,12%,39%,3%)
(0.00/0.12/0.39/0.03)	

CMYK yüzdeleri

%0
%12.15
%38.87
%3.14

Codes

Color #F7D997 in popluar color models

F7D997
RGB247217151
HSL41°85.71%78.04%
HSB/HSV41°38.87%96.86%
CMYK0.00%12.15%38.87%
3.14%

Color #F7D997 in popluar number systems.

HEXF7D997
Decimal247217151
Binary111101111101100110010111
Octal367331227

Shades and tints

Shades of #F7D997

#F7D997
(247,217,151)
#E1C68A
(225,198,138)
#CBB37D
(203,179,125)
#B5A070
(181,160,112)
#9F8D63
(159,141,99)
#897A56
(137,122,86)
#736749
(115,103,73)
#5D543C
(93,84,60)
#47412F
(71,65,47)
#312E22
(49,46,34)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #F7D997

#F7D997
(247,217,151)
#F7DCA0
(247,220,160)
#F7DFA9
(247,223,169)
#F7E2B2
(247,226,178)
#F7E5BB
(247,229,187)
#F7E8C4
(247,232,196)
#F7EBCD
(247,235,205)
#F7EED6
(247,238,214)
#F7F1DF
(247,241,223)
#F7F4E8
(247,244,232)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D997 color. Also use rgb(247,217,151) instead hex code.

Text Font Color

.myTextColor { color: #F7D997; }

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

This text font color is #F7D997.


Background Color

.myBgColor { background-color: #F7D997; }

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

This div background color is #F7D997.


Border color

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

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

This div border color is #F7D997.


Opacity

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

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

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

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

This text has shadow with #F7D997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D997 on black background.


Color preview on white background

This text has color #F7D997 on white background.



Black color preview on #F7D997 background

This text has black color on #F7D997 background.


White color preview on #F7D997 background

This text has white color on #F7D997 background.