COLOR #EED4B4

HEX: #EED4B4
RGB: (238,212,180)

Color info

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

RGB color model

#EED4B4 color RGB value is (238,212,180).

  • red value is 238;
  • green value is 212;
  • blue value is 180.
RGB:
(238,212,180)
(93%,83%,71%)

RGB channels and saturation

R 238 of 255 = 93%
G 212 of 255 = 83%
B 180 of 255 = 71%

238
212
180

R + G + B ~ 82%. #EED4B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 212 + 180 = 630 (100%)
R 238 of 630 ~ 37.78%
G 212 of 630 ~ 33.65%
B 180 of 630 ~ 28.57%

%37.78
%33.65
%28.57

CMYK color model

#EED4B4 color CMYK value is (0,11,24,7).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 24.37%
  • key color value is 6.67%
CMYK:
(0,11,24,7)
C0M11Y24K7 
(0%,11%,24%,7%)
(0.00/0.11/0.24/0.07)	

CMYK percentages

%0
%10.92
%24.37
%6.67

Codes

Color #EED4B4 in popluar color models

EED4B4
RGB238212180
HSL33°63.04%81.96%
HSB/HSV33°24.37%93.33%
CMYK0.00%10.92%24.37%
6.67%

Color #EED4B4 in popluar number systems.

HEXEED4B4
Decimal238212180
Binary111011101101010010110100
Octal356324264

Shades and tints

Shades of #EED4B4

#EED4B4
(238,212,180)
#D9C1A4
(217,193,164)
#C4AE94
(196,174,148)
#AF9B84
(175,155,132)
#9A8874
(154,136,116)
#857564
(133,117,100)
#706254
(112,98,84)
#5B4F44
(91,79,68)
#463C34
(70,60,52)
#312924
(49,41,36)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #EED4B4

#EED4B4
(238,212,180)
#EFD7BA
(239,215,186)
#F0DAC0
(240,218,192)
#F1DDC6
(241,221,198)
#F2E0CC
(242,224,204)
#F3E3D2
(243,227,210)
#F4E6D8
(244,230,216)
#F5E9DE
(245,233,222)
#F6ECE4
(246,236,228)
#F7EFEA
(247,239,234)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED4B4 color. Also use rgb(238,212,180) instead hex code.

Text Font Color

.myTextColor { color: #EED4B4; }

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

This text font color is #EED4B4.


Background Color

.myBgColor { background-color: #EED4B4; }

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

This div background color is #EED4B4.


Border color

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

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

This div border color is #EED4B4.


Opacity

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

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

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

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

This text has shadow with #EED4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED4B4 on black background.


Color preview on white background

This text has color #EED4B4 on white background.



Black color preview on #EED4B4 background

This text has black color on #EED4B4 background.


White color preview on #EED4B4 background

This text has white color on #EED4B4 background.