COLOR #EEF4BC

HEX: #EEF4BC RGB: (238,244,188)

Color info

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

RGB color model

#EEF4BC color RGB value is (238,244,188).

RGB: (238,244,188) (93%, 96%, 74%)

RGB channels and saturation

R 238 of 255 = 93%
G 244 of 255 = 96%
B 188 of 255 = 74%

238
244
188

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

Portions of RGB colors in percentages

R + G + B = 238 + 244 + 188 = 670 (100%)
R 238 of 670 ~ 35.52%
G 244 of 670 ~ 36.42%
B 188 of 670 ~ 28.06'%

%35.52
%36.42
%28.06

CMYK color model

#EEF4BC color CMYK value is (2,0,23,4).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 22.95%
  • key color value is 4.31%

CMYK: (2,0,23,4)
C2M0Y23K4 (2%, 0%, 23%, 4%)
(0.02 / 0.00 / 0.23 / 0.04)

CMYK percentages

%2.46
%0
%22.95
%4.31

Codes

Color #EEF4BC in popluar color models

EE F4 BC
RGB 238 244 188
HSL 66° 71.79% 84.71%
HSB/HSV 66° 22.95% 95.69%
CMYK 2.46% 0.00% 22.95%
4.31%

Color #EEF4BC in popluar number systems.

HEX EE F4 BC
Decimal 238 244 188
Binary 11101110 11110100 10111100
Octal 356 364 274

Shades and tints

Shades of #EEF4BC

#EEF4BC
(238,244,188)
#D9DEAB
(217,222,171)
#C4C89A
(196,200,154)
#AFB289
(175,178,137)
#9A9C78
(154,156,120)
#858667
(133,134,103)
#707056
(112,112,86)
#5B5A45
(91,90,69)
#464434
(70,68,52)
#312E23
(49,46,35)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #EEF4BC

#EEF4BC
(238,244,188)
#EFF5C2
(239,245,194)
#F0F6C8
(240,246,200)
#F1F7CE
(241,247,206)
#F2F8D4
(242,248,212)
#F3F9DA
(243,249,218)
#F4FAE0
(244,250,224)
#F5FBE6
(245,251,230)
#F6FCEC
(246,252,236)
#F7FDF2
(247,253,242)
#F8FEF8
(248,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF4BC color. Also use rgb(238,244,188) instead hex code.

Text Font Color

.myTextColor { color: #EEF4BC; }

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

This text font color is #EEF4BC.

Background Color

.myBgColor { background-color: #EEF4BC; }

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

This div background color is #EEF4BC.

Border color

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

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

This div border color is #EEF4BC.

Opacity

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

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

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

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

This text has shadow with #EEF4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF4BC.

Preview

Color preview on black background

This text has color #EEF4BC on black background.


Color preview on white background

This text has color #EEF4BC on white background.


Black color preview on #EEF4BC background

This text has black color on #EEF4BC background.


White color preview on #EEF4BC background

This text has white color on #EEF4BC background.


Related colors

Complementary color

Complementary color for #hex is #110B43.


I love getcolorcode.com

Triadic colors

1 #BCEEF4 and #F4BCEE with #EEF4BC are triadic colors.

2 #BCF4EE and #F4EEBC with #EEF4BC are triadic colors.