COLOR #F9B6AD

HEX: #F9B6AD
RGB: (249,182,173)

Renk bilgisi

#F9B6AD contains mainly red color. #F9B6AD ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F9B6AD color RGB value is (249,182,173).

  • kırmız ton 249;
  • yeşil ton 182;
  • mavi ton 173.
RGB:
(249,182,173)
(98%,71%,68%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 182 of 255 = 71%
B 173 of 255 = 68%

249
182
173

R + G + B ~ 79%. #F9B6AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 182 + 173 = 604 (100%)
R 249 of 604 ~ 41.23%
G 182 of 604 ~ 30.13%
B 173 of 604 ~ 28.64%

%41.23
%30.13
%28.64

CMYK RENK MODELİ

#F9B6AD rengi CMYK tonu (0,27,31,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.91%
  • sarı tonu 30.52%
  • ana renk tonu 2.35%
CMYK:
(0,27,31,2)
C0M27Y31K2 
(0%,27%,31%,2%)
(0.00/0.27/0.31/0.02)	

CMYK yüzdeleri

%0
%26.91
%30.52
%2.35

Codes

Color #F9B6AD in popluar color models

F9B6AD
RGB249182173
HSL86.36%82.75%
HSB/HSV30.52%97.65%
CMYK0.00%26.91%30.52%
2.35%

Color #F9B6AD in popluar number systems.

HEXF9B6AD
Decimal249182173
Binary111110011011011010101101
Octal371266255

Shades and tints

Shades of #F9B6AD

#F9B6AD
(249,182,173)
#E3A69E
(227,166,158)
#CD968F
(205,150,143)
#B78680
(183,134,128)
#A17671
(161,118,113)
#8B6662
(139,102,98)
#755653
(117,86,83)
#5F4644
(95,70,68)
#493635
(73,54,53)
#332626
(51,38,38)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #F9B6AD

#F9B6AD
(249,182,173)
#F9BCB4
(249,188,180)
#F9C2BB
(249,194,187)
#F9C8C2
(249,200,194)
#F9CEC9
(249,206,201)
#F9D4D0
(249,212,208)
#F9DAD7
(249,218,215)
#F9E0DE
(249,224,222)
#F9E6E5
(249,230,229)
#F9ECEC
(249,236,236)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B6AD color. Also use rgb(249,182,173) instead hex code.

Text Font Color

.myTextColor { color: #F9B6AD; }

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

This text font color is #F9B6AD.


Background Color

.myBgColor { background-color: #F9B6AD; }

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

This div background color is #F9B6AD.


Border color

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

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

This div border color is #F9B6AD.


Opacity

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

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

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

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

This text has shadow with #F9B6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B6AD on black background.


Color preview on white background

This text has color #F9B6AD on white background.



Black color preview on #F9B6AD background

This text has black color on #F9B6AD background.


White color preview on #F9B6AD background

This text has white color on #F9B6AD background.