COLOR #EEEFC2

HEX: #EEEFC2 RGB: (238,239,194)

Color info

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

RGB color model

#EEEFC2 color RGB value is (238,239,194).

RGB: (238,239,194) (93%, 94%, 76%)

RGB channels and saturation

R 238 of 255 = 93%
G 239 of 255 = 94%
B 194 of 255 = 76%

238
239
194

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

Portions of RGB colors in percentages

R + G + B = 238 + 239 + 194 = 671 (100%)
R 238 of 671 ~ 35.47%
G 239 of 671 ~ 35.62%
B 194 of 671 ~ 28.91'%

%35.47
%35.62
%28.91

CMYK color model

#EEEFC2 color CMYK value is (0,0,19,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 6.27%

CMYK: (0,0,19,6)
C0M0Y19K6 (0%, 0%, 19%, 6%)
(0.00 / 0.00 / 0.19 / 0.06)

CMYK percentages

%0.42
%0
%18.83
%6.27

Codes

Color #EEEFC2 in popluar color models

EE EF C2
RGB 238 239 194
HSL 61° 58.44% 84.90%
HSB/HSV 61° 18.83% 93.73%
CMYK 0.42% 0.00% 18.83%
6.27%

Color #EEEFC2 in popluar number systems.

HEX EE EF C2
Decimal 238 239 194
Binary 11101110 11101111 11000010
Octal 356 357 302

Shades and tints

Shades of #EEEFC2

#EEEFC2
(238,239,194)
#D9DAB1
(217,218,177)
#C4C5A0
(196,197,160)
#AFB08F
(175,176,143)
#9A9B7E
(154,155,126)
#85866D
(133,134,109)
#70715C
(112,113,92)
#5B5C4B
(91,92,75)
#46473A
(70,71,58)
#313229
(49,50,41)
#1C1D18
(28,29,24)
#000000
(0,0,0)

Tints of #EEEFC2

#EEEFC2
(238,239,194)
#EFF0C7
(239,240,199)
#F0F1CC
(240,241,204)
#F1F2D1
(241,242,209)
#F2F3D6
(242,243,214)
#F3F4DB
(243,244,219)
#F4F5E0
(244,245,224)
#F5F6E5
(245,246,229)
#F6F7EA
(246,247,234)
#F7F8EF
(247,248,239)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEFC2 color. Also use rgb(238,239,194) instead hex code.

Text Font Color

.myTextColor { color: #EEEFC2; }

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

This text font color is #EEEFC2.

Background Color

.myBgColor { background-color: #EEEFC2; }

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

This div background color is #EEEFC2.

Border color

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

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

This div border color is #EEEFC2.

Opacity

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

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

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

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

This text has shadow with #EEEFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEFC2.

Preview

Color preview on black background

This text has color #EEEFC2 on black background.


Color preview on white background

This text has color #EEEFC2 on white background.


Black color preview on #EEEFC2 background

This text has black color on #EEEFC2 background.


White color preview on #EEEFC2 background

This text has white color on #EEEFC2 background.


Related colors

Complementary color

Complementary color for #hex is #11103D.


I love getcolorcode.com

Triadic colors

1 #C2EEEF and #EFC2EE with #EEEFC2 are triadic colors.

2 #C2EFEE and #EFEEC2 with #EEEFC2 are triadic colors.