COLOR #EEEAE3

HEX: #EEEAE3
RGB: (238,234,227)

Color info

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

RGB color model

#EEEAE3 color RGB value is (238,234,227).

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

RGB channels and saturation

R 238 of 255 = 93%
G 234 of 255 = 92%
B 227 of 255 = 89%

238
234
227

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

Portions of RGB colors in percentages

R + G + B =
238 + 234 + 227 = 699 (100%)
R 238 of 699 ~ 34.05%
G 234 of 699 ~ 33.48%
B 227 of 699 ~ 32.47%

%34.05
%33.48
%32.47

CMYK color model

#EEEAE3 color CMYK value is (0,2,5,7).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 4.62%
  • key color value is 6.67%
CMYK:
(0,2,5,7)
C0M2Y5K7 
(0%,2%,5%,7%)
(0.00/0.02/0.05/0.07)	

CMYK percentages

%0
%1.68
%4.62
%6.67

Codes

Color #EEEAE3 in popluar color models

EEEAE3
RGB238234227
HSL38°24.44%91.18%
HSB/HSV38°4.62%93.33%
CMYK0.00%1.68%4.62%
6.67%

Color #EEEAE3 in popluar number systems.

HEXEEEAE3
Decimal238234227
Binary111011101110101011100011
Octal356352343

Shades and tints

Shades of #EEEAE3

#EEEAE3
(238,234,227)
#D9D5CF
(217,213,207)
#C4C0BB
(196,192,187)
#AFABA7
(175,171,167)
#9A9693
(154,150,147)
#85817F
(133,129,127)
#706C6B
(112,108,107)
#5B5757
(91,87,87)
#464243
(70,66,67)
#312D2F
(49,45,47)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #EEEAE3

#EEEAE3
(238,234,227)
#EFEBE5
(239,235,229)
#F0ECE7
(240,236,231)
#F1EDE9
(241,237,233)
#F2EEEB
(242,238,235)
#F3EFED
(243,239,237)
#F4F0EF
(244,240,239)
#F5F1F1
(245,241,241)
#F6F2F3
(246,242,243)
#F7F3F5
(247,243,245)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEAE3; }

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

This text font color is #EEEAE3.


Background Color

.myBgColor { background-color: #EEEAE3; }

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

This div background color is #EEEAE3.


Border color

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

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

This div border color is #EEEAE3.


Opacity

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

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

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

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

This text has shadow with #EEEAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEAE3 on black background.


Color preview on white background

This text has color #EEEAE3 on white background.



Black color preview on #EEEAE3 background

This text has black color on #EEEAE3 background.


White color preview on #EEEAE3 background

This text has white color on #EEEAE3 background.