COLOR #F1EBBD

HEX: #F1EBBD
RGB: (241,235,189)

Color info

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

RGB color model

#F1EBBD color RGB value is (241,235,189).

  • red value is 241;
  • green value is 235;
  • blue value is 189.
RGB:
(241,235,189)
(95%,92%,74%)

RGB channels and saturation

R 241 of 255 = 95%
G 235 of 255 = 92%
B 189 of 255 = 74%

241
235
189

R + G + B ~ 87%. #F1EBBD is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 235 + 189 = 665 (100%)
R 241 of 665 ~ 36.24%
G 235 of 665 ~ 35.34%
B 189 of 665 ~ 28.42%

%36.24
%35.34
%28.42

CMYK color model

#F1EBBD color CMYK value is (0,2,22,5).

  • cyan value is 0.00%
  • magenta value is 2.49%
  • yellow value is 21.58%
  • key color value is 5.49%
CMYK:
(0,2,22,5)
C0M2Y22K5 
(0%,2%,22%,5%)
(0.00/0.02/0.22/0.05)	

CMYK percentages

%0
%2.49
%21.58
%5.49

Codes

Color #F1EBBD in popluar color models

F1EBBD
RGB241235189
HSL53°65.00%84.31%
HSB/HSV53°21.58%94.51%
CMYK0.00%2.49%21.58%
5.49%

Color #F1EBBD in popluar number systems.

HEXF1EBBD
Decimal241235189
Binary111100011110101110111101
Octal361353275

Shades and tints

Shades of #F1EBBD

#F1EBBD
(241,235,189)
#DCD6AC
(220,214,172)
#C7C19B
(199,193,155)
#B2AC8A
(178,172,138)
#9D9779
(157,151,121)
#888268
(136,130,104)
#736D57
(115,109,87)
#5E5846
(94,88,70)
#494335
(73,67,53)
#342E24
(52,46,36)
#1F1913
(31,25,19)
#000000
(0,0,0)

Tints of #F1EBBD

#F1EBBD
(241,235,189)
#F2ECC3
(242,236,195)
#F3EDC9
(243,237,201)
#F4EECF
(244,238,207)
#F5EFD5
(245,239,213)
#F6F0DB
(246,240,219)
#F7F1E1
(247,241,225)
#F8F2E7
(248,242,231)
#F9F3ED
(249,243,237)
#FAF4F3
(250,244,243)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1EBBD color. Also use rgb(241,235,189) instead hex code.

Text Font Color

.myTextColor { color: #F1EBBD; }

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

This text font color is #F1EBBD.


Background Color

.myBgColor { background-color: #F1EBBD; }

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

This div background color is #F1EBBD.


Border color

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

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

This div border color is #F1EBBD.


Opacity

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

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

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

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

This text has shadow with #F1EBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EBBD on black background.


Color preview on white background

This text has color #F1EBBD on white background.



Black color preview on #F1EBBD background

This text has black color on #F1EBBD background.


White color preview on #F1EBBD background

This text has white color on #F1EBBD background.