COLOR #F9D6AB

HEX: #F9D6AB
RGB: (249,214,171)

Renk bilgisi

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

RGB renk modeli

#F9D6AB color RGB value is (249,214,171).

  • kırmız ton 249;
  • yeşil ton 214;
  • mavi ton 171.
RGB:
(249,214,171)
(98%,84%,67%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 214 of 255 = 84%
B 171 of 255 = 67%

249
214
171

R + G + B ~ 83%. #F9D6AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 214 + 171 = 634 (100%)
R 249 of 634 ~ 39.27%
G 214 of 634 ~ 33.75%
B 171 of 634 ~ 26.97%

%39.27
%33.75
%26.97

CMYK RENK MODELİ

#F9D6AB rengi CMYK tonu (0,14,31,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.06%
  • sarı tonu 31.33%
  • ana renk tonu 2.35%
CMYK:
(0,14,31,2)
C0M14Y31K2 
(0%,14%,31%,2%)
(0.00/0.14/0.31/0.02)	

CMYK yüzdeleri

%0
%14.06
%31.33
%2.35

Codes

Color #F9D6AB in popluar color models

F9D6AB
RGB249214171
HSL33°86.67%82.35%
HSB/HSV33°31.33%97.65%
CMYK0.00%14.06%31.33%
2.35%

Color #F9D6AB in popluar number systems.

HEXF9D6AB
Decimal249214171
Binary111110011101011010101011
Octal371326253

Shades and tints

Shades of #F9D6AB

#F9D6AB
(249,214,171)
#E3C39C
(227,195,156)
#CDB08D
(205,176,141)
#B79D7E
(183,157,126)
#A18A6F
(161,138,111)
#8B7760
(139,119,96)
#756451
(117,100,81)
#5F5142
(95,81,66)
#493E33
(73,62,51)
#332B24
(51,43,36)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #F9D6AB

#F9D6AB
(249,214,171)
#F9D9B2
(249,217,178)
#F9DCB9
(249,220,185)
#F9DFC0
(249,223,192)
#F9E2C7
(249,226,199)
#F9E5CE
(249,229,206)
#F9E8D5
(249,232,213)
#F9EBDC
(249,235,220)
#F9EEE3
(249,238,227)
#F9F1EA
(249,241,234)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D6AB color. Also use rgb(249,214,171) instead hex code.

Text Font Color

.myTextColor { color: #F9D6AB; }

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

This text font color is #F9D6AB.


Background Color

.myBgColor { background-color: #F9D6AB; }

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

This div background color is #F9D6AB.


Border color

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

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

This div border color is #F9D6AB.


Opacity

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

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

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

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

This text has shadow with #F9D6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D6AB on black background.


Color preview on white background

This text has color #F9D6AB on white background.



Black color preview on #F9D6AB background

This text has black color on #F9D6AB background.


White color preview on #F9D6AB background

This text has white color on #F9D6AB background.