COLOR #F5EFE3

HEX: #F5EFE3
RGB: (245,239,227)

Color info

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

RGB color model

#F5EFE3 color RGB value is (245,239,227).

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

RGB channels and saturation

R 245 of 255 = 96%
G 239 of 255 = 94%
B 227 of 255 = 89%

245
239
227

R + G + B ~ 93%. #F5EFE3 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 239 + 227 = 711 (100%)
R 245 of 711 ~ 34.46%
G 239 of 711 ~ 33.61%
B 227 of 711 ~ 31.93%

%34.46
%33.61
%31.93

CMYK color model

#F5EFE3 color CMYK value is (0,2,7,4).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 7.35%
  • key color value is 3.92%
CMYK:
(0,2,7,4)
C0M2Y7K4 
(0%,2%,7%,4%)
(0.00/0.02/0.07/0.04)	

CMYK percentages

%0
%2.45
%7.35
%3.92

Codes

Color #F5EFE3 in popluar color models

F5EFE3
RGB245239227
HSL40°47.37%92.55%
HSB/HSV40°7.35%96.08%
CMYK0.00%2.45%7.35%
3.92%

Color #F5EFE3 in popluar number systems.

HEXF5EFE3
Decimal245239227
Binary111101011110111111100011
Octal365357343

Shades and tints

Shades of #F5EFE3

#F5EFE3
(245,239,227)
#DFDACF
(223,218,207)
#C9C5BB
(201,197,187)
#B3B0A7
(179,176,167)
#9D9B93
(157,155,147)
#87867F
(135,134,127)
#71716B
(113,113,107)
#5B5C57
(91,92,87)
#454743
(69,71,67)
#2F322F
(47,50,47)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #F5EFE3

#F5EFE3
(245,239,227)
#F5F0E5
(245,240,229)
#F5F1E7
(245,241,231)
#F5F2E9
(245,242,233)
#F5F3EB
(245,243,235)
#F5F4ED
(245,244,237)
#F5F5EF
(245,245,239)
#F5F6F1
(245,246,241)
#F5F7F3
(245,247,243)
#F5F8F5
(245,248,245)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EFE3; }

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

This text font color is #F5EFE3.


Background Color

.myBgColor { background-color: #F5EFE3; }

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

This div background color is #F5EFE3.


Border color

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

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

This div border color is #F5EFE3.


Opacity

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

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

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

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

This text has shadow with #F5EFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EFE3 on black background.


Color preview on white background

This text has color #F5EFE3 on white background.



Black color preview on #F5EFE3 background

This text has black color on #F5EFE3 background.


White color preview on #F5EFE3 background

This text has white color on #F5EFE3 background.