COLOR #FFEAC7

HEX: #FFEAC7
RGB: (255,234,199)

Color info

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

RGB color model

#FFEAC7 color RGB value is (255,234,199).

  • red value is 255;
  • green value is 234;
  • blue value is 199.
RGB:
(255,234,199)
(100%,92%,78%)

RGB channels and saturation

R 255 of 255 = 100%
G 234 of 255 = 92%
B 199 of 255 = 78%

255
234
199

R + G + B ~ 90%. #FFEAC7 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 234 + 199 = 688 (100%)
R 255 of 688 ~ 37.06%
G 234 of 688 ~ 34.01%
B 199 of 688 ~ 28.92%

%37.06
%34.01
%28.92

CMYK color model

#FFEAC7 color CMYK value is (0,8,22,0).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 21.96%
  • key color value is 0.00%
CMYK:
(0,8,22,0)
C0M8Y22K0 
(0%,8%,22%,0%)
(0.00/0.08/0.22/0.00)	

CMYK percentages

%0
%8.24
%21.96
%0

Codes

Color #FFEAC7 in popluar color models

FFEAC7
RGB255234199
HSL38°100.00%89.02%
HSB/HSV38°21.96%100.00%
CMYK0.00%8.24%21.96%
0.00%

Color #FFEAC7 in popluar number systems.

HEXFFEAC7
Decimal255234199
Binary111111111110101011000111
Octal377352307

Shades and tints

Shades of #FFEAC7

#FFEAC7
(255,234,199)
#E8D5B5
(232,213,181)
#D1C0A3
(209,192,163)
#BAAB91
(186,171,145)
#A3967F
(163,150,127)
#8C816D
(140,129,109)
#756C5B
(117,108,91)
#5E5749
(94,87,73)
#474237
(71,66,55)
#302D25
(48,45,37)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #FFEAC7

#FFEAC7
(255,234,199)
#FFEBCC
(255,235,204)
#FFECD1
(255,236,209)
#FFEDD6
(255,237,214)
#FFEEDB
(255,238,219)
#FFEFE0
(255,239,224)
#FFF0E5
(255,240,229)
#FFF1EA
(255,241,234)
#FFF2EF
(255,242,239)
#FFF3F4
(255,243,244)
#FFF4F9
(255,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEAC7 color. Also use rgb(255,234,199) instead hex code.

Text Font Color

.myTextColor { color: #FFEAC7; }

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

This text font color is #FFEAC7.


Background Color

.myBgColor { background-color: #FFEAC7; }

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

This div background color is #FFEAC7.


Border color

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

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

This div border color is #FFEAC7.


Opacity

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

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

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

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

This text has shadow with #FFEAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEAC7 on black background.


Color preview on white background

This text has color #FFEAC7 on white background.



Black color preview on #FFEAC7 background

This text has black color on #FFEAC7 background.


White color preview on #FFEAC7 background

This text has white color on #FFEAC7 background.