COLOR #F0E6AD

HEX: #F0E6AD
RGB: (240,230,173)

Renk bilgisi

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

RGB renk modeli

#F0E6AD color RGB value is (240,230,173).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 230 of 255 = 90%
B 173 of 255 = 68%

240
230
173

R + G + B ~ 84%. #F0E6AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 230 + 173 = 643 (100%)
R 240 of 643 ~ 37.33%
G 230 of 643 ~ 35.77%
B 173 of 643 ~ 26.91%

%37.33
%35.77
%26.91

CMYK RENK MODELİ

#F0E6AD rengi CMYK tonu (0,4,28,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.17%
  • sarı tonu 27.92%
  • ana renk tonu 5.88%
CMYK:
(0,4,28,6)
C0M4Y28K6 
(0%,4%,28%,6%)
(0.00/0.04/0.28/0.06)	

CMYK yüzdeleri

%0
%4.17
%27.92
%5.88

Codes

Color #F0E6AD in popluar color models

F0E6AD
RGB240230173
HSL51°69.07%80.98%
HSB/HSV51°27.92%94.12%
CMYK0.00%4.17%27.92%
5.88%

Color #F0E6AD in popluar number systems.

HEXF0E6AD
Decimal240230173
Binary111100001110011010101101
Octal360346255

Shades and tints

Shades of #F0E6AD

#F0E6AD
(240,230,173)
#DBD29E
(219,210,158)
#C6BE8F
(198,190,143)
#B1AA80
(177,170,128)
#9C9671
(156,150,113)
#878262
(135,130,98)
#726E53
(114,110,83)
#5D5A44
(93,90,68)
#484635
(72,70,53)
#333226
(51,50,38)
#1E1E17
(30,30,23)
#000000
(0,0,0)

Tints of #F0E6AD

#F0E6AD
(240,230,173)
#F1E8B4
(241,232,180)
#F2EABB
(242,234,187)
#F3ECC2
(243,236,194)
#F4EEC9
(244,238,201)
#F5F0D0
(245,240,208)
#F6F2D7
(246,242,215)
#F7F4DE
(247,244,222)
#F8F6E5
(248,246,229)
#F9F8EC
(249,248,236)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E6AD; }

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

This text font color is #F0E6AD.


Background Color

.myBgColor { background-color: #F0E6AD; }

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

This div background color is #F0E6AD.


Border color

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

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

This div border color is #F0E6AD.


Opacity

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

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

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

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

This text has shadow with #F0E6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E6AD on black background.


Color preview on white background

This text has color #F0E6AD on white background.



Black color preview on #F0E6AD background

This text has black color on #F0E6AD background.


White color preview on #F0E6AD background

This text has white color on #F0E6AD background.