COLOR #F0F8CC

HEX: #F0F8CC
RGB: (240,248,204)

Renk bilgisi

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

RGB renk modeli

#F0F8CC color RGB value is (240,248,204).

  • kırmız ton 240;
  • yeşil ton 248;
  • mavi ton 204.
RGB:
(240,248,204)
(94%,97%,80%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 248 of 255 = 97%
B 204 of 255 = 80%

240
248
204

R + G + B ~ 90%. #F0F8CC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 248 + 204 = 692 (100%)
R 240 of 692 ~ 34.68%
G 248 of 692 ~ 35.84%
B 204 of 692 ~ 29.48%

%34.68
%35.84
%29.48

CMYK RENK MODELİ

#F0F8CC rengi CMYK tonu (3,0,18,3).

  • camgöbeği tonu 3.23%
  • eflatun tonu 0.00%
  • sarı tonu 17.74%
  • ana renk tonu 2.75%
CMYK:
(3,0,18,3)
C3M0Y18K3 
(3%,0%,18%,3%)
(0.03/0.00/0.18/0.03)	

CMYK yüzdeleri

%3.23
%0
%17.74
%2.75

Codes

Color #F0F8CC in popluar color models

F0F8CC
RGB240248204
HSL71°75.86%88.63%
HSB/HSV71°17.74%97.25%
CMYK3.23%0.00%17.74%
2.75%

Color #F0F8CC in popluar number systems.

HEXF0F8CC
Decimal240248204
Binary111100001111100011001100
Octal360370314

Shades and tints

Shades of #F0F8CC

#F0F8CC
(240,248,204)
#DBE2BA
(219,226,186)
#C6CCA8
(198,204,168)
#B1B696
(177,182,150)
#9CA084
(156,160,132)
#878A72
(135,138,114)
#727460
(114,116,96)
#5D5E4E
(93,94,78)
#48483C
(72,72,60)
#33322A
(51,50,42)
#1E1C18
(30,28,24)
#000000
(0,0,0)

Tints of #F0F8CC

#F0F8CC
(240,248,204)
#F1F8D0
(241,248,208)
#F2F8D4
(242,248,212)
#F3F8D8
(243,248,216)
#F4F8DC
(244,248,220)
#F5F8E0
(245,248,224)
#F6F8E4
(246,248,228)
#F7F8E8
(247,248,232)
#F8F8EC
(248,248,236)
#F9F8F0
(249,248,240)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F8CC color. Also use rgb(240,248,204) instead hex code.

Text Font Color

.myTextColor { color: #F0F8CC; }

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

This text font color is #F0F8CC.


Background Color

.myBgColor { background-color: #F0F8CC; }

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

This div background color is #F0F8CC.


Border color

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

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

This div border color is #F0F8CC.


Opacity

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

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

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

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

This text has shadow with #F0F8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F8CC on black background.


Color preview on white background

This text has color #F0F8CC on white background.



Black color preview on #F0F8CC background

This text has black color on #F0F8CC background.


White color preview on #F0F8CC background

This text has white color on #F0F8CC background.