COLOR #EEF1B6

HEX: #EEF1B6
RGB: (238,241,182)

Color info

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

RGB color model

#EEF1B6 color RGB value is (238,241,182).

  • red value is 238;
  • green value is 241;
  • blue value is 182.
RGB:
(238,241,182)
(93%,95%,71%)

RGB channels and saturation

R 238 of 255 = 93%
G 241 of 255 = 95%
B 182 of 255 = 71%

238
241
182

R + G + B ~ 86%. #EEF1B6 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 241 + 182 = 661 (100%)
R 238 of 661 ~ 36.01%
G 241 of 661 ~ 36.46%
B 182 of 661 ~ 27.53%

%36.01
%36.46
%27.53

CMYK color model

#EEF1B6 color CMYK value is (1,0,24,5).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 24.48%
  • key color value is 5.49%
CMYK:
(1,0,24,5)
C1M0Y24K5 
(1%,0%,24%,5%)
(0.01/0.00/0.24/0.05)	

CMYK percentages

%1.24
%0
%24.48
%5.49

Codes

Color #EEF1B6 in popluar color models

EEF1B6
RGB238241182
HSL63°67.82%82.94%
HSB/HSV63°24.48%94.51%
CMYK1.24%0.00%24.48%
5.49%

Color #EEF1B6 in popluar number systems.

HEXEEF1B6
Decimal238241182
Binary111011101111000110110110
Octal356361266

Shades and tints

Shades of #EEF1B6

#EEF1B6
(238,241,182)
#D9DCA6
(217,220,166)
#C4C796
(196,199,150)
#AFB286
(175,178,134)
#9A9D76
(154,157,118)
#858866
(133,136,102)
#707356
(112,115,86)
#5B5E46
(91,94,70)
#464936
(70,73,54)
#313426
(49,52,38)
#1C1F16
(28,31,22)
#000000
(0,0,0)

Tints of #EEF1B6

#EEF1B6
(238,241,182)
#EFF2BC
(239,242,188)
#F0F3C2
(240,243,194)
#F1F4C8
(241,244,200)
#F2F5CE
(242,245,206)
#F3F6D4
(243,246,212)
#F4F7DA
(244,247,218)
#F5F8E0
(245,248,224)
#F6F9E6
(246,249,230)
#F7FAEC
(247,250,236)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF1B6 color. Also use rgb(238,241,182) instead hex code.

Text Font Color

.myTextColor { color: #EEF1B6; }

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

This text font color is #EEF1B6.


Background Color

.myBgColor { background-color: #EEF1B6; }

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

This div background color is #EEF1B6.


Border color

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

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

This div border color is #EEF1B6.


Opacity

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

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

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

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

This text has shadow with #EEF1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF1B6 on black background.


Color preview on white background

This text has color #EEF1B6 on white background.



Black color preview on #EEF1B6 background

This text has black color on #EEF1B6 background.


White color preview on #EEF1B6 background

This text has white color on #EEF1B6 background.