COLOR #EED3B7

HEX: #EED3B7
RGB: (238,211,183)

Color info

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

RGB color model

#EED3B7 color RGB value is (238,211,183).

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

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 183 of 255 = 72%

238
211
183

R + G + B ~ 83%. #EED3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 211 + 183 = 632 (100%)
R 238 of 632 ~ 37.66%
G 211 of 632 ~ 33.39%
B 183 of 632 ~ 28.96%

%37.66
%33.39
%28.96

CMYK color model

#EED3B7 color CMYK value is (0,11,23,7).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 23.11%
  • key color value is 6.67%
CMYK:
(0,11,23,7)
C0M11Y23K7 
(0%,11%,23%,7%)
(0.00/0.11/0.23/0.07)	

CMYK percentages

%0
%11.34
%23.11
%6.67

Codes

Color #EED3B7 in popluar color models

EED3B7
RGB238211183
HSL31°61.80%82.55%
HSB/HSV31°23.11%93.33%
CMYK0.00%11.34%23.11%
6.67%

Color #EED3B7 in popluar number systems.

HEXEED3B7
Decimal238211183
Binary111011101101001110110111
Octal356323267

Shades and tints

Shades of #EED3B7

#EED3B7
(238,211,183)
#D9C0A7
(217,192,167)
#C4AD97
(196,173,151)
#AF9A87
(175,154,135)
#9A8777
(154,135,119)
#857467
(133,116,103)
#706157
(112,97,87)
#5B4E47
(91,78,71)
#463B37
(70,59,55)
#312827
(49,40,39)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #EED3B7

#EED3B7
(238,211,183)
#EFD7BD
(239,215,189)
#F0DBC3
(240,219,195)
#F1DFC9
(241,223,201)
#F2E3CF
(242,227,207)
#F3E7D5
(243,231,213)
#F4EBDB
(244,235,219)
#F5EFE1
(245,239,225)
#F6F3E7
(246,243,231)
#F7F7ED
(247,247,237)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED3B7; }

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

This text font color is #EED3B7.


Background Color

.myBgColor { background-color: #EED3B7; }

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

This div background color is #EED3B7.


Border color

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

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

This div border color is #EED3B7.


Opacity

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

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

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

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

This text has shadow with #EED3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED3B7 on black background.


Color preview on white background

This text has color #EED3B7 on white background.



Black color preview on #EED3B7 background

This text has black color on #EED3B7 background.


White color preview on #EED3B7 background

This text has white color on #EED3B7 background.