COLOR #EEF7EB

HEX: #EEF7EB RGB: (238,247,235)

Color info

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

RGB color model

#EEF7EB color RGB value is (238,247,235).

RGB: (238,247,235) (93%, 97%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 247 of 255 = 97%
B 235 of 255 = 92%

238
247
235

R + G + B ~ 94%. #EEF7EB is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 247 + 235 = 720 (100%)
R 238 of 720 ~ 33.06%
G 247 of 720 ~ 34.31%
B 235 of 720 ~ 32.64'%

%33.06
%34.31
%32.64

CMYK color model

#EEF7EB color CMYK value is (4,0,5,3).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 3.14%

CMYK: (4,0,5,3)
C4M0Y5K3 (4%, 0%, 5%, 3%)
(0.04 / 0.00 / 0.05 / 0.03)

CMYK percentages

%3.64
%0
%4.86
%3.14

Codes

Color #EEF7EB in popluar color models

EE F7 EB
RGB 238 247 235
HSL 105° 42.86% 94.51%
HSB/HSV 105° 4.86% 96.86%
CMYK 3.64% 0.00% 4.86%
3.14%

Color #EEF7EB in popluar number systems.

HEX EE F7 EB
Decimal 238 247 235
Binary 11101110 11110111 11101011
Octal 356 367 353

Shades and tints

Shades of #EEF7EB

#EEF7EB
(238,247,235)
#D9E1D6
(217,225,214)
#C4CBC1
(196,203,193)
#AFB5AC
(175,181,172)
#9A9F97
(154,159,151)
#858982
(133,137,130)
#70736D
(112,115,109)
#5B5D58
(91,93,88)
#464743
(70,71,67)
#31312E
(49,49,46)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #EEF7EB

#EEF7EB
(238,247,235)
#EFF7EC
(239,247,236)
#F0F7ED
(240,247,237)
#F1F7EE
(241,247,238)
#F2F7EF
(242,247,239)
#F3F7F0
(243,247,240)
#F4F7F1
(244,247,241)
#F5F7F2
(245,247,242)
#F6F7F3
(246,247,243)
#F7F7F4
(247,247,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF7EB; }

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

This text font color is #EEF7EB.

Background Color

.myBgColor { background-color: #EEF7EB; }

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

This div background color is #EEF7EB.

Border color

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

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

This div border color is #EEF7EB.

Opacity

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

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

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

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

This text has shadow with #EEF7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF7EB.

Preview

Color preview on black background

This text has color #EEF7EB on black background.


Color preview on white background

This text has color #EEF7EB on white background.


Black color preview on #EEF7EB background

This text has black color on #EEF7EB background.


White color preview on #EEF7EB background

This text has white color on #EEF7EB background.


Related colors

Complementary color

Complementary color for #hex is #110814.


I love getcolorcode.com

Triadic colors

1 #EBEEF7 and #F7EBEE with #EEF7EB are triadic colors.

2 #EBF7EE and #F7EEEB with #EEF7EB are triadic colors.