COLOR #F0F5D8

HEX: #F0F5D8
RGB: (240,245,216)

Renk bilgisi

#F0F5D8 contains red, green and blue colors in about the same proportion. #F0F5D8 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#F0F5D8 color RGB value is (240,245,216).

  • kırmız ton 240;
  • yeşil ton 245;
  • mavi ton 216.
RGB:
(240,245,216)
(94%,96%,85%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 245 of 255 = 96%
B 216 of 255 = 85%

240
245
216

R + G + B ~ 92%. #F0F5D8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 245 + 216 = 701 (100%)
R 240 of 701 ~ 34.24%
G 245 of 701 ~ 34.95%
B 216 of 701 ~ 30.81%

%34.24
%34.95
%30.81

CMYK RENK MODELİ

#F0F5D8 rengi CMYK tonu (2,0,12,4).

  • camgöbeği tonu 2.04%
  • eflatun tonu 0.00%
  • sarı tonu 11.84%
  • ana renk tonu 3.92%
CMYK:
(2,0,12,4)
C2M0Y12K4 
(2%,0%,12%,4%)
(0.02/0.00/0.12/0.04)	

CMYK yüzdeleri

%2.04
%0
%11.84
%3.92

Codes

Color #F0F5D8 in popluar color models

F0F5D8
RGB240245216
HSL70°59.18%90.39%
HSB/HSV70°11.84%96.08%
CMYK2.04%0.00%11.84%
3.92%

Color #F0F5D8 in popluar number systems.

HEXF0F5D8
Decimal240245216
Binary111100001111010111011000
Octal360365330

Shades and tints

Shades of #F0F5D8

#F0F5D8
(240,245,216)
#DBDFC5
(219,223,197)
#C6C9B2
(198,201,178)
#B1B39F
(177,179,159)
#9C9D8C
(156,157,140)
#878779
(135,135,121)
#727166
(114,113,102)
#5D5B53
(93,91,83)
#484540
(72,69,64)
#332F2D
(51,47,45)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #F0F5D8

#F0F5D8
(240,245,216)
#F1F5DB
(241,245,219)
#F2F5DE
(242,245,222)
#F3F5E1
(243,245,225)
#F4F5E4
(244,245,228)
#F5F5E7
(245,245,231)
#F6F5EA
(246,245,234)
#F7F5ED
(247,245,237)
#F8F5F0
(248,245,240)
#F9F5F3
(249,245,243)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F5D8 color. Also use rgb(240,245,216) instead hex code.

Text Font Color

.myTextColor { color: #F0F5D8; }

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

This text font color is #F0F5D8.


Background Color

.myBgColor { background-color: #F0F5D8; }

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

This div background color is #F0F5D8.


Border color

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

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

This div border color is #F0F5D8.


Opacity

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

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

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

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

This text has shadow with #F0F5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F5D8 on black background.


Color preview on white background

This text has color #F0F5D8 on white background.



Black color preview on #F0F5D8 background

This text has black color on #F0F5D8 background.


White color preview on #F0F5D8 background

This text has white color on #F0F5D8 background.