COLOR #FFE2AC

HEX: #FFE2AC
RGB: (255,226,172)

Color info

#FFE2AC contains mainly red and green colors. Web safe color of #FFE2AC is #FFCC99 (or #FC9).

RGB color model

#FFE2AC color RGB value is (255,226,172).

  • red value is 255;
  • green value is 226;
  • blue value is 172.
RGB:
(255,226,172)
(100%,89%,67%)

RGB channels and saturation

R 255 of 255 = 100%
G 226 of 255 = 89%
B 172 of 255 = 67%

255
226
172

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

Portions of RGB colors in percentages

R + G + B =
255 + 226 + 172 = 653 (100%)
R 255 of 653 ~ 39.05%
G 226 of 653 ~ 34.61%
B 172 of 653 ~ 26.34%

%39.05
%34.61
%26.34

CMYK color model

#FFE2AC color CMYK value is (0,11,33,0).

  • cyan value is 0.00%
  • magenta value is 11.37%
  • yellow value is 32.55%
  • key color value is 0.00%
CMYK:
(0,11,33,0)
C0M11Y33K0 
(0%,11%,33%,0%)
(0.00/0.11/0.33/0.00)	

CMYK percentages

%0
%11.37
%32.55
%0

Codes

Color #FFE2AC in popluar color models

FFE2AC
RGB255226172
HSL39°100.00%83.73%
HSB/HSV39°32.55%100.00%
CMYK0.00%11.37%32.55%
0.00%

Color #FFE2AC in popluar number systems.

HEXFFE2AC
Decimal255226172
Binary111111111110001010101100
Octal377342254

Shades and tints

Shades of #FFE2AC

#FFE2AC
(255,226,172)
#E8CE9D
(232,206,157)
#D1BA8E
(209,186,142)
#BAA67F
(186,166,127)
#A39270
(163,146,112)
#8C7E61
(140,126,97)
#756A52
(117,106,82)
#5E5643
(94,86,67)
#474234
(71,66,52)
#302E25
(48,46,37)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #FFE2AC

#FFE2AC
(255,226,172)
#FFE4B3
(255,228,179)
#FFE6BA
(255,230,186)
#FFE8C1
(255,232,193)
#FFEAC8
(255,234,200)
#FFECCF
(255,236,207)
#FFEED6
(255,238,214)
#FFF0DD
(255,240,221)
#FFF2E4
(255,242,228)
#FFF4EB
(255,244,235)
#FFF6F2
(255,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE2AC color. Also use rgb(255,226,172) instead hex code.

Text Font Color

.myTextColor { color: #FFE2AC; }

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

This text font color is #FFE2AC.


Background Color

.myBgColor { background-color: #FFE2AC; }

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

This div background color is #FFE2AC.


Border color

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

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

This div border color is #FFE2AC.


Opacity

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

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

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

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

This text has shadow with #FFE2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE2AC on black background.


Color preview on white background

This text has color #FFE2AC on white background.



Black color preview on #FFE2AC background

This text has black color on #FFE2AC background.


White color preview on #FFE2AC background

This text has white color on #FFE2AC background.