COLOR #F3EAAA

HEX: #F3EAAA
RGB: (243,234,170)

Color info

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

RGB color model

#F3EAAA color RGB value is (243,234,170).

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

RGB channels and saturation

R 243 of 255 = 95%
G 234 of 255 = 92%
B 170 of 255 = 67%

243
234
170

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

Portions of RGB colors in percentages

R + G + B =
243 + 234 + 170 = 647 (100%)
R 243 of 647 ~ 37.56%
G 234 of 647 ~ 36.17%
B 170 of 647 ~ 26.28%

%37.56
%36.17
%26.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 30.04%
  • key color value is 4.71%
CMYK:
(0,4,30,5)
C0M4Y30K5 
(0%,4%,30%,5%)
(0.00/0.04/0.30/0.05)	

CMYK percentages

%0
%3.7
%30.04
%4.71

Codes

Color #F3EAAA in popluar color models

F3EAAA
RGB243234170
HSL53°75.26%80.98%
HSB/HSV53°30.04%95.29%
CMYK0.00%3.70%30.04%
4.71%

Color #F3EAAA in popluar number systems.

HEXF3EAAA
Decimal243234170
Binary111100111110101010101010
Octal363352252

Shades and tints

Shades of #F3EAAA

#F3EAAA
(243,234,170)
#DDD59B
(221,213,155)
#C7C08C
(199,192,140)
#B1AB7D
(177,171,125)
#9B966E
(155,150,110)
#85815F
(133,129,95)
#6F6C50
(111,108,80)
#595741
(89,87,65)
#434232
(67,66,50)
#2D2D23
(45,45,35)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #F3EAAA

#F3EAAA
(243,234,170)
#F4EBB1
(244,235,177)
#F5ECB8
(245,236,184)
#F6EDBF
(246,237,191)
#F7EEC6
(247,238,198)
#F8EFCD
(248,239,205)
#F9F0D4
(249,240,212)
#FAF1DB
(250,241,219)
#FBF2E2
(251,242,226)
#FCF3E9
(252,243,233)
#FDF4F0
(253,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EAAA; }

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

This text font color is #F3EAAA.


Background Color

.myBgColor { background-color: #F3EAAA; }

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

This div background color is #F3EAAA.


Border color

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

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

This div border color is #F3EAAA.


Opacity

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

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

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

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

This text has shadow with #F3EAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EAAA on black background.


Color preview on white background

This text has color #F3EAAA on white background.



Black color preview on #F3EAAA background

This text has black color on #F3EAAA background.


White color preview on #F3EAAA background

This text has white color on #F3EAAA background.