COLOR #FFEAE7

HEX: #FFEAE7
RGB: (255,234,231)

Color info

#FFEAE7 contains red, green and blue colors in about the same proportion. Web safe color of #FFEAE7 is #FFFFFF (or #FFF).

RGB color model

#FFEAE7 color RGB value is (255,234,231).

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

RGB channels and saturation

R 255 of 255 = 100%
G 234 of 255 = 92%
B 231 of 255 = 91%

255
234
231

R + G + B ~ 94%. #FFEAE7 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 234 + 231 = 720 (100%)
R 255 of 720 ~ 35.42%
G 234 of 720 ~ 32.5%
B 231 of 720 ~ 32.08%

%35.42
%32.5
%32.08

CMYK color model

#FFEAE7 color CMYK value is (0,8,9,0).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 9.41%
  • key color value is 0.00%
CMYK:
(0,8,9,0)
C0M8Y9K0 
(0%,8%,9%,0%)
(0.00/0.08/0.09/0.00)	

CMYK percentages

%0
%8.24
%9.41
%0

Codes

Color #FFEAE7 in popluar color models

FFEAE7
RGB255234231
HSL100.00%95.29%
HSB/HSV9.41%100.00%
CMYK0.00%8.24%9.41%
0.00%

Color #FFEAE7 in popluar number systems.

HEXFFEAE7
Decimal255234231
Binary111111111110101011100111
Octal377352347

Shades and tints

Shades of #FFEAE7

#FFEAE7
(255,234,231)
#E8D5D2
(232,213,210)
#D1C0BD
(209,192,189)
#BAABA8
(186,171,168)
#A39693
(163,150,147)
#8C817E
(140,129,126)
#756C69
(117,108,105)
#5E5754
(94,87,84)
#47423F
(71,66,63)
#302D2A
(48,45,42)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #FFEAE7

#FFEAE7
(255,234,231)
#FFEBE9
(255,235,233)
#FFECEB
(255,236,235)
#FFEDED
(255,237,237)
#FFEEEF
(255,238,239)
#FFEFF1
(255,239,241)
#FFF0F3
(255,240,243)
#FFF1F5
(255,241,245)
#FFF2F7
(255,242,247)
#FFF3F9
(255,243,249)
#FFF4FB
(255,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEAE7; }

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

This text font color is #FFEAE7.


Background Color

.myBgColor { background-color: #FFEAE7; }

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

This div background color is #FFEAE7.


Border color

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

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

This div border color is #FFEAE7.


Opacity

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

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

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

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

This text has shadow with #FFEAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEAE7 on black background.


Color preview on white background

This text has color #FFEAE7 on white background.



Black color preview on #FFEAE7 background

This text has black color on #FFEAE7 background.


White color preview on #FFEAE7 background

This text has white color on #FFEAE7 background.