COLOR #EEECEB

HEX: #EEECEB
RGB: (238,236,235)

Color info

#EEECEB contains red, green and blue colors in about the same proportion. Web safe color of #EEECEB is #FFFFFF (or #FFF).

RGB color model

#EEECEB color RGB value is (238,236,235).

  • red value is 238;
  • green value is 236;
  • blue value is 235.
RGB:
(238,236,235)
(93%,93%,92%)

RGB channels and saturation

R 238 of 255 = 93%
G 236 of 255 = 93%
B 235 of 255 = 92%

238
236
235

R + G + B ~ 93%. #EEECEB is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 236 + 235 = 709 (100%)
R 238 of 709 ~ 33.57%
G 236 of 709 ~ 33.29%
B 235 of 709 ~ 33.15%

%33.57
%33.29
%33.15

CMYK color model

#EEECEB color CMYK value is (0,1,1,7).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 1.26%
  • key color value is 6.67%
CMYK:
(0,1,1,7)
C0M1Y1K7 
(0%,1%,1%,7%)
(0.00/0.01/0.01/0.07)	

CMYK percentages

%0
%0.84
%1.26
%6.67

Codes

Color #EEECEB in popluar color models

EEECEB
RGB238236235
HSL20°8.11%92.75%
HSB/HSV20°1.26%93.33%
CMYK0.00%0.84%1.26%
6.67%

Color #EEECEB in popluar number systems.

HEXEEECEB
Decimal238236235
Binary111011101110110011101011
Octal356354353

Shades and tints

Shades of #EEECEB

#EEECEB
(238,236,235)
#D9D7D6
(217,215,214)
#C4C2C1
(196,194,193)
#AFADAC
(175,173,172)
#9A9897
(154,152,151)
#858382
(133,131,130)
#706E6D
(112,110,109)
#5B5958
(91,89,88)
#464443
(70,68,67)
#312F2E
(49,47,46)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #EEECEB

#EEECEB
(238,236,235)
#EFEDEC
(239,237,236)
#F0EEED
(240,238,237)
#F1EFEE
(241,239,238)
#F2F0EF
(242,240,239)
#F3F1F0
(243,241,240)
#F4F2F1
(244,242,241)
#F5F3F2
(245,243,242)
#F6F4F3
(246,244,243)
#F7F5F4
(247,245,244)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEECEB color. Also use rgb(238,236,235) instead hex code.

Text Font Color

.myTextColor { color: #EEECEB; }

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

This text font color is #EEECEB.


Background Color

.myBgColor { background-color: #EEECEB; }

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

This div background color is #EEECEB.


Border color

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

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

This div border color is #EEECEB.


Opacity

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

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

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

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

This text has shadow with #EEECEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEECEB on black background.


Color preview on white background

This text has color #EEECEB on white background.



Black color preview on #EEECEB background

This text has black color on #EEECEB background.


White color preview on #EEECEB background

This text has white color on #EEECEB background.