COLOR #F5F9DD

HEX: #F5F9DD
RGB: (245,249,221)

Renk bilgisi

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

RGB renk modeli

#F5F9DD color RGB value is (245,249,221).

  • kırmız ton 245;
  • yeşil ton 249;
  • mavi ton 221.
RGB:
(245,249,221)
(96%,98%,87%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 249 of 255 = 98%
B 221 of 255 = 87%

245
249
221

R + G + B ~ 94%. #F5F9DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 249 + 221 = 715 (100%)
R 245 of 715 ~ 34.27%
G 249 of 715 ~ 34.83%
B 221 of 715 ~ 30.91%

%34.27
%34.83
%30.91

CMYK RENK MODELİ

#F5F9DD rengi CMYK tonu (2,0,11,2).

  • camgöbeği tonu 1.61%
  • eflatun tonu 0.00%
  • sarı tonu 11.24%
  • ana renk tonu 2.35%
CMYK:
(2,0,11,2)
C2M0Y11K2 
(2%,0%,11%,2%)
(0.02/0.00/0.11/0.02)	

CMYK yüzdeleri

%1.61
%0
%11.24
%2.35

Codes

Color #F5F9DD in popluar color models

F5F9DD
RGB245249221
HSL69°70.00%92.16%
HSB/HSV69°11.24%97.65%
CMYK1.61%0.00%11.24%
2.35%

Color #F5F9DD in popluar number systems.

HEXF5F9DD
Decimal245249221
Binary111101011111100111011101
Octal365371335

Shades and tints

Shades of #F5F9DD

#F5F9DD
(245,249,221)
#DFE3C9
(223,227,201)
#C9CDB5
(201,205,181)
#B3B7A1
(179,183,161)
#9DA18D
(157,161,141)
#878B79
(135,139,121)
#717565
(113,117,101)
#5B5F51
(91,95,81)
#45493D
(69,73,61)
#2F3329
(47,51,41)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #F5F9DD

#F5F9DD
(245,249,221)
#F5F9E0
(245,249,224)
#F5F9E3
(245,249,227)
#F5F9E6
(245,249,230)
#F5F9E9
(245,249,233)
#F5F9EC
(245,249,236)
#F5F9EF
(245,249,239)
#F5F9F2
(245,249,242)
#F5F9F5
(245,249,245)
#F5F9F8
(245,249,248)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F9DD color. Also use rgb(245,249,221) instead hex code.

Text Font Color

.myTextColor { color: #F5F9DD; }

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

This text font color is #F5F9DD.


Background Color

.myBgColor { background-color: #F5F9DD; }

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

This div background color is #F5F9DD.


Border color

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

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

This div border color is #F5F9DD.


Opacity

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

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

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

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

This text has shadow with #F5F9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F9DD on black background.


Color preview on white background

This text has color #F5F9DD on white background.



Black color preview on #F5F9DD background

This text has black color on #F5F9DD background.


White color preview on #F5F9DD background

This text has white color on #F5F9DD background.