COLOR #F9ECA6

HEX: #F9ECA6
RGB: (249,236,166)

Renk bilgisi

#F9ECA6 contains mainly red and green colors. #F9ECA6 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#F9ECA6 color RGB value is (249,236,166).

  • kırmız ton 249;
  • yeşil ton 236;
  • mavi ton 166.
RGB:
(249,236,166)
(98%,93%,65%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 236 of 255 = 93%
B 166 of 255 = 65%

249
236
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 236 + 166 = 651 (100%)
R 249 of 651 ~ 38.25%
G 236 of 651 ~ 36.25%
B 166 of 651 ~ 25.5%

%38.25
%36.25
%25.5

CMYK RENK MODELİ

#F9ECA6 rengi CMYK tonu (0,5,33,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.22%
  • sarı tonu 33.33%
  • ana renk tonu 2.35%
CMYK:
(0,5,33,2)
C0M5Y33K2 
(0%,5%,33%,2%)
(0.00/0.05/0.33/0.02)	

CMYK yüzdeleri

%0
%5.22
%33.33
%2.35

Codes

Color #F9ECA6 in popluar color models

F9ECA6
RGB249236166
HSL51°87.37%81.37%
HSB/HSV51°33.33%97.65%
CMYK0.00%5.22%33.33%
2.35%

Color #F9ECA6 in popluar number systems.

HEXF9ECA6
Decimal249236166
Binary111110011110110010100110
Octal371354246

Shades and tints

Shades of #F9ECA6

#F9ECA6
(249,236,166)
#E3D797
(227,215,151)
#CDC288
(205,194,136)
#B7AD79
(183,173,121)
#A1986A
(161,152,106)
#8B835B
(139,131,91)
#756E4C
(117,110,76)
#5F593D
(95,89,61)
#49442E
(73,68,46)
#332F1F
(51,47,31)
#1D1A10
(29,26,16)
#000000
(0,0,0)

Tints of #F9ECA6

#F9ECA6
(249,236,166)
#F9EDAE
(249,237,174)
#F9EEB6
(249,238,182)
#F9EFBE
(249,239,190)
#F9F0C6
(249,240,198)
#F9F1CE
(249,241,206)
#F9F2D6
(249,242,214)
#F9F3DE
(249,243,222)
#F9F4E6
(249,244,230)
#F9F5EE
(249,245,238)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9ECA6 color. Also use rgb(249,236,166) instead hex code.

Text Font Color

.myTextColor { color: #F9ECA6; }

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

This text font color is #F9ECA6.


Background Color

.myBgColor { background-color: #F9ECA6; }

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

This div background color is #F9ECA6.


Border color

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

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

This div border color is #F9ECA6.


Opacity

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

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

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

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

This text has shadow with #F9ECA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9ECA6 on black background.


Color preview on white background

This text has color #F9ECA6 on white background.



Black color preview on #F9ECA6 background

This text has black color on #F9ECA6 background.


White color preview on #F9ECA6 background

This text has white color on #F9ECA6 background.