COLOR #EAE9E3

HEX: #EAE9E3
RGB: (234,233,227)

Color info

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

RGB color model

#EAE9E3 color RGB value is (234,233,227).

  • red value is 234;
  • green value is 233;
  • blue value is 227.
RGB:
(234,233,227)
(92%,91%,89%)

RGB channels and saturation

R 234 of 255 = 92%
G 233 of 255 = 91%
B 227 of 255 = 89%

234
233
227

R + G + B ~ 91%. #EAE9E3 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 233 + 227 = 694 (100%)
R 234 of 694 ~ 33.72%
G 233 of 694 ~ 33.57%
B 227 of 694 ~ 32.71%

%33.72
%33.57
%32.71

CMYK color model

#EAE9E3 color CMYK value is (0,0,3,8).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 2.99%
  • key color value is 8.24%
CMYK:
(0,0,3,8)
C0M0Y3K8 
(0%,0%,3%,8%)
(0.00/0.00/0.03/0.08)	

CMYK percentages

%0
%0.43
%2.99
%8.24

Codes

Color #EAE9E3 in popluar color models

EAE9E3
RGB234233227
HSL51°14.29%90.39%
HSB/HSV51°2.99%91.76%
CMYK0.00%0.43%2.99%
8.24%

Color #EAE9E3 in popluar number systems.

HEXEAE9E3
Decimal234233227
Binary111010101110100111100011
Octal352351343

Shades and tints

Shades of #EAE9E3

#EAE9E3
(234,233,227)
#D5D4CF
(213,212,207)
#C0BFBB
(192,191,187)
#ABAAA7
(171,170,167)
#969593
(150,149,147)
#81807F
(129,128,127)
#6C6B6B
(108,107,107)
#575657
(87,86,87)
#424143
(66,65,67)
#2D2C2F
(45,44,47)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #EAE9E3

#EAE9E3
(234,233,227)
#EBEBE5
(235,235,229)
#ECEDE7
(236,237,231)
#EDEFE9
(237,239,233)
#EEF1EB
(238,241,235)
#EFF3ED
(239,243,237)
#F0F5EF
(240,245,239)
#F1F7F1
(241,247,241)
#F2F9F3
(242,249,243)
#F3FBF5
(243,251,245)
#F4FDF7
(244,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE9E3 color. Also use rgb(234,233,227) instead hex code.

Text Font Color

.myTextColor { color: #EAE9E3; }

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

This text font color is #EAE9E3.


Background Color

.myBgColor { background-color: #EAE9E3; }

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

This div background color is #EAE9E3.


Border color

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

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

This div border color is #EAE9E3.


Opacity

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

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

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

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

This text has shadow with #EAE9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE9E3 on black background.


Color preview on white background

This text has color #EAE9E3 on white background.



Black color preview on #EAE9E3 background

This text has black color on #EAE9E3 background.


White color preview on #EAE9E3 background

This text has white color on #EAE9E3 background.