COLOR #EEF0C0

HEX: #EEF0C0 RGB: (238,240,192)

Color info

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

RGB color model

#EEF0C0 color RGB value is (238,240,192).

RGB: (238,240,192) (93%, 94%, 75%)

RGB channels and saturation

R 238 of 255 = 93%
G 240 of 255 = 94%
B 192 of 255 = 75%

238
240
192

R + G + B ~ 87%. #EEF0C0 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 240 + 192 = 670 (100%)
R 238 of 670 ~ 35.52%
G 240 of 670 ~ 35.82%
B 192 of 670 ~ 28.66'%

%35.52
%35.82
%28.66

CMYK color model

#EEF0C0 color CMYK value is (1,0,20,6).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 5.88%
CMYK: (1,0,20,6) C1M0Y20K6 (1%,0%,20%,6%) (0.01/0.00/0.20/0.06) 

CMYK percentages

%0.83
%0
%20
%5.88

Codes

Color #EEF0C0 in popluar color models

EE F0 C0
RGB 238 240 192
HSL 63° 61.54% 84.71%
HSB/HSV 63° 20.00% 94.12%
CMYK 0.83% 0.00% 20.00%
5.88%

Color #EEF0C0 in popluar number systems.

HEX EE F0 C0
Decimal 238 240 192
Binary 11101110 11110000 11000000
Octal 356 360 300

Shades and tints

Shades of #EEF0C0

#EEF0C0
(238,240,192)
#D9DBAF
(217,219,175)
#C4C69E
(196,198,158)
#AFB18D
(175,177,141)
#9A9C7C
(154,156,124)
#85876B
(133,135,107)
#70725A
(112,114,90)
#5B5D49
(91,93,73)
#464838
(70,72,56)
#313327
(49,51,39)
#1C1E16
(28,30,22)
#000000
(0,0,0)

Tints of #EEF0C0

#EEF0C0
(238,240,192)
#EFF1C5
(239,241,197)
#F0F2CA
(240,242,202)
#F1F3CF
(241,243,207)
#F2F4D4
(242,244,212)
#F3F5D9
(243,245,217)
#F4F6DE
(244,246,222)
#F5F7E3
(245,247,227)
#F6F8E8
(246,248,232)
#F7F9ED
(247,249,237)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF0C0 color. Also use rgb(238,240,192) instead hex code.

Text Font Color

.myTextColor { color: #EEF0C0; }

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

This text font color is #EEF0C0.

Background Color

.myBgColor { background-color: #EEF0C0; }

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

This div background color is #EEF0C0.

Border color

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

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

This div border color is #EEF0C0.

Opacity

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

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

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

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

This text has shadow with #EEF0C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF0C0.

Preview

Color preview on black background

This text has color #EEF0C0 on black background.


Color preview on white background

This text has color #EEF0C0 on white background.


Black color preview on #EEF0C0 background

This text has black color on #EEF0C0 background.


White color preview on #EEF0C0 background

This text has white color on #EEF0C0 background.


Related colors

Complementary color

Complementary color for #hex is #110F3F.


I love getcolorcode.com

Triadic colors

1 #C0EEF0 and #F0C0EE with #EEF0C0 are triadic colors.

2 #C0F0EE and #F0EEC0 with #EEF0C0 are triadic colors.