COLOR #EDE2C8

HEX: #EDE2C8 RGB: (237,226,200)

Color info

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

RGB color model

#EDE2C8 color RGB value is (237,226,200).

RGB: (237,226,200) (93%, 89%, 78%)

RGB channels and saturation

R 237 of 255 = 93%
G 226 of 255 = 89%
B 200 of 255 = 78%

237
226
200

R + G + B ~ 87%. #EDE2C8 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 226 + 200 = 663 (100%)
R 237 of 663 ~ 35.75%
G 226 of 663 ~ 34.09%
B 200 of 663 ~ 30.17'%

%35.75
%34.09
%30.17

CMYK color model

#EDE2C8 color CMYK value is (0,5,16,7).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 15.61%
  • key color value is 7.06%
CMYK: (0,5,16,7) C0M5Y16K7 (0%,5%,16%,7%) (0.00/0.05/0.16/0.07) 

CMYK percentages

%0
%4.64
%15.61
%7.06

Codes

Color #EDE2C8 in popluar color models

ED E2 C8
RGB 237 226 200
HSL 42° 50.68% 85.69%
HSB/HSV 42° 15.61% 92.94%
CMYK 0.00% 4.64% 15.61%
7.06%

Color #EDE2C8 in popluar number systems.

HEX ED E2 C8
Decimal 237 226 200
Binary 11101101 11100010 11001000
Octal 355 342 310

Shades and tints

Shades of #EDE2C8

#EDE2C8
(237,226,200)
#D8CEB6
(216,206,182)
#C3BAA4
(195,186,164)
#AEA692
(174,166,146)
#999280
(153,146,128)
#847E6E
(132,126,110)
#6F6A5C
(111,106,92)
#5A564A
(90,86,74)
#454238
(69,66,56)
#302E26
(48,46,38)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #EDE2C8

#EDE2C8
(237,226,200)
#EEE4CD
(238,228,205)
#EFE6D2
(239,230,210)
#F0E8D7
(240,232,215)
#F1EADC
(241,234,220)
#F2ECE1
(242,236,225)
#F3EEE6
(243,238,230)
#F4F0EB
(244,240,235)
#F5F2F0
(245,242,240)
#F6F4F5
(246,244,245)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE2C8 color. Also use rgb(237,226,200) instead hex code.

Text Font Color

.myTextColor { color: #EDE2C8; }

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

This text font color is #EDE2C8.

Background Color

.myBgColor { background-color: #EDE2C8; }

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

This div background color is #EDE2C8.

Border color

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

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

This div border color is #EDE2C8.

Opacity

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

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

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

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

This text has shadow with #EDE2C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE2C8.

Preview

Color preview on black background

This text has color #EDE2C8 on black background.


Color preview on white background

This text has color #EDE2C8 on white background.


Black color preview on #EDE2C8 background

This text has black color on #EDE2C8 background.


White color preview on #EDE2C8 background

This text has white color on #EDE2C8 background.


Related colors

Complementary color

Complementary color for #hex is #121D37.


I love getcolorcode.com

Triadic colors

1 #C8EDE2 and #E2C8ED with #EDE2C8 are triadic colors.

2 #C8E2ED and #E2EDC8 with #EDE2C8 are triadic colors.