COLOR #EEF2C6

HEX: #EEF2C6 RGB: (238,242,198)

Color info

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

RGB color model

#EEF2C6 color RGB value is (238,242,198).

RGB: (238,242,198) (93%, 95%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 242 of 255 = 95%
B 198 of 255 = 78%

238
242
198

R + G + B ~ 89%. #EEF2C6 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 242 + 198 = 678 (100%)
R 238 of 678 ~ 35.1%
G 242 of 678 ~ 35.69%
B 198 of 678 ~ 29.2'%

%35.1
%35.69
%29.2

CMYK color model

#EEF2C6 color CMYK value is (2,0,18,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 5.10%

CMYK: (2,0,18,5)
C2M0Y18K5 (2%, 0%, 18%, 5%)
(0.02 / 0.00 / 0.18 / 0.05)

CMYK percentages

%1.65
%0
%18.18
%5.1

Codes

Color #EEF2C6 in popluar color models

EE F2 C6
RGB 238 242 198
HSL 65° 62.86% 86.27%
HSB/HSV 65° 18.18% 94.90%
CMYK 1.65% 0.00% 18.18%
5.10%

Color #EEF2C6 in popluar number systems.

HEX EE F2 C6
Decimal 238 242 198
Binary 11101110 11110010 11000110
Octal 356 362 306

Shades and tints

Shades of #EEF2C6

#EEF2C6
(238,242,198)
#D9DCB4
(217,220,180)
#C4C6A2
(196,198,162)
#AFB090
(175,176,144)
#9A9A7E
(154,154,126)
#85846C
(133,132,108)
#706E5A
(112,110,90)
#5B5848
(91,88,72)
#464236
(70,66,54)
#312C24
(49,44,36)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #EEF2C6

#EEF2C6
(238,242,198)
#EFF3CB
(239,243,203)
#F0F4D0
(240,244,208)
#F1F5D5
(241,245,213)
#F2F6DA
(242,246,218)
#F3F7DF
(243,247,223)
#F4F8E4
(244,248,228)
#F5F9E9
(245,249,233)
#F6FAEE
(246,250,238)
#F7FBF3
(247,251,243)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF2C6 color. Also use rgb(238,242,198) instead hex code.

Text Font Color

.myTextColor { color: #EEF2C6; }

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

This text font color is #EEF2C6.

Background Color

.myBgColor { background-color: #EEF2C6; }

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

This div background color is #EEF2C6.

Border color

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

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

This div border color is #EEF2C6.

Opacity

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

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

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

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

This text has shadow with #EEF2C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF2C6.

Preview

Color preview on black background

This text has color #EEF2C6 on black background.


Color preview on white background

This text has color #EEF2C6 on white background.


Black color preview on #EEF2C6 background

This text has black color on #EEF2C6 background.


White color preview on #EEF2C6 background

This text has white color on #EEF2C6 background.


Related colors

Complementary color

Complementary color for #hex is #110D39.


I love getcolorcode.com

Triadic colors

1 #C6EEF2 and #F2C6EE with #EEF2C6 are triadic colors.

2 #C6F2EE and #F2EEC6 with #EEF2C6 are triadic colors.