COLOR #EEF3EA

HEX: #EEF3EA RGB: (238,243,234)

Color info

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

RGB color model

#EEF3EA color RGB value is (238,243,234).

RGB: (238,243,234) (93%, 95%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 243 of 255 = 95%
B 234 of 255 = 92%

238
243
234

R + G + B ~ 93%. #EEF3EA is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 243 + 234 = 715 (100%)
R 238 of 715 ~ 33.29%
G 243 of 715 ~ 33.99%
B 234 of 715 ~ 32.73'%

%33.29
%33.99
%32.73

CMYK color model

#EEF3EA color CMYK value is (2,0,4,5).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 4.71%

CMYK: (2,0,4,5)
C2M0Y4K5 (2%, 0%, 4%, 5%)
(0.02 / 0.00 / 0.04 / 0.05)

CMYK percentages

%2.06
%0
%3.7
%4.71

Codes

Color #EEF3EA in popluar color models

EE F3 EA
RGB 238 243 234
HSL 93° 27.27% 93.53%
HSB/HSV 93° 3.70% 95.29%
CMYK 2.06% 0.00% 3.70%
4.71%

Color #EEF3EA in popluar number systems.

HEX EE F3 EA
Decimal 238 243 234
Binary 11101110 11110011 11101010
Octal 356 363 352

Shades and tints

Shades of #EEF3EA

#EEF3EA
(238,243,234)
#D9DDD5
(217,221,213)
#C4C7C0
(196,199,192)
#AFB1AB
(175,177,171)
#9A9B96
(154,155,150)
#858581
(133,133,129)
#706F6C
(112,111,108)
#5B5957
(91,89,87)
#464342
(70,67,66)
#312D2D
(49,45,45)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #EEF3EA

#EEF3EA
(238,243,234)
#EFF4EB
(239,244,235)
#F0F5EC
(240,245,236)
#F1F6ED
(241,246,237)
#F2F7EE
(242,247,238)
#F3F8EF
(243,248,239)
#F4F9F0
(244,249,240)
#F5FAF1
(245,250,241)
#F6FBF2
(246,251,242)
#F7FCF3
(247,252,243)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF3EA; }

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

This text font color is #EEF3EA.

Background Color

.myBgColor { background-color: #EEF3EA; }

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

This div background color is #EEF3EA.

Border color

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

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

This div border color is #EEF3EA.

Opacity

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

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

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

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

This text has shadow with #EEF3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF3EA.

Preview

Color preview on black background

This text has color #EEF3EA on black background.


Color preview on white background

This text has color #EEF3EA on white background.


Black color preview on #EEF3EA background

This text has black color on #EEF3EA background.


White color preview on #EEF3EA background

This text has white color on #EEF3EA background.


Related colors

Complementary color

Complementary color for #hex is #110C15.


I love getcolorcode.com

Triadic colors

1 #EAEEF3 and #F3EAEE with #EEF3EA are triadic colors.

2 #EAF3EE and #F3EEEA with #EEF3EA are triadic colors.