COLOR #EEDFBA

HEX: #EEDFBA
RGB: (238,223,186)

Color info

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

RGB color model

#EEDFBA color RGB value is (238,223,186).

  • red value is 238;
  • green value is 223;
  • blue value is 186.
RGB:
(238,223,186)
(93%,87%,73%)

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 186 of 255 = 73%

238
223
186

R + G + B ~ 84%. #EEDFBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 186 = 647 (100%)
R 238 of 647 ~ 36.79%
G 223 of 647 ~ 34.47%
B 186 of 647 ~ 28.75%

%36.79
%34.47
%28.75

CMYK color model

#EEDFBA color CMYK value is (0,6,22,7).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(0,6,22,7)
C0M6Y22K7 
(0%,6%,22%,7%)
(0.00/0.06/0.22/0.07)	

CMYK percentages

%0
%6.3
%21.85
%6.67

Codes

Color #EEDFBA in popluar color models

EEDFBA
RGB238223186
HSL43°60.47%83.14%
HSB/HSV43°21.85%93.33%
CMYK0.00%6.30%21.85%
6.67%

Color #EEDFBA in popluar number systems.

HEXEEDFBA
Decimal238223186
Binary111011101101111110111010
Octal356337272

Shades and tints

Shades of #EEDFBA

#EEDFBA
(238,223,186)
#D9CBAA
(217,203,170)
#C4B79A
(196,183,154)
#AFA38A
(175,163,138)
#9A8F7A
(154,143,122)
#857B6A
(133,123,106)
#70675A
(112,103,90)
#5B534A
(91,83,74)
#463F3A
(70,63,58)
#312B2A
(49,43,42)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EEDFBA

#EEDFBA
(238,223,186)
#EFE1C0
(239,225,192)
#F0E3C6
(240,227,198)
#F1E5CC
(241,229,204)
#F2E7D2
(242,231,210)
#F3E9D8
(243,233,216)
#F4EBDE
(244,235,222)
#F5EDE4
(245,237,228)
#F6EFEA
(246,239,234)
#F7F1F0
(247,241,240)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDFBA color. Also use rgb(238,223,186) instead hex code.

Text Font Color

.myTextColor { color: #EEDFBA; }

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

This text font color is #EEDFBA.


Background Color

.myBgColor { background-color: #EEDFBA; }

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

This div background color is #EEDFBA.


Border color

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

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

This div border color is #EEDFBA.


Opacity

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

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

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

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

This text has shadow with #EEDFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFBA on black background.


Color preview on white background

This text has color #EEDFBA on white background.



Black color preview on #EEDFBA background

This text has black color on #EEDFBA background.


White color preview on #EEDFBA background

This text has white color on #EEDFBA background.