COLOR #EEF9BB

HEX: #EEF9BB RGB: (238,249,187)

Color info

#EEF9BB contains mainly red and green colors. Web safe color of #EEF9BB is #FFFFCC (or #FFC).

RGB color model

#EEF9BB color RGB value is (238,249,187).

RGB: (238,249,187) (93%, 98%, 73%)

RGB channels and saturation

R 238 of 255 = 93%
G 249 of 255 = 98%
B 187 of 255 = 73%

238
249
187

R + G + B ~ 88%. #EEF9BB is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 249 + 187 = 674 (100%)
R 238 of 674 ~ 35.31%
G 249 of 674 ~ 36.94%
B 187 of 674 ~ 27.74'%

%35.31
%36.94
%27.74

CMYK color model

#EEF9BB color CMYK value is (4,0,25,2).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 2.35%

CMYK: (4,0,25,2)
C4M0Y25K2 (4%, 0%, 25%, 2%)
(0.04 / 0.00 / 0.25 / 0.02)

CMYK percentages

%4.42
%0
%24.9
%2.35

Codes

Color #EEF9BB in popluar color models

EE F9 BB
RGB 238 249 187
HSL 71° 83.78% 85.49%
HSB/HSV 71° 24.90% 97.65%
CMYK 4.42% 0.00% 24.90%
2.35%

Color #EEF9BB in popluar number systems.

HEX EE F9 BB
Decimal 238 249 187
Binary 11101110 11111001 10111011
Octal 356 371 273

Shades and tints

Shades of #EEF9BB

#EEF9BB
(238,249,187)
#D9E3AA
(217,227,170)
#C4CD99
(196,205,153)
#AFB788
(175,183,136)
#9AA177
(154,161,119)
#858B66
(133,139,102)
#707555
(112,117,85)
#5B5F44
(91,95,68)
#464933
(70,73,51)
#313322
(49,51,34)
#1C1D11
(28,29,17)
#000000
(0,0,0)

Tints of #EEF9BB

#EEF9BB
(238,249,187)
#EFF9C1
(239,249,193)
#F0F9C7
(240,249,199)
#F1F9CD
(241,249,205)
#F2F9D3
(242,249,211)
#F3F9D9
(243,249,217)
#F4F9DF
(244,249,223)
#F5F9E5
(245,249,229)
#F6F9EB
(246,249,235)
#F7F9F1
(247,249,241)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF9BB color. Also use rgb(238,249,187) instead hex code.

Text Font Color

.myTextColor { color: #EEF9BB; }

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

This text font color is #EEF9BB.

Background Color

.myBgColor { background-color: #EEF9BB; }

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

This div background color is #EEF9BB.

Border color

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

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

This div border color is #EEF9BB.

Opacity

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

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

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

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

This text has shadow with #EEF9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF9BB.

Preview

Color preview on black background

This text has color #EEF9BB on black background.


Color preview on white background

This text has color #EEF9BB on white background.


Black color preview on #EEF9BB background

This text has black color on #EEF9BB background.


White color preview on #EEF9BB background

This text has white color on #EEF9BB background.


Related colors

Complementary color

Complementary color for #hex is #110644.


I love getcolorcode.com

Triadic colors

1 #BBEEF9 and #F9BBEE with #EEF9BB are triadic colors.

2 #BBF9EE and #F9EEBB with #EEF9BB are triadic colors.