COLOR #EED3BE

HEX: #EED3BE
RGB: (238,211,190)

Color info

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

RGB color model

#EED3BE color RGB value is (238,211,190).

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

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 190 of 255 = 75%

238
211
190

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

Portions of RGB colors in percentages

R + G + B =
238 + 211 + 190 = 639 (100%)
R 238 of 639 ~ 37.25%
G 211 of 639 ~ 33.02%
B 190 of 639 ~ 29.73%

%37.25
%33.02
%29.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 20.17%
  • key color value is 6.67%
CMYK:
(0,11,20,7)
C0M11Y20K7 
(0%,11%,20%,7%)
(0.00/0.11/0.20/0.07)	

CMYK percentages

%0
%11.34
%20.17
%6.67

Codes

Color #EED3BE in popluar color models

EED3BE
RGB238211190
HSL26°58.54%83.92%
HSB/HSV26°20.17%93.33%
CMYK0.00%11.34%20.17%
6.67%

Color #EED3BE in popluar number systems.

HEXEED3BE
Decimal238211190
Binary111011101101001110111110
Octal356323276

Shades and tints

Shades of #EED3BE

#EED3BE
(238,211,190)
#D9C0AD
(217,192,173)
#C4AD9C
(196,173,156)
#AF9A8B
(175,154,139)
#9A877A
(154,135,122)
#857469
(133,116,105)
#706158
(112,97,88)
#5B4E47
(91,78,71)
#463B36
(70,59,54)
#312825
(49,40,37)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #EED3BE

#EED3BE
(238,211,190)
#EFD7C3
(239,215,195)
#F0DBC8
(240,219,200)
#F1DFCD
(241,223,205)
#F2E3D2
(242,227,210)
#F3E7D7
(243,231,215)
#F4EBDC
(244,235,220)
#F5EFE1
(245,239,225)
#F6F3E6
(246,243,230)
#F7F7EB
(247,247,235)
#F8FBF0
(248,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED3BE; }

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

This text font color is #EED3BE.


Background Color

.myBgColor { background-color: #EED3BE; }

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

This div background color is #EED3BE.


Border color

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

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

This div border color is #EED3BE.


Opacity

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

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

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

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

This text has shadow with #EED3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED3BE on black background.


Color preview on white background

This text has color #EED3BE on white background.



Black color preview on #EED3BE background

This text has black color on #EED3BE background.


White color preview on #EED3BE background

This text has white color on #EED3BE background.