COLOR #EEF3EB

HEX: #EEF3EB RGB: (238,243,235)

Color info

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

RGB color model

#EEF3EB color RGB value is (238,243,235).

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

RGB channels and saturation

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

238
243
235

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

Portions of RGB colors in percentages

R + G + B = 238 + 243 + 235 = 716 (100%)
R 238 of 716 ~ 33.24%
G 243 of 716 ~ 33.94%
B 235 of 716 ~ 32.82'%

%33.24
%33.94
%32.82

CMYK color model

#EEF3EB color CMYK value is (2,0,3,5).

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

CMYK: (2,0,3,5)
C2M0Y3K5 (2%, 0%, 3%, 5%)
(0.02 / 0.00 / 0.03 / 0.05)

CMYK percentages

%2.06
%0
%3.29
%4.71

Codes

Color #EEF3EB in popluar color models

EE F3 EB
RGB 238 243 235
HSL 97° 25.00% 93.73%
HSB/HSV 97° 3.29% 95.29%
CMYK 2.06% 0.00% 3.29%
4.71%

Color #EEF3EB in popluar number systems.

HEX EE F3 EB
Decimal 238 243 235
Binary 11101110 11110011 11101011
Octal 356 363 353

Shades and tints

Shades of #EEF3EB

#EEF3EB
(238,243,235)
#D9DDD6
(217,221,214)
#C4C7C1
(196,199,193)
#AFB1AC
(175,177,172)
#9A9B97
(154,155,151)
#858582
(133,133,130)
#706F6D
(112,111,109)
#5B5958
(91,89,88)
#464343
(70,67,67)
#312D2E
(49,45,46)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #EEF3EB

#EEF3EB
(238,243,235)
#EFF4EC
(239,244,236)
#F0F5ED
(240,245,237)
#F1F6EE
(241,246,238)
#F2F7EF
(242,247,239)
#F3F8F0
(243,248,240)
#F4F9F1
(244,249,241)
#F5FAF2
(245,250,242)
#F6FBF3
(246,251,243)
#F7FCF4
(247,252,244)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF3EB; }

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

This text font color is #EEF3EB.

Background Color

.myBgColor { background-color: #EEF3EB; }

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

This div background color is #EEF3EB.

Border color

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

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

This div border color is #EEF3EB.

Opacity

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

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

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

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

This text has shadow with #EEF3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF3EB.

Preview

Color preview on black background

This text has color #EEF3EB on black background.


Color preview on white background

This text has color #EEF3EB on white background.


Black color preview on #EEF3EB background

This text has black color on #EEF3EB background.


White color preview on #EEF3EB background

This text has white color on #EEF3EB background.


Related colors

Complementary color

Complementary color for #hex is #110C14.


I love getcolorcode.com

Triadic colors

1 #EBEEF3 and #F3EBEE with #EEF3EB are triadic colors.

2 #EBF3EE and #F3EEEB with #EEF3EB are triadic colors.