COLOR #F5EFD6

HEX: #F5EFD6
RGB: (245,239,214)

Color info

#F5EFD6 contains red, green and blue colors in about the same proportion. Web safe color of #F5EFD6 is #FFFFCC (or #FFC).

RGB color model

#F5EFD6 color RGB value is (245,239,214).

  • red value is 245;
  • green value is 239;
  • blue value is 214.
RGB:
(245,239,214)
(96%,94%,84%)

RGB channels and saturation

R 245 of 255 = 96%
G 239 of 255 = 94%
B 214 of 255 = 84%

245
239
214

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

Portions of RGB colors in percentages

R + G + B =
245 + 239 + 214 = 698 (100%)
R 245 of 698 ~ 35.1%
G 239 of 698 ~ 34.24%
B 214 of 698 ~ 30.66%

%35.1
%34.24
%30.66

CMYK color model

#F5EFD6 color CMYK value is (0,2,13,4).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 12.65%
  • key color value is 3.92%
CMYK:
(0,2,13,4)
C0M2Y13K4 
(0%,2%,13%,4%)
(0.00/0.02/0.13/0.04)	

CMYK percentages

%0
%2.45
%12.65
%3.92

Codes

Color #F5EFD6 in popluar color models

F5EFD6
RGB245239214
HSL48°60.78%90.00%
HSB/HSV48°12.65%96.08%
CMYK0.00%2.45%12.65%
3.92%

Color #F5EFD6 in popluar number systems.

HEXF5EFD6
Decimal245239214
Binary111101011110111111010110
Octal365357326

Shades and tints

Shades of #F5EFD6

#F5EFD6
(245,239,214)
#DFDAC3
(223,218,195)
#C9C5B0
(201,197,176)
#B3B09D
(179,176,157)
#9D9B8A
(157,155,138)
#878677
(135,134,119)
#717164
(113,113,100)
#5B5C51
(91,92,81)
#45473E
(69,71,62)
#2F322B
(47,50,43)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #F5EFD6

#F5EFD6
(245,239,214)
#F5F0D9
(245,240,217)
#F5F1DC
(245,241,220)
#F5F2DF
(245,242,223)
#F5F3E2
(245,243,226)
#F5F4E5
(245,244,229)
#F5F5E8
(245,245,232)
#F5F6EB
(245,246,235)
#F5F7EE
(245,247,238)
#F5F8F1
(245,248,241)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EFD6 color. Also use rgb(245,239,214) instead hex code.

Text Font Color

.myTextColor { color: #F5EFD6; }

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

This text font color is #F5EFD6.


Background Color

.myBgColor { background-color: #F5EFD6; }

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

This div background color is #F5EFD6.


Border color

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

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

This div border color is #F5EFD6.


Opacity

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

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

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

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

This text has shadow with #F5EFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EFD6 on black background.


Color preview on white background

This text has color #F5EFD6 on white background.



Black color preview on #F5EFD6 background

This text has black color on #F5EFD6 background.


White color preview on #F5EFD6 background

This text has white color on #F5EFD6 background.