COLOR #EED8B2

HEX: #EED8B2 RGB: (238,216,178)

Color info

#EED8B2 contains mainly red and green colors. Web safe color of #EED8B2 is #FFCC99 (or #FC9).

RGB color model

#EED8B2 color RGB value is (238,216,178).

RGB: (238,216,178) (93%, 85%, 70%)

RGB channels and saturation

R 238 of 255 = 93%
G 216 of 255 = 85%
B 178 of 255 = 70%

238
216
178

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

Portions of RGB colors in percentages

R + G + B = 238 + 216 + 178 = 632 (100%)
R 238 of 632 ~ 37.66%
G 216 of 632 ~ 34.18%
B 178 of 632 ~ 28.16'%

%37.66
%34.18
%28.16

CMYK color model

#EED8B2 color CMYK value is (0,9,25,7).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 25.21%
  • key color value is 6.67%

CMYK: (0,9,25,7)
C0M9Y25K7 (0%, 9%, 25%, 7%)
(0.00 / 0.09 / 0.25 / 0.07)

CMYK percentages

%0
%9.24
%25.21
%6.67

Codes

Color #EED8B2 in popluar color models

EE D8 B2
RGB 238 216 178
HSL 38° 63.83% 81.57%
HSB/HSV 38° 25.21% 93.33%
CMYK 0.00% 9.24% 25.21%
6.67%

Color #EED8B2 in popluar number systems.

HEX EE D8 B2
Decimal 238 216 178
Binary 11101110 11011000 10110010
Octal 356 330 262

Shades and tints

Shades of #EED8B2

#EED8B2
(238,216,178)
#D9C5A2
(217,197,162)
#C4B292
(196,178,146)
#AF9F82
(175,159,130)
#9A8C72
(154,140,114)
#857962
(133,121,98)
#706652
(112,102,82)
#5B5342
(91,83,66)
#464032
(70,64,50)
#312D22
(49,45,34)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #EED8B2

#EED8B2
(238,216,178)
#EFDBB9
(239,219,185)
#F0DEC0
(240,222,192)
#F1E1C7
(241,225,199)
#F2E4CE
(242,228,206)
#F3E7D5
(243,231,213)
#F4EADC
(244,234,220)
#F5EDE3
(245,237,227)
#F6F0EA
(246,240,234)
#F7F3F1
(247,243,241)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED8B2 color. Also use rgb(238,216,178) instead hex code.

Text Font Color

.myTextColor { color: #EED8B2; }

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

This text font color is #EED8B2.

Background Color

.myBgColor { background-color: #EED8B2; }

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

This div background color is #EED8B2.

Border color

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

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

This div border color is #EED8B2.

Opacity

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

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

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

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

This text has shadow with #EED8B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED8B2.

Preview

Color preview on black background

This text has color #EED8B2 on black background.


Color preview on white background

This text has color #EED8B2 on white background.


Black color preview on #EED8B2 background

This text has black color on #EED8B2 background.


White color preview on #EED8B2 background

This text has white color on #EED8B2 background.


Related colors

Complementary color

Complementary color for #hex is #11274D.


I love getcolorcode.com

Triadic colors

1 #B2EED8 and #D8B2EE with #EED8B2 are triadic colors.

2 #B2D8EE and #D8EEB2 with #EED8B2 are triadic colors.