COLOR #F5ECAB

HEX: #F5ECAB
RGB: (245,236,171)

Color info

#F5ECAB contains mainly red and green colors. Web safe color of #F5ECAB is #FFFF99 (or #FF9).

RGB color model

#F5ECAB color RGB value is (245,236,171).

  • red value is 245;
  • green value is 236;
  • blue value is 171.
RGB:
(245,236,171)
(96%,93%,67%)

RGB channels and saturation

R 245 of 255 = 96%
G 236 of 255 = 93%
B 171 of 255 = 67%

245
236
171

R + G + B ~ 85%. #F5ECAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 236 + 171 = 652 (100%)
R 245 of 652 ~ 37.58%
G 236 of 652 ~ 36.2%
B 171 of 652 ~ 26.23%

%37.58
%36.2
%26.23

CMYK color model

#F5ECAB color CMYK value is (0,4,30,4).

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 30.20%
  • key color value is 3.92%
CMYK:
(0,4,30,4)
C0M4Y30K4 
(0%,4%,30%,4%)
(0.00/0.04/0.30/0.04)	

CMYK percentages

%0
%3.67
%30.2
%3.92

Codes

Color #F5ECAB in popluar color models

F5ECAB
RGB245236171
HSL53°78.72%81.57%
HSB/HSV53°30.20%96.08%
CMYK0.00%3.67%30.20%
3.92%

Color #F5ECAB in popluar number systems.

HEXF5ECAB
Decimal245236171
Binary111101011110110010101011
Octal365354253

Shades and tints

Shades of #F5ECAB

#F5ECAB
(245,236,171)
#DFD79C
(223,215,156)
#C9C28D
(201,194,141)
#B3AD7E
(179,173,126)
#9D986F
(157,152,111)
#878360
(135,131,96)
#716E51
(113,110,81)
#5B5942
(91,89,66)
#454433
(69,68,51)
#2F2F24
(47,47,36)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #F5ECAB

#F5ECAB
(245,236,171)
#F5EDB2
(245,237,178)
#F5EEB9
(245,238,185)
#F5EFC0
(245,239,192)
#F5F0C7
(245,240,199)
#F5F1CE
(245,241,206)
#F5F2D5
(245,242,213)
#F5F3DC
(245,243,220)
#F5F4E3
(245,244,227)
#F5F5EA
(245,245,234)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5ECAB color. Also use rgb(245,236,171) instead hex code.

Text Font Color

.myTextColor { color: #F5ECAB; }

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

This text font color is #F5ECAB.


Background Color

.myBgColor { background-color: #F5ECAB; }

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

This div background color is #F5ECAB.


Border color

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

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

This div border color is #F5ECAB.


Opacity

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

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

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

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

This text has shadow with #F5ECAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ECAB on black background.


Color preview on white background

This text has color #F5ECAB on white background.



Black color preview on #F5ECAB background

This text has black color on #F5ECAB background.


White color preview on #F5ECAB background

This text has white color on #F5ECAB background.