COLOR #EEEBD6

HEX: #EEEBD6
RGB: (238,235,214)

Color info

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

RGB color model

#EEEBD6 color RGB value is (238,235,214).

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

RGB channels and saturation

R 238 of 255 = 93%
G 235 of 255 = 92%
B 214 of 255 = 84%

238
235
214

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

Portions of RGB colors in percentages

R + G + B =
238 + 235 + 214 = 687 (100%)
R 238 of 687 ~ 34.64%
G 235 of 687 ~ 34.21%
B 214 of 687 ~ 31.15%

%34.64
%34.21
%31.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK:
(0,1,10,7)
C0M1Y10K7 
(0%,1%,10%,7%)
(0.00/0.01/0.10/0.07)	

CMYK percentages

%0
%1.26
%10.08
%6.67

Codes

Color #EEEBD6 in popluar color models

EEEBD6
RGB238235214
HSL53°41.38%88.63%
HSB/HSV53°10.08%93.33%
CMYK0.00%1.26%10.08%
6.67%

Color #EEEBD6 in popluar number systems.

HEXEEEBD6
Decimal238235214
Binary111011101110101111010110
Octal356353326

Shades and tints

Shades of #EEEBD6

#EEEBD6
(238,235,214)
#D9D6C3
(217,214,195)
#C4C1B0
(196,193,176)
#AFAC9D
(175,172,157)
#9A978A
(154,151,138)
#858277
(133,130,119)
#706D64
(112,109,100)
#5B5851
(91,88,81)
#46433E
(70,67,62)
#312E2B
(49,46,43)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #EEEBD6

#EEEBD6
(238,235,214)
#EFECD9
(239,236,217)
#F0EDDC
(240,237,220)
#F1EEDF
(241,238,223)
#F2EFE2
(242,239,226)
#F3F0E5
(243,240,229)
#F4F1E8
(244,241,232)
#F5F2EB
(245,242,235)
#F6F3EE
(246,243,238)
#F7F4F1
(247,244,241)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEBD6; }

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

This text font color is #EEEBD6.


Background Color

.myBgColor { background-color: #EEEBD6; }

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

This div background color is #EEEBD6.


Border color

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

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

This div border color is #EEEBD6.


Opacity

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

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

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

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

This text has shadow with #EEEBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEBD6 on black background.


Color preview on white background

This text has color #EEEBD6 on white background.



Black color preview on #EEEBD6 background

This text has black color on #EEEBD6 background.


White color preview on #EEEBD6 background

This text has white color on #EEEBD6 background.