COLOR #F5E6DD

HEX: #F5E6DD
RGB: (245,230,221)

Renk bilgisi

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

RGB renk modeli

#F5E6DD color RGB value is (245,230,221).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 230 of 255 = 90%
B 221 of 255 = 87%

245
230
221

R + G + B ~ 91%. #F5E6DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 230 + 221 = 696 (100%)
R 245 of 696 ~ 35.2%
G 230 of 696 ~ 33.05%
B 221 of 696 ~ 31.75%

%35.2
%33.05
%31.75

CMYK RENK MODELİ

#F5E6DD rengi CMYK tonu (0,6,10,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.12%
  • sarı tonu 9.80%
  • ana renk tonu 3.92%
CMYK:
(0,6,10,4)
C0M6Y10K4 
(0%,6%,10%,4%)
(0.00/0.06/0.10/0.04)	

CMYK yüzdeleri

%0
%6.12
%9.8
%3.92

Codes

Color #F5E6DD in popluar color models

F5E6DD
RGB245230221
HSL23°54.55%91.37%
HSB/HSV23°9.80%96.08%
CMYK0.00%6.12%9.80%
3.92%

Color #F5E6DD in popluar number systems.

HEXF5E6DD
Decimal245230221
Binary111101011110011011011101
Octal365346335

Shades and tints

Shades of #F5E6DD

#F5E6DD
(245,230,221)
#DFD2C9
(223,210,201)
#C9BEB5
(201,190,181)
#B3AAA1
(179,170,161)
#9D968D
(157,150,141)
#878279
(135,130,121)
#716E65
(113,110,101)
#5B5A51
(91,90,81)
#45463D
(69,70,61)
#2F3229
(47,50,41)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #F5E6DD

#F5E6DD
(245,230,221)
#F5E8E0
(245,232,224)
#F5EAE3
(245,234,227)
#F5ECE6
(245,236,230)
#F5EEE9
(245,238,233)
#F5F0EC
(245,240,236)
#F5F2EF
(245,242,239)
#F5F4F2
(245,244,242)
#F5F6F5
(245,246,245)
#F5F8F8
(245,248,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E6DD; }

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

This text font color is #F5E6DD.


Background Color

.myBgColor { background-color: #F5E6DD; }

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

This div background color is #F5E6DD.


Border color

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

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

This div border color is #F5E6DD.


Opacity

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

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

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

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

This text has shadow with #F5E6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E6DD on black background.


Color preview on white background

This text has color #F5E6DD on white background.



Black color preview on #F5E6DD background

This text has black color on #F5E6DD background.


White color preview on #F5E6DD background

This text has white color on #F5E6DD background.