COLOR #EEF1CC

HEX: #EEF1CC RGB: (238,241,204)

Color info

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

RGB color model

#EEF1CC color RGB value is (238,241,204).

RGB: (238,241,204) (93%, 95%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 241 of 255 = 95%
B 204 of 255 = 80%

238
241
204

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

Portions of RGB colors in percentages

R + G + B = 238 + 241 + 204 = 683 (100%)
R 238 of 683 ~ 34.85%
G 241 of 683 ~ 35.29%
B 204 of 683 ~ 29.87'%

%34.85
%35.29
%29.87

CMYK color model

#EEF1CC color CMYK value is (1,0,15,5).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 5.49%

CMYK: (1,0,15,5)
C1M0Y15K5 (1%, 0%, 15%, 5%)
(0.01 / 0.00 / 0.15 / 0.05)

CMYK percentages

%1.24
%0
%15.35
%5.49

Codes

Color #EEF1CC in popluar color models

EE F1 CC
RGB 238 241 204
HSL 65° 56.92% 87.25%
HSB/HSV 65° 15.35% 94.51%
CMYK 1.24% 0.00% 15.35%
5.49%

Color #EEF1CC in popluar number systems.

HEX EE F1 CC
Decimal 238 241 204
Binary 11101110 11110001 11001100
Octal 356 361 314

Shades and tints

Shades of #EEF1CC

#EEF1CC
(238,241,204)
#D9DCBA
(217,220,186)
#C4C7A8
(196,199,168)
#AFB296
(175,178,150)
#9A9D84
(154,157,132)
#858872
(133,136,114)
#707360
(112,115,96)
#5B5E4E
(91,94,78)
#46493C
(70,73,60)
#31342A
(49,52,42)
#1C1F18
(28,31,24)
#000000
(0,0,0)

Tints of #EEF1CC

#EEF1CC
(238,241,204)
#EFF2D0
(239,242,208)
#F0F3D4
(240,243,212)
#F1F4D8
(241,244,216)
#F2F5DC
(242,245,220)
#F3F6E0
(243,246,224)
#F4F7E4
(244,247,228)
#F5F8E8
(245,248,232)
#F6F9EC
(246,249,236)
#F7FAF0
(247,250,240)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF1CC; }

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

This text font color is #EEF1CC.

Background Color

.myBgColor { background-color: #EEF1CC; }

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

This div background color is #EEF1CC.

Border color

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

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

This div border color is #EEF1CC.

Opacity

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

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

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

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

This text has shadow with #EEF1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF1CC.

Preview

Color preview on black background

This text has color #EEF1CC on black background.


Color preview on white background

This text has color #EEF1CC on white background.


Black color preview on #EEF1CC background

This text has black color on #EEF1CC background.


White color preview on #EEF1CC background

This text has white color on #EEF1CC background.


Related colors

Complementary color

Complementary color for #hex is #110E33.


I love getcolorcode.com

Triadic colors

1 #CCEEF1 and #F1CCEE with #EEF1CC are triadic colors.

2 #CCF1EE and #F1EECC with #EEF1CC are triadic colors.