COLOR #EEDDBE

HEX: #EEDDBE RGB: (238,221,190)

Color info

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

RGB color model

#EEDDBE color RGB value is (238,221,190).

RGB: (238,221,190) (93%, 87%, 75%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 190 of 255 = 75%

238
221
190

R + G + B ~ 85%. #EEDDBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 221 + 190 = 649 (100%)
R 238 of 649 ~ 36.67%
G 221 of 649 ~ 34.05%
B 190 of 649 ~ 29.28'%

%36.67
%34.05
%29.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 20.17%
  • key color value is 6.67%

CMYK: (0,7,20,7)
C0M7Y20K7 (0%, 7%, 20%, 7%)
(0.00 / 0.07 / 0.20 / 0.07)

CMYK percentages

%0
%7.14
%20.17
%6.67

Codes

Color #EEDDBE in popluar color models

EE DD BE
RGB 238 221 190
HSL 39° 58.54% 83.92%
HSB/HSV 39° 20.17% 93.33%
CMYK 0.00% 7.14% 20.17%
6.67%

Color #EEDDBE in popluar number systems.

HEX EE DD BE
Decimal 238 221 190
Binary 11101110 11011101 10111110
Octal 356 335 276

Shades and tints

Shades of #EEDDBE

#EEDDBE
(238,221,190)
#D9C9AD
(217,201,173)
#C4B59C
(196,181,156)
#AFA18B
(175,161,139)
#9A8D7A
(154,141,122)
#857969
(133,121,105)
#706558
(112,101,88)
#5B5147
(91,81,71)
#463D36
(70,61,54)
#312925
(49,41,37)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #EEDDBE

#EEDDBE
(238,221,190)
#EFE0C3
(239,224,195)
#F0E3C8
(240,227,200)
#F1E6CD
(241,230,205)
#F2E9D2
(242,233,210)
#F3ECD7
(243,236,215)
#F4EFDC
(244,239,220)
#F5F2E1
(245,242,225)
#F6F5E6
(246,245,230)
#F7F8EB
(247,248,235)
#F8FBF0
(248,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDDBE; }

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

This text font color is #EEDDBE.

Background Color

.myBgColor { background-color: #EEDDBE; }

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

This div background color is #EEDDBE.

Border color

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

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

This div border color is #EEDDBE.

Opacity

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

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

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

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

This text has shadow with #EEDDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDDBE.

Preview

Color preview on black background

This text has color #EEDDBE on black background.


Color preview on white background

This text has color #EEDDBE on white background.


Black color preview on #EEDDBE background

This text has black color on #EEDDBE background.


White color preview on #EEDDBE background

This text has white color on #EEDDBE background.


Related colors

Complementary color

Complementary color for #hex is #112241.


I love getcolorcode.com

Triadic colors

1 #BEEEDD and #DDBEEE with #EEDDBE are triadic colors.

2 #BEDDEE and #DDEEBE with #EEDDBE are triadic colors.