COLOR #EED7B2

HEX: #EED7B2 RGB: (238,215,178)

Color info

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

RGB color model

#EED7B2 color RGB value is (238,215,178).

RGB: (238,215,178) (93%, 84%, 70%)

RGB channels and saturation

R 238 of 255 = 93%
G 215 of 255 = 84%
B 178 of 255 = 70%

238
215
178

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

Portions of RGB colors in percentages

R + G + B = 238 + 215 + 178 = 631 (100%)
R 238 of 631 ~ 37.72%
G 215 of 631 ~ 34.07%
B 178 of 631 ~ 28.21'%

%37.72
%34.07
%28.21

CMYK color model

#EED7B2 color CMYK value is (0,10,25,7).

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

CMYK: (0,10,25,7)
C0M10Y25K7 (0%, 10%, 25%, 7%)
(0.00 / 0.10 / 0.25 / 0.07)

CMYK percentages

%0
%9.66
%25.21
%6.67

Codes

Color #EED7B2 in popluar color models

EE D7 B2
RGB 238 215 178
HSL 37° 63.83% 81.57%
HSB/HSV 37° 25.21% 93.33%
CMYK 0.00% 9.66% 25.21%
6.67%

Color #EED7B2 in popluar number systems.

HEX EE D7 B2
Decimal 238 215 178
Binary 11101110 11010111 10110010
Octal 356 327 262

Shades and tints

Shades of #EED7B2

#EED7B2
(238,215,178)
#D9C4A2
(217,196,162)
#C4B192
(196,177,146)
#AF9E82
(175,158,130)
#9A8B72
(154,139,114)
#857862
(133,120,98)
#706552
(112,101,82)
#5B5242
(91,82,66)
#463F32
(70,63,50)
#312C22
(49,44,34)
#1C1912
(28,25,18)
#000000
(0,0,0)

Tints of #EED7B2

#EED7B2
(238,215,178)
#EFDAB9
(239,218,185)
#F0DDC0
(240,221,192)
#F1E0C7
(241,224,199)
#F2E3CE
(242,227,206)
#F3E6D5
(243,230,213)
#F4E9DC
(244,233,220)
#F5ECE3
(245,236,227)
#F6EFEA
(246,239,234)
#F7F2F1
(247,242,241)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED7B2; }

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

This text font color is #EED7B2.

Background Color

.myBgColor { background-color: #EED7B2; }

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

This div background color is #EED7B2.

Border color

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

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

This div border color is #EED7B2.

Opacity

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

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

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

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

This text has shadow with #EED7B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED7B2.

Preview

Color preview on black background

This text has color #EED7B2 on black background.


Color preview on white background

This text has color #EED7B2 on white background.


Black color preview on #EED7B2 background

This text has black color on #EED7B2 background.


White color preview on #EED7B2 background

This text has white color on #EED7B2 background.


Related colors

Complementary color

Complementary color for #hex is #11284D.


I love getcolorcode.com

Triadic colors

1 #B2EED7 and #D7B2EE with #EED7B2 are triadic colors.

2 #B2D7EE and #D7EEB2 with #EED7B2 are triadic colors.