COLOR #F3EABD

HEX: #F3EABD
RGB: (243,234,189)

Color info

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

RGB color model

#F3EABD color RGB value is (243,234,189).

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

RGB channels and saturation

R 243 of 255 = 95%
G 234 of 255 = 92%
B 189 of 255 = 74%

243
234
189

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

Portions of RGB colors in percentages

R + G + B =
243 + 234 + 189 = 666 (100%)
R 243 of 666 ~ 36.49%
G 234 of 666 ~ 35.14%
B 189 of 666 ~ 28.38%

%36.49
%35.14
%28.38

CMYK color model

#F3EABD color CMYK value is (0,4,22,5).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 22.22%
  • key color value is 4.71%
CMYK:
(0,4,22,5)
C0M4Y22K5 
(0%,4%,22%,5%)
(0.00/0.04/0.22/0.05)	

CMYK percentages

%0
%3.7
%22.22
%4.71

Codes

Color #F3EABD in popluar color models

F3EABD
RGB243234189
HSL50°69.23%84.71%
HSB/HSV50°22.22%95.29%
CMYK0.00%3.70%22.22%
4.71%

Color #F3EABD in popluar number systems.

HEXF3EABD
Decimal243234189
Binary111100111110101010111101
Octal363352275

Shades and tints

Shades of #F3EABD

#F3EABD
(243,234,189)
#DDD5AC
(221,213,172)
#C7C09B
(199,192,155)
#B1AB8A
(177,171,138)
#9B9679
(155,150,121)
#858168
(133,129,104)
#6F6C57
(111,108,87)
#595746
(89,87,70)
#434235
(67,66,53)
#2D2D24
(45,45,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #F3EABD

#F3EABD
(243,234,189)
#F4EBC3
(244,235,195)
#F5ECC9
(245,236,201)
#F6EDCF
(246,237,207)
#F7EED5
(247,238,213)
#F8EFDB
(248,239,219)
#F9F0E1
(249,240,225)
#FAF1E7
(250,241,231)
#FBF2ED
(251,242,237)
#FCF3F3
(252,243,243)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3EABD color. Also use rgb(243,234,189) instead hex code.

Text Font Color

.myTextColor { color: #F3EABD; }

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

This text font color is #F3EABD.


Background Color

.myBgColor { background-color: #F3EABD; }

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

This div background color is #F3EABD.


Border color

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

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

This div border color is #F3EABD.


Opacity

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

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

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

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

This text has shadow with #F3EABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EABD on black background.


Color preview on white background

This text has color #F3EABD on white background.



Black color preview on #F3EABD background

This text has black color on #F3EABD background.


White color preview on #F3EABD background

This text has white color on #F3EABD background.