COLOR #F9E5B9

HEX: #F9E5B9
RGB: (249,229,185)

Renk bilgisi

#F9E5B9 contains mainly red and green colors. #F9E5B9 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F9E5B9 color RGB value is (249,229,185).

  • kırmız ton 249;
  • yeşil ton 229;
  • mavi ton 185.
RGB:
(249,229,185)
(98%,90%,73%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 229 of 255 = 90%
B 185 of 255 = 73%

249
229
185

R + G + B ~ 87%. #F9E5B9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 229 + 185 = 663 (100%)
R 249 of 663 ~ 37.56%
G 229 of 663 ~ 34.54%
B 185 of 663 ~ 27.9%

%37.56
%34.54
%27.9

CMYK RENK MODELİ

#F9E5B9 rengi CMYK tonu (0,8,26,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.03%
  • sarı tonu 25.70%
  • ana renk tonu 2.35%
CMYK:
(0,8,26,2)
C0M8Y26K2 
(0%,8%,26%,2%)
(0.00/0.08/0.26/0.02)	

CMYK yüzdeleri

%0
%8.03
%25.7
%2.35

Codes

Color #F9E5B9 in popluar color models

F9E5B9
RGB249229185
HSL41°84.21%85.10%
HSB/HSV41°25.70%97.65%
CMYK0.00%8.03%25.70%
2.35%

Color #F9E5B9 in popluar number systems.

HEXF9E5B9
Decimal249229185
Binary111110011110010110111001
Octal371345271

Shades and tints

Shades of #F9E5B9

#F9E5B9
(249,229,185)
#E3D1A9
(227,209,169)
#CDBD99
(205,189,153)
#B7A989
(183,169,137)
#A19579
(161,149,121)
#8B8169
(139,129,105)
#756D59
(117,109,89)
#5F5949
(95,89,73)
#494539
(73,69,57)
#333129
(51,49,41)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #F9E5B9

#F9E5B9
(249,229,185)
#F9E7BF
(249,231,191)
#F9E9C5
(249,233,197)
#F9EBCB
(249,235,203)
#F9EDD1
(249,237,209)
#F9EFD7
(249,239,215)
#F9F1DD
(249,241,221)
#F9F3E3
(249,243,227)
#F9F5E9
(249,245,233)
#F9F7EF
(249,247,239)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E5B9 color. Also use rgb(249,229,185) instead hex code.

Text Font Color

.myTextColor { color: #F9E5B9; }

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

This text font color is #F9E5B9.


Background Color

.myBgColor { background-color: #F9E5B9; }

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

This div background color is #F9E5B9.


Border color

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

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

This div border color is #F9E5B9.


Opacity

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

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

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

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

This text has shadow with #F9E5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E5B9 on black background.


Color preview on white background

This text has color #F9E5B9 on white background.



Black color preview on #F9E5B9 background

This text has black color on #F9E5B9 background.


White color preview on #F9E5B9 background

This text has white color on #F9E5B9 background.