COLOR #EEEBC7

HEX: #EEEBC7
RGB: (238,235,199)

Color info

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

RGB color model

#EEEBC7 color RGB value is (238,235,199).

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

RGB channels and saturation

R 238 of 255 = 93%
G 235 of 255 = 92%
B 199 of 255 = 78%

238
235
199

R + G + B ~ 88%. #EEEBC7 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 235 + 199 = 672 (100%)
R 238 of 672 ~ 35.42%
G 235 of 672 ~ 34.97%
B 199 of 672 ~ 29.61%

%35.42
%34.97
%29.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 16.39%
  • key color value is 6.67%
CMYK:
(0,1,16,7)
C0M1Y16K7 
(0%,1%,16%,7%)
(0.00/0.01/0.16/0.07)	

CMYK percentages

%0
%1.26
%16.39
%6.67

Codes

Color #EEEBC7 in popluar color models

EEEBC7
RGB238235199
HSL55°53.42%85.69%
HSB/HSV55°16.39%93.33%
CMYK0.00%1.26%16.39%
6.67%

Color #EEEBC7 in popluar number systems.

HEXEEEBC7
Decimal238235199
Binary111011101110101111000111
Octal356353307

Shades and tints

Shades of #EEEBC7

#EEEBC7
(238,235,199)
#D9D6B5
(217,214,181)
#C4C1A3
(196,193,163)
#AFAC91
(175,172,145)
#9A977F
(154,151,127)
#85826D
(133,130,109)
#706D5B
(112,109,91)
#5B5849
(91,88,73)
#464337
(70,67,55)
#312E25
(49,46,37)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #EEEBC7

#EEEBC7
(238,235,199)
#EFECCC
(239,236,204)
#F0EDD1
(240,237,209)
#F1EED6
(241,238,214)
#F2EFDB
(242,239,219)
#F3F0E0
(243,240,224)
#F4F1E5
(244,241,229)
#F5F2EA
(245,242,234)
#F6F3EF
(246,243,239)
#F7F4F4
(247,244,244)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEBC7; }

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

This text font color is #EEEBC7.


Background Color

.myBgColor { background-color: #EEEBC7; }

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

This div background color is #EEEBC7.


Border color

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

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

This div border color is #EEEBC7.


Opacity

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

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

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

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

This text has shadow with #EEEBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEBC7 on black background.


Color preview on white background

This text has color #EEEBC7 on white background.



Black color preview on #EEEBC7 background

This text has black color on #EEEBC7 background.


White color preview on #EEEBC7 background

This text has white color on #EEEBC7 background.