COLOR #EED7C3

HEX: #EED7C3 RGB: (238,215,195)

Color info

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

RGB color model

#EED7C3 color RGB value is (238,215,195).

RGB: (238,215,195) (93%, 84%, 76%)

RGB channels and saturation

R 238 of 255 = 93%
G 215 of 255 = 84%
B 195 of 255 = 76%

238
215
195

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

Portions of RGB colors in percentages

R + G + B = 238 + 215 + 195 = 648 (100%)
R 238 of 648 ~ 36.73%
G 215 of 648 ~ 33.18%
B 195 of 648 ~ 30.09'%

%36.73
%33.18
%30.09

CMYK color model

#EED7C3 color CMYK value is (0,10,18,7).

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

CMYK: (0,10,18,7)
C0M10Y18K7 (0%, 10%, 18%, 7%)
(0.00 / 0.10 / 0.18 / 0.07)

CMYK percentages

%0
%9.66
%18.07
%6.67

Codes

Color #EED7C3 in popluar color models

EE D7 C3
RGB 238 215 195
HSL 28° 55.84% 84.90%
HSB/HSV 28° 18.07% 93.33%
CMYK 0.00% 9.66% 18.07%
6.67%

Color #EED7C3 in popluar number systems.

HEX EE D7 C3
Decimal 238 215 195
Binary 11101110 11010111 11000011
Octal 356 327 303

Shades and tints

Shades of #EED7C3

#EED7C3
(238,215,195)
#D9C4B2
(217,196,178)
#C4B1A1
(196,177,161)
#AF9E90
(175,158,144)
#9A8B7F
(154,139,127)
#85786E
(133,120,110)
#70655D
(112,101,93)
#5B524C
(91,82,76)
#463F3B
(70,63,59)
#312C2A
(49,44,42)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #EED7C3

#EED7C3
(238,215,195)
#EFDAC8
(239,218,200)
#F0DDCD
(240,221,205)
#F1E0D2
(241,224,210)
#F2E3D7
(242,227,215)
#F3E6DC
(243,230,220)
#F4E9E1
(244,233,225)
#F5ECE6
(245,236,230)
#F6EFEB
(246,239,235)
#F7F2F0
(247,242,240)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED7C3; }

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

This text font color is #EED7C3.

Background Color

.myBgColor { background-color: #EED7C3; }

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

This div background color is #EED7C3.

Border color

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

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

This div border color is #EED7C3.

Opacity

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

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

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

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

This text has shadow with #EED7C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED7C3.

Preview

Color preview on black background

This text has color #EED7C3 on black background.


Color preview on white background

This text has color #EED7C3 on white background.


Black color preview on #EED7C3 background

This text has black color on #EED7C3 background.


White color preview on #EED7C3 background

This text has white color on #EED7C3 background.


Related colors

Complementary color

Complementary color for #hex is #11283C.


I love getcolorcode.com

Triadic colors

1 #C3EED7 and #D7C3EE with #EED7C3 are triadic colors.

2 #C3D7EE and #D7EEC3 with #EED7C3 are triadic colors.