COLOR #EEE6BE

HEX: #EEE6BE
RGB: (238,230,190)

Color info

#EEE6BE contains red, green and blue colors in about the same proportion. Web safe color of #EEE6BE is #FFCCCC (or #FCC).

RGB color model

#EEE6BE color RGB value is (238,230,190).

  • red value is 238;
  • green value is 230;
  • blue value is 190.
RGB:
(238,230,190)
(93%,90%,75%)

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 190 of 255 = 75%

238
230
190

R + G + B ~ 86%. #EEE6BE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 190 = 658 (100%)
R 238 of 658 ~ 36.17%
G 230 of 658 ~ 34.95%
B 190 of 658 ~ 28.88%

%36.17
%34.95
%28.88

CMYK color model

#EEE6BE color CMYK value is (0,3,20,7).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 20.17%
  • key color value is 6.67%
CMYK:
(0,3,20,7)
C0M3Y20K7 
(0%,3%,20%,7%)
(0.00/0.03/0.20/0.07)	

CMYK percentages

%0
%3.36
%20.17
%6.67

Codes

Color #EEE6BE in popluar color models

EEE6BE
RGB238230190
HSL50°58.54%83.92%
HSB/HSV50°20.17%93.33%
CMYK0.00%3.36%20.17%
6.67%

Color #EEE6BE in popluar number systems.

HEXEEE6BE
Decimal238230190
Binary111011101110011010111110
Octal356346276

Shades and tints

Shades of #EEE6BE

#EEE6BE
(238,230,190)
#D9D2AD
(217,210,173)
#C4BE9C
(196,190,156)
#AFAA8B
(175,170,139)
#9A967A
(154,150,122)
#858269
(133,130,105)
#706E58
(112,110,88)
#5B5A47
(91,90,71)
#464636
(70,70,54)
#313225
(49,50,37)
#1C1E14
(28,30,20)
#000000
(0,0,0)

Tints of #EEE6BE

#EEE6BE
(238,230,190)
#EFE8C3
(239,232,195)
#F0EAC8
(240,234,200)
#F1ECCD
(241,236,205)
#F2EED2
(242,238,210)
#F3F0D7
(243,240,215)
#F4F2DC
(244,242,220)
#F5F4E1
(245,244,225)
#F6F6E6
(246,246,230)
#F7F8EB
(247,248,235)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE6BE color. Also use rgb(238,230,190) instead hex code.

Text Font Color

.myTextColor { color: #EEE6BE; }

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

This text font color is #EEE6BE.


Background Color

.myBgColor { background-color: #EEE6BE; }

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

This div background color is #EEE6BE.


Border color

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

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

This div border color is #EEE6BE.


Opacity

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

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

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

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

This text has shadow with #EEE6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6BE on black background.


Color preview on white background

This text has color #EEE6BE on white background.



Black color preview on #EEE6BE background

This text has black color on #EEE6BE background.


White color preview on #EEE6BE background

This text has white color on #EEE6BE background.