COLOR #EEF9CB

HEX: #EEF9CB
RGB: (238,249,203)

Color info

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

RGB color model

#EEF9CB color RGB value is (238,249,203).

  • red value is 238;
  • green value is 249;
  • blue value is 203.
RGB:
(238,249,203)
(93%,98%,80%)

RGB channels and saturation

R 238 of 255 = 93%
G 249 of 255 = 98%
B 203 of 255 = 80%

238
249
203

R + G + B ~ 90%. #EEF9CB is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 249 + 203 = 690 (100%)
R 238 of 690 ~ 34.49%
G 249 of 690 ~ 36.09%
B 203 of 690 ~ 29.42%

%34.49
%36.09
%29.42

CMYK color model

#EEF9CB color CMYK value is (4,0,18,2).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 18.47%
  • key color value is 2.35%
CMYK:
(4,0,18,2)
C4M0Y18K2 
(4%,0%,18%,2%)
(0.04/0.00/0.18/0.02)	

CMYK percentages

%4.42
%0
%18.47
%2.35

Codes

Color #EEF9CB in popluar color models

EEF9CB
RGB238249203
HSL74°79.31%88.63%
HSB/HSV74°18.47%97.65%
CMYK4.42%0.00%18.47%
2.35%

Color #EEF9CB in popluar number systems.

HEXEEF9CB
Decimal238249203
Binary111011101111100111001011
Octal356371313

Shades and tints

Shades of #EEF9CB

#EEF9CB
(238,249,203)
#D9E3B9
(217,227,185)
#C4CDA7
(196,205,167)
#AFB795
(175,183,149)
#9AA183
(154,161,131)
#858B71
(133,139,113)
#70755F
(112,117,95)
#5B5F4D
(91,95,77)
#46493B
(70,73,59)
#313329
(49,51,41)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #EEF9CB

#EEF9CB
(238,249,203)
#EFF9CF
(239,249,207)
#F0F9D3
(240,249,211)
#F1F9D7
(241,249,215)
#F2F9DB
(242,249,219)
#F3F9DF
(243,249,223)
#F4F9E3
(244,249,227)
#F5F9E7
(245,249,231)
#F6F9EB
(246,249,235)
#F7F9EF
(247,249,239)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF9CB; }

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

This text font color is #EEF9CB.


Background Color

.myBgColor { background-color: #EEF9CB; }

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

This div background color is #EEF9CB.


Border color

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

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

This div border color is #EEF9CB.


Opacity

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

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

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

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

This text has shadow with #EEF9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF9CB on black background.


Color preview on white background

This text has color #EEF9CB on white background.



Black color preview on #EEF9CB background

This text has black color on #EEF9CB background.


White color preview on #EEF9CB background

This text has white color on #EEF9CB background.