COLOR #F5EACB

HEX: #F5EACB
RGB: (245,234,203)

Color info

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

RGB color model

#F5EACB color RGB value is (245,234,203).

  • red value is 245;
  • green value is 234;
  • blue value is 203.
RGB:
(245,234,203)
(96%,92%,80%)

RGB channels and saturation

R 245 of 255 = 96%
G 234 of 255 = 92%
B 203 of 255 = 80%

245
234
203

R + G + B ~ 89%. #F5EACB is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 234 + 203 = 682 (100%)
R 245 of 682 ~ 35.92%
G 234 of 682 ~ 34.31%
B 203 of 682 ~ 29.77%

%35.92
%34.31
%29.77

CMYK color model

#F5EACB color CMYK value is (0,4,17,4).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 17.14%
  • key color value is 3.92%
CMYK:
(0,4,17,4)
C0M4Y17K4 
(0%,4%,17%,4%)
(0.00/0.04/0.17/0.04)	

CMYK percentages

%0
%4.49
%17.14
%3.92

Codes

Color #F5EACB in popluar color models

F5EACB
RGB245234203
HSL44°67.74%87.84%
HSB/HSV44°17.14%96.08%
CMYK0.00%4.49%17.14%
3.92%

Color #F5EACB in popluar number systems.

HEXF5EACB
Decimal245234203
Binary111101011110101011001011
Octal365352313

Shades and tints

Shades of #F5EACB

#F5EACB
(245,234,203)
#DFD5B9
(223,213,185)
#C9C0A7
(201,192,167)
#B3AB95
(179,171,149)
#9D9683
(157,150,131)
#878171
(135,129,113)
#716C5F
(113,108,95)
#5B574D
(91,87,77)
#45423B
(69,66,59)
#2F2D29
(47,45,41)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #F5EACB

#F5EACB
(245,234,203)
#F5EBCF
(245,235,207)
#F5ECD3
(245,236,211)
#F5EDD7
(245,237,215)
#F5EEDB
(245,238,219)
#F5EFDF
(245,239,223)
#F5F0E3
(245,240,227)
#F5F1E7
(245,241,231)
#F5F2EB
(245,242,235)
#F5F3EF
(245,243,239)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EACB color. Also use rgb(245,234,203) instead hex code.

Text Font Color

.myTextColor { color: #F5EACB; }

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

This text font color is #F5EACB.


Background Color

.myBgColor { background-color: #F5EACB; }

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

This div background color is #F5EACB.


Border color

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

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

This div border color is #F5EACB.


Opacity

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

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

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

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

This text has shadow with #F5EACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EACB on black background.


Color preview on white background

This text has color #F5EACB on white background.



Black color preview on #F5EACB background

This text has black color on #F5EACB background.


White color preview on #F5EACB background

This text has white color on #F5EACB background.