COLOR #F0F6AD

HEX: #F0F6AD
RGB: (240,246,173)

Renk bilgisi

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

RGB renk modeli

#F0F6AD color RGB value is (240,246,173).

  • kırmız ton 240;
  • yeşil ton 246;
  • mavi ton 173.
RGB:
(240,246,173)
(94%,96%,68%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 246 of 255 = 96%
B 173 of 255 = 68%

240
246
173

R + G + B ~ 86%. #F0F6AD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 246 + 173 = 659 (100%)
R 240 of 659 ~ 36.42%
G 246 of 659 ~ 37.33%
B 173 of 659 ~ 26.25%

%36.42
%37.33
%26.25

CMYK RENK MODELİ

#F0F6AD rengi CMYK tonu (2,0,30,4).

  • camgöbeği tonu 2.44%
  • eflatun tonu 0.00%
  • sarı tonu 29.67%
  • ana renk tonu 3.53%
CMYK:
(2,0,30,4)
C2M0Y30K4 
(2%,0%,30%,4%)
(0.02/0.00/0.30/0.04)	

CMYK yüzdeleri

%2.44
%0
%29.67
%3.53

Codes

Color #F0F6AD in popluar color models

F0F6AD
RGB240246173
HSL65°80.22%82.16%
HSB/HSV65°29.67%96.47%
CMYK2.44%0.00%29.67%
3.53%

Color #F0F6AD in popluar number systems.

HEXF0F6AD
Decimal240246173
Binary111100001111011010101101
Octal360366255

Shades and tints

Shades of #F0F6AD

#F0F6AD
(240,246,173)
#DBE09E
(219,224,158)
#C6CA8F
(198,202,143)
#B1B480
(177,180,128)
#9C9E71
(156,158,113)
#878862
(135,136,98)
#727253
(114,114,83)
#5D5C44
(93,92,68)
#484635
(72,70,53)
#333026
(51,48,38)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #F0F6AD

#F0F6AD
(240,246,173)
#F1F6B4
(241,246,180)
#F2F6BB
(242,246,187)
#F3F6C2
(243,246,194)
#F4F6C9
(244,246,201)
#F5F6D0
(245,246,208)
#F6F6D7
(246,246,215)
#F7F6DE
(247,246,222)
#F8F6E5
(248,246,229)
#F9F6EC
(249,246,236)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F6AD color. Also use rgb(240,246,173) instead hex code.

Text Font Color

.myTextColor { color: #F0F6AD; }

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

This text font color is #F0F6AD.


Background Color

.myBgColor { background-color: #F0F6AD; }

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

This div background color is #F0F6AD.


Border color

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

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

This div border color is #F0F6AD.


Opacity

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

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

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

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

This text has shadow with #F0F6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F6AD on black background.


Color preview on white background

This text has color #F0F6AD on white background.



Black color preview on #F0F6AD background

This text has black color on #F0F6AD background.


White color preview on #F0F6AD background

This text has white color on #F0F6AD background.