COLOR #FFEAD3

HEX: #FFEAD3
RGB: (255,234,211)

Color info

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

RGB color model

#FFEAD3 color RGB value is (255,234,211).

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

RGB channels and saturation

R 255 of 255 = 100%
G 234 of 255 = 92%
B 211 of 255 = 83%

255
234
211

R + G + B ~ 92%. #FFEAD3 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 234 + 211 = 700 (100%)
R 255 of 700 ~ 36.43%
G 234 of 700 ~ 33.43%
B 211 of 700 ~ 30.14%

%36.43
%33.43
%30.14

CMYK color model

#FFEAD3 color CMYK value is (0,8,17,0).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 17.25%
  • key color value is 0.00%
CMYK:
(0,8,17,0)
C0M8Y17K0 
(0%,8%,17%,0%)
(0.00/0.08/0.17/0.00)	

CMYK percentages

%0
%8.24
%17.25
%0

Codes

Color #FFEAD3 in popluar color models

FFEAD3
RGB255234211
HSL31°100.00%91.37%
HSB/HSV31°17.25%100.00%
CMYK0.00%8.24%17.25%
0.00%

Color #FFEAD3 in popluar number systems.

HEXFFEAD3
Decimal255234211
Binary111111111110101011010011
Octal377352323

Shades and tints

Shades of #FFEAD3

#FFEAD3
(255,234,211)
#E8D5C0
(232,213,192)
#D1C0AD
(209,192,173)
#BAAB9A
(186,171,154)
#A39687
(163,150,135)
#8C8174
(140,129,116)
#756C61
(117,108,97)
#5E574E
(94,87,78)
#47423B
(71,66,59)
#302D28
(48,45,40)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #FFEAD3

#FFEAD3
(255,234,211)
#FFEBD7
(255,235,215)
#FFECDB
(255,236,219)
#FFEDDF
(255,237,223)
#FFEEE3
(255,238,227)
#FFEFE7
(255,239,231)
#FFF0EB
(255,240,235)
#FFF1EF
(255,241,239)
#FFF2F3
(255,242,243)
#FFF3F7
(255,243,247)
#FFF4FB
(255,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEAD3; }

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

This text font color is #FFEAD3.


Background Color

.myBgColor { background-color: #FFEAD3; }

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

This div background color is #FFEAD3.


Border color

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

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

This div border color is #FFEAD3.


Opacity

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

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

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

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

This text has shadow with #FFEAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEAD3 on black background.


Color preview on white background

This text has color #FFEAD3 on white background.



Black color preview on #FFEAD3 background

This text has black color on #FFEAD3 background.


White color preview on #FFEAD3 background

This text has white color on #FFEAD3 background.