COLOR #EDEDC8

HEX: #EDEDC8 RGB: (237,237,200)

Color info

#EDEDC8 contains red, green and blue colors in about the same proportion. Web safe color of #EDEDC8 is #FFFFCC (or #FFC).

RGB color model

#EDEDC8 color RGB value is (237,237,200).

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

RGB channels and saturation

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

237
237
200

R + G + B ~ 88%. #EDEDC8 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 200 = 674 (100%)
R 237 of 674 ~ 35.16%
G 237 of 674 ~ 35.16%
B 200 of 674 ~ 29.67'%

%35.16
%35.16
%29.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 7.06%

CMYK: (0,0,16,7)
C0M0Y16K7 (0%, 0%, 16%, 7%)
(0.00 / 0.00 / 0.16 / 0.07)

CMYK percentages

%0
%0
%15.61
%7.06

Codes

Color #EDEDC8 in popluar color models

ED ED C8
RGB 237 237 200
HSL 60° 50.68% 85.69%
HSB/HSV 60° 15.61% 92.94%
CMYK 0.00% 0.00% 15.61%
7.06%

Color #EDEDC8 in popluar number systems.

HEX ED ED C8
Decimal 237 237 200
Binary 11101101 11101101 11001000
Octal 355 355 310

Shades and tints

Shades of #EDEDC8

#EDEDC8
(237,237,200)
#D8D8B6
(216,216,182)
#C3C3A4
(195,195,164)
#AEAE92
(174,174,146)
#999980
(153,153,128)
#84846E
(132,132,110)
#6F6F5C
(111,111,92)
#5A5A4A
(90,90,74)
#454538
(69,69,56)
#303026
(48,48,38)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #EDEDC8

#EDEDC8
(237,237,200)
#EEEECD
(238,238,205)
#EFEFD2
(239,239,210)
#F0F0D7
(240,240,215)
#F1F1DC
(241,241,220)
#F2F2E1
(242,242,225)
#F3F3E6
(243,243,230)
#F4F4EB
(244,244,235)
#F5F5F0
(245,245,240)
#F6F6F5
(246,246,245)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDC8; }

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

This text font color is #EDEDC8.

Background Color

.myBgColor { background-color: #EDEDC8; }

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

This div background color is #EDEDC8.

Border color

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

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

This div border color is #EDEDC8.

Opacity

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

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

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

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

This text has shadow with #EDEDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDC8.

Preview

Color preview on black background

This text has color #EDEDC8 on black background.


Color preview on white background

This text has color #EDEDC8 on white background.


Black color preview on #EDEDC8 background

This text has black color on #EDEDC8 background.


White color preview on #EDEDC8 background

This text has white color on #EDEDC8 background.


Related colors

Complementary color

Complementary color for #hex is #121237.


I love getcolorcode.com