COLOR #EEF2CB

HEX: #EEF2CB RGB: (238,242,203)

Color info

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

RGB color model

#EEF2CB color RGB value is (238,242,203).

RGB: (238,242,203) (93%, 95%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 242 of 255 = 95%
B 203 of 255 = 80%

238
242
203

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

Portions of RGB colors in percentages

R + G + B = 238 + 242 + 203 = 683 (100%)
R 238 of 683 ~ 34.85%
G 242 of 683 ~ 35.43%
B 203 of 683 ~ 29.72'%

%34.85
%35.43
%29.72

CMYK color model

#EEF2CB color CMYK value is (2,0,16,5).

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

CMYK: (2,0,16,5)
C2M0Y16K5 (2%, 0%, 16%, 5%)
(0.02 / 0.00 / 0.16 / 0.05)

CMYK percentages

%1.65
%0
%16.12
%5.1

Codes

Color #EEF2CB in popluar color models

EE F2 CB
RGB 238 242 203
HSL 66° 60.00% 87.25%
HSB/HSV 66° 16.12% 94.90%
CMYK 1.65% 0.00% 16.12%
5.10%

Color #EEF2CB in popluar number systems.

HEX EE F2 CB
Decimal 238 242 203
Binary 11101110 11110010 11001011
Octal 356 362 313

Shades and tints

Shades of #EEF2CB

#EEF2CB
(238,242,203)
#D9DCB9
(217,220,185)
#C4C6A7
(196,198,167)
#AFB095
(175,176,149)
#9A9A83
(154,154,131)
#858471
(133,132,113)
#706E5F
(112,110,95)
#5B584D
(91,88,77)
#46423B
(70,66,59)
#312C29
(49,44,41)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #EEF2CB

#EEF2CB
(238,242,203)
#EFF3CF
(239,243,207)
#F0F4D3
(240,244,211)
#F1F5D7
(241,245,215)
#F2F6DB
(242,246,219)
#F3F7DF
(243,247,223)
#F4F8E3
(244,248,227)
#F5F9E7
(245,249,231)
#F6FAEB
(246,250,235)
#F7FBEF
(247,251,239)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF2CB; }

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

This text font color is #EEF2CB.

Background Color

.myBgColor { background-color: #EEF2CB; }

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

This div background color is #EEF2CB.

Border color

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

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

This div border color is #EEF2CB.

Opacity

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

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

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

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

This text has shadow with #EEF2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF2CB.

Preview

Color preview on black background

This text has color #EEF2CB on black background.


Color preview on white background

This text has color #EEF2CB on white background.


Black color preview on #EEF2CB background

This text has black color on #EEF2CB background.


White color preview on #EEF2CB background

This text has white color on #EEF2CB background.


Related colors

Complementary color

Complementary color for #hex is #110D34.


I love getcolorcode.com

Triadic colors

1 #CBEEF2 and #F2CBEE with #EEF2CB are triadic colors.

2 #CBF2EE and #F2EECB with #EEF2CB are triadic colors.